-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
feat(contracts): deploying the allow-list hook on all networks #15123
Conversation
`FAIL: Verification failed for contract at ${address} with args : ${deployArgs.toString()}` | ||
) | ||
console.log(error) | ||
let tries = 0 |
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 went for 5 tries approach so it's not too verbose and still exits after it failed too many times.
packages/networks/src/networks/arbitrum.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/avalanche.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/base-sepolia.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/base.tsThe setup is successful :
We have found the following errors :
Some additonal warnings :
packages/networks/src/networks/bsc.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/celo.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/gnosis.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/linea.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/mainnet.tsThe setup is successful :
We have found the following errors :
Some additonal warnings :
packages/networks/src/networks/optimism.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/scroll.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/sepolia.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/zkevm.tsThe setup is successful :
Some additonal warnings :
|
Error: missing revert data (action="call", data=null, reason=null, transaction={ "data": "0xcd93b532", "to": "0x259813B665C8f6074391028ef782e27B65840d89" }, invocation=null, revert=null, code=CALL_EXCEPTION, version=6.13.4) |
packages/networks/src/networks/arbitrum.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/avalanche.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/base-sepolia.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/base.tsThe setup is successful :
We have found the following errors :
Some additonal warnings :
packages/networks/src/networks/bsc.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/celo.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/gnosis.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/linea.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/mainnet.tsThe setup is successful :
We have found the following errors :
Some additonal warnings :
packages/networks/src/networks/optimism.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/scroll.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/sepolia.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/zkevm.tsThe setup is successful :
Some additonal warnings :
|
I am cmpletely unable to send tx to Polygon which is quite annoying :/ |
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.
lg !
@@ -62,7 +62,7 @@ Object.keys(networks).forEach((key) => { | |||
hardhatNetworks[key] = { | |||
chainId: networks[key].id, | |||
name: networks[key].name, | |||
url: networks[key].provider, | |||
url: networks[key].publicProvider, |
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.
we are not distributing this package though
weird. Does that work directly from cli (without |
Co-authored-by: Clément Renaud <[email protected]>
packages/networks/src/networks/arbitrum.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/avalanche.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/base-sepolia.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/base.tsThe setup is successful :
We have found the following errors :
Some additonal warnings :
packages/networks/src/networks/bsc.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/celo.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/gnosis.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/linea.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/mainnet.tsThe setup is successful :
We have found the following errors :
Some additonal warnings :
packages/networks/src/networks/optimism.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/scroll.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/sepolia.tsThe setup is successful :
Some additonal warnings :
packages/networks/src/networks/zkevm.tsThe setup is successful :
Some additonal warnings :
|
Description
This also includes a few script changes.
Issues
Fixes #
Refs #
Checklist:
Release Note Draft Snippet