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

Sepolia deployment #52

Merged
merged 4 commits into from
Nov 22, 2023
Merged

Sepolia deployment #52

merged 4 commits into from
Nov 22, 2023

Conversation

fedgiac
Copy link
Contributor

@fedgiac fedgiac commented Nov 18, 2023

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 to deployment.*.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:

@fedgiac fedgiac requested a review from a team as a code owner November 18, 2023 14:39
Copy link

@bh2smith bh2smith left a 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}"

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.

Copy link
Contributor

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}"
Copy link
Contributor

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.

@fedgiac fedgiac merged commit 5d1821a into main Nov 22, 2023
5 checks passed
@fedgiac fedgiac deleted the sepolia-deployment branch November 22, 2023 15:37
@github-actions github-actions bot locked and limited conversation to collaborators Nov 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants