-
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
chore: L2 deployment, hardhat and other packages update #126
Conversation
kupermind
commented
Mar 7, 2024
- Hardhat and other packages update.
require("@nomicfoundation/hardhat-chai-matchers"); | ||
require("@nomiclabs/hardhat-ethers"); | ||
require("@nomiclabs/hardhat-etherscan"); | ||
require("@nomicfoundation/hardhat-toolbox"); | ||
//require("hardhat-tracer"); |
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.
Not currently used an not compatible with the latest Hardhat version for now.
{"contractVerification":true,"useLedger":false,"derivationPath":"m/44'/60'/2'/0/0","providerName":"celoAlfajores","gasPriceInGwei":"10","networkURL":"https://alfajores-forno.celo-testnet.org","sourceGovernorChainId":"10002","L1WormholeRelayerAddress":"0x7B1bD7a6b4E61c2a123AC6BC2cbfC614437D0470","timelockAddress":"0x00000000000000000000000014CF2e543AB75B321bcf84C3AcC88d570Ccf9106","L2WormholeRelayerAddress":"0x306B68267Deb7c5DfCDa3619E22E9Ca39C374f84","wormholeMessengerAddress":"0x118173028162C1b7c6Bf8488bd5dA2abd7c30F9D","childMockERC20Address":"0x34235f9D447f9F54167e2Ac7A0F4283cB3fAD669"} No newline at end of file | ||
{"contractVerification":true,"useLedger":false,"derivationPath":"m/44'/60'/2'/0/0","providerName":"celoAlfajores","gasPriceInGwei":"10","networkURL":"https://alfajores-forno.celo-testnet.org","sourceGovernorChainId":"10002","L1WormholeRelayerAddress":"0x7B1bD7a6b4E61c2a123AC6BC2cbfC614437D0470","timelockAddress":"0x00000000000000000000000014CF2e543AB75B321bcf84C3AcC88d570Ccf9106","L2WormholeRelayerAddress":"0x306B68267Deb7c5DfCDa3619E22E9Ca39C374f84","wormholeMessengerAddress":"0x118173028162C1b7c6Bf8488bd5dA2abd7c30F9D","childMockERC20Address":"0xE16adc7777B7C2a0d35033bd3504C028AB28EE8b"} |
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.
Redeployed contracts to repeat the testing after addressing internal audit findings.