-
Notifications
You must be signed in to change notification settings - Fork 578
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
Update AirDAO Testnet; Add AirDAO Devnet #820
base: master
Are you sure you want to change the base?
Conversation
@@ -1453,7 +1453,7 @@ | |||
"chainId": 22040, | |||
"network": "testnet", | |||
"testnet": true, | |||
"multicall": "0x18f7BFad831D8ED9E16C4cD50D6041dD453Ca1EF", | |||
"multicall": "0xFCE5b5ca100e58E5635B15b79F0163be4CbD258b", |
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.
Hi, @SvineruS Why do you want to change this?
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.
Our testnet was redeployed on same chain id; The old contact no longer exists
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 multicall contract is not verified and published here https://testnet.airdao.io/explorer/address/0xFCE5b5ca100e58E5635B15b79F0163be4CbD258b/contract/verify/
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.
verified now
@@ -1453,7 +1453,7 @@ | |||
"chainId": 22040, | |||
"network": "testnet", | |||
"testnet": true, | |||
"multicall": "0x18f7BFad831D8ED9E16C4cD50D6041dD453Ca1EF", | |||
"multicall": "0xFCE5b5ca100e58E5635B15b79F0163be4CbD258b", | |||
"rpc": [ | |||
"https://network-archive.ambrosus-test.io" |
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.
@SvineruS This node is not an archive node, do you have any alternate node?
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.
🤔
It's archive and working in https://snapshot-networks.on.fleek.co/
Also i can fetch balance on first block
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.
It should work for other blocks too, at least from the start
block.
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.
it works for me. which block is not working for you?
@@ -1453,7 +1453,7 @@ | |||
"chainId": 22040, | |||
"network": "testnet", | |||
"testnet": true, | |||
"multicall": "0x18f7BFad831D8ED9E16C4cD50D6041dD453Ca1EF", | |||
"multicall": "0xFCE5b5ca100e58E5635B15b79F0163be4CbD258b", |
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 multicall contract is not verified and published here https://testnet.airdao.io/explorer/address/0xFCE5b5ca100e58E5635B15b79F0163be4CbD258b/contract/verify/
"wss://network-archive.ambrosus-dev.io/ws" | ||
], | ||
"explorer": { | ||
"url": "https://devnet.airdao.io/explorer" |
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 link is not working https://devnet.airdao.io/explorer
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.
Yea, devnet explorer is down for now. Is it really required for dev net?
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.
Yep, need to verify the multicall contract code, start block etc
No description provided.