Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: redeploy helper contract with latest changes #88

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ ETH_RPC_URL='https://rpc.node.url.here.example.com'
forge script 'script/DeployAllContracts.s.sol:DeployAllContracts' -vvvv --rpc-url "$ETH_RPC_URL" --private-key "$PK" --verify --broadcast
```

If you're only concerned with deployment cost and not execution cost, prepend `FOUNDRY_PROFILE=cheap-deployment` to `forge script` in the previous command.

### Deployment addresses

The file [`networks.json`](./networks.json) lists all official deployments of the contracts in this repository by chain id.
Expand Down
145 changes: 0 additions & 145 deletions broadcast/ConstantProductHelper.s.sol/1/run-1719408725.json

This file was deleted.

145 changes: 145 additions & 0 deletions broadcast/ConstantProductHelper.s.sol/1/run-1719496968.json

Large diffs are not rendered by default.

242 changes: 0 additions & 242 deletions broadcast/ConstantProductHelper.s.sol/100/run-1719409081.json

This file was deleted.

242 changes: 242 additions & 0 deletions broadcast/ConstantProductHelper.s.sol/100/run-1719496750.json

Large diffs are not rendered by default.

46 changes: 0 additions & 46 deletions broadcast/ConstantProductHelper.s.sol/11155111/run-1719475870.json

This file was deleted.

46 changes: 46 additions & 0 deletions broadcast/ConstantProductHelper.s.sol/11155111/run-1719496651.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ remappings = [
]

# See more config options https://github.com/foundry-rs/foundry/blob/master/crates/config/README.md#all-options

[profile.cheap-deployment]
optimizer = true
optimizer_runs = 1
12 changes: 6 additions & 6 deletions networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
},
"ConstantProductHelper": {
"1": {
"address": "0xac1fd793691299b701ae211094985853497789ec",
"transactionHash": "0xf34747baf268ffd3e35c1b9546e2bfbc506928ec8ebd9af521dc9ad6c726d347"
"address": "0xbef07ce660f651c6ffa262749ea482edf3a74ffb",
"transactionHash": "0xb10c605e0c61801917e7e17ee722def0d41d6912c022dbfd9f4ac3fab33cd143"
},
"100": {
"address": "0x18a2facebef44a72dfdcc52ef9588fefc84fdfbf",
"transactionHash": "0xcdbc954d309e0c1a68e5ab499530ce53ef20001ae47e092525578fb228d8fab9"
"address": "0xc5e91792c503d9a29db8722ab612c814dae059b0",
"transactionHash": "0x9ab4fc2d7997865d60fb770c549998775930d9a13e46849a7a9a5a08330a2887"
},
"11155111": {
"address": "0x758fe3195f6499fd64de2b96a0b97d0441c10bab",
"transactionHash": "0x544836f65ba99d61687dc829fb8d1ef657ca29b5011fca4d2758c677256d570a"
"address": "0x75d372ec4fe6060a308ed6eea9e5d49297f07c52",
"transactionHash": "0x4b94c53a0b22aa3b9f97fdefe6d3243b38818daed2b9e419c5ec3bd7585f72c9"
}
}
}