-
Notifications
You must be signed in to change notification settings - Fork 241
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
Add Scroll Sepolia and Mainnet #1785
Conversation
isabellewei
commented
Jan 18, 2024
•
edited
Loading
edited
- add Scroll network configs
- update metadata with deployed addresses
@@ -420,6 +435,7 @@ const E = (module.exports = { | |||
celoscan: process.env.CELOSCAN_API_KEY, | |||
basescan: process.env.BASESCAN_API_KEY, | |||
zkevm_polygonscan: process.env.ZKEVM_POLYGONSCAN_API_KEY, | |||
scrollscan: process.env.SCROLLSCAN_API_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.
Unfortunately this won't work unless we fork https://github.com/rkalis/truffle-plugin-verify and add support (which fortunately wouldn't be difficult though, see e.g. rkalis/truffle-plugin-verify@b2d8860).
📦 PR PackagesInstall this PR (you need to setup Github packages): yarn add @superfluid-finance/ethereum-contracts@PR1785
yarn add @superfluid-finance/sdk-core@PR1785
yarn add @superfluid-finance/sdk-redux@PR1785 Click to learn how to use Github packagesTo use the Github package registry, create a token with "read:packages" permission. See Creating a personal access token for help. Next add these lines to your
|
@d10r some conflict to resolve in metadata. |
this was merged through #1787, thx @isabellewei ! |
@all-contributors please add @isabellewei for code! |
I've put up a pull request to add @isabellewei! 🎉 |