-
Notifications
You must be signed in to change notification settings - Fork 4
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
Sepolia deployment #52
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, that was easy! Nice stuff.
@@ -12,5 +12,6 @@ mainnet = "https://mainnet.infura.io/v3/${INFURA_KEY}" | |||
rinkeby = "https://rinkeby.infura.io/v3/${INFURA_KEY}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This could probably be removed here as well. Rinkeby died.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created an issue for this so git commit remain aligned.
@@ -12,5 +12,6 @@ mainnet = "https://mainnet.infura.io/v3/${INFURA_KEY}" | |||
rinkeby = "https://rinkeby.infura.io/v3/${INFURA_KEY}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Created an issue for this so git commit remain aligned.
Code changes needed to deploy on Sepolia and new deployments.
I used Uniswap's WETH on Sepolia for this deployment (0xfFf9976782d46CC05630D1f6eBAb18b2324d6B14).
The format of the deployment file has slightly changed (in the better imho): I didn't edit it in any way except for renaming the file to match this repo structure (
run-latest.json
todeployment.*.json
).We don't use deterministic deployments, so the new contracts are at a different address compared to our previous deployments.
I changed the gitignore because otherwise the new deployment files were ignored.
I also added a CODEOWNER file in a previous commit, since it's a small change I decided to add it to this PR, so that the commit in the deployment file matches the actual commit in this PR.
Test plan
Check the verified contracts on Etherscan: