-
Notifications
You must be signed in to change notification settings - Fork 582
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. 🤔 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It should work for other blocks too, at least from the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. it works for me. which block is not working for you? |
||
], | ||
|
@@ -1463,7 +1463,26 @@ | |
"explorer": { | ||
"url": "https://testnet.airdao.io/explorer" | ||
}, | ||
"start": 3368046, | ||
"start": 709476, | ||
"logo": "ipfs://QmSxXjvWng3Diz4YwXDV2VqSPgMyzLYBNfkjJcr7rzkxom" | ||
}, | ||
"30746": { | ||
"key": "30746", | ||
"name": "AirDAO Devnet", | ||
"chainId": 30746, | ||
"network": "devnet", | ||
"testnet": true, | ||
"multicall": "0x55Be7dd776fAbe89d93bAC66ed1cf0Ab31bdd6eB", | ||
"rpc": [ | ||
"https://network-archive.ambrosus-dev.io" | ||
], | ||
"ws": [ | ||
"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 commentThe 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 commentThe 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 commentThe reason will be displayed to describe this comment to others. Learn more. Yep, need to verify the multicall contract code, start block etc |
||
}, | ||
"start": 710124, | ||
"logo": "ipfs://QmSxXjvWng3Diz4YwXDV2VqSPgMyzLYBNfkjJcr7rzkxom" | ||
}, | ||
"32659": { | ||
|
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