-
Notifications
You must be signed in to change notification settings - Fork 16
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
chore: replace deprecated mumbai with amoy #168
Conversation
0f674b2
to
b209fd1
Compare
…-store into feat/support-polygon-amoy
foundry.toml
Outdated
@@ -22,7 +22,7 @@ | |||
mainnet = { key = "${API_KEY_ETHERSCAN}" } | |||
optimism = { key = "${API_KEY_OPTIMISTIC_ETHERSCAN}" } | |||
polygon = { key = "${API_KEY_POLYGONSCAN}" } | |||
mumbai = { key = "${API_KEY_POLYGONSCAN}" } | |||
amoy = { key = "${API_KEY_POLYGONSCAN}" } |
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.
Umm... I don't think this is going to work.😅
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.
I have pushed a fix in 5a56e54 for this.
Other than this, looks good!👍
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.
Oops, thanks for helping with this part!
After #170 has been merged, your I have also changed your PR to |
…-store into feat/support-polygon-amoy
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #168 +/- ##
=======================================
Coverage 99.12% 99.12%
=======================================
Files 7 7
Lines 114 114
=======================================
Hits 113 113
Misses 1 1 ☔ View full report in Codecov by Sentry. |
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 PR is included in version 4.1.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Context
What this PR does