Skip to content
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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 21 additions & 2 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -1453,7 +1453,7 @@
"chainId": 22040,
"network": "testnet",
"testnet": true,
"multicall": "0x18f7BFad831D8ED9E16C4cD50D6041dD453Ca1EF",
"multicall": "0xFCE5b5ca100e58E5635B15b79F0163be4CbD258b",
Copy link
Member

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?

Copy link
Author

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

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verified now

"rpc": [
"https://network-archive.ambrosus-test.io"
Copy link
Member

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?

Copy link
Author

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

Copy link
Member

@ChaituVR ChaituVR May 14, 2023

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.

Copy link
Author

@SvineruS SvineruS May 14, 2023

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?

],
Expand All @@ -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"
Copy link
Member

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

Copy link
Author

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?

Copy link
Member

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

},
"start": 710124,
"logo": "ipfs://QmSxXjvWng3Diz4YwXDV2VqSPgMyzLYBNfkjJcr7rzkxom"
},
"32659": {
Expand Down