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

Add Evmos Testnet and Mainnet #852

Merged
merged 4 commits into from
Jun 21, 2023
Merged
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
46 changes: 43 additions & 3 deletions src/networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -2150,11 +2150,11 @@
"start": 43317,
"logo": "ipfs://QmXvum7SNVaAqAc2jNzR1NpNZN1GGvNaKWydg8a1GEDQ7y"
},
"9000": {
"key": "9000",
"6102": {
"key": "6102",
"name": "Cascadia Testnet",
"shortName": "Cascadia",
"chainId": 9000,
"chainId": 6102,
"network": "testnet",
"multicall": "0xBd186aca63bD4f5f4eC9E98028461A6A94ac4a12",
"rpc": [
Expand Down Expand Up @@ -2261,5 +2261,45 @@
},
"start": 498623,
"logo": "ipfs://QmSwCnEeLoyMApQd1YfhmGvLt97bH5mLPoabjKqUSuQHHF"
},
"9000": {
"key": "9000",
"name": "Evmos Network Testnet",
"shortName": "Evmos Testnet",
"chainId": 9000,
"network": "testnet",
"testnet": true,
"multicall": "0xbf84d77eb467c4aaa2988ac070cd119984c0aaa2",
"rpc": [
"https://eth.bd.evmos.dev:8545"
Copy link
Member

Choose a reason for hiding this comment

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

These nodes don't look like working. ? not getting any response even after 5 mins. can take a look?

Copy link
Contributor Author

@LPX55 LPX55 Jun 19, 2023

Choose a reason for hiding this comment

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

Ah, our testnet was going through an upgrade. I can assure you they usually work (Blockdaemon hosts our public archive nodes)

image

Can you please check if it is still not working for you?

One thing to note again, is that our chain does not start at block height 1 because of a hardfork, so the networks tool hosted on fleek will show an error.

Would love to bring Snapshot to the Cosmos ecosystem ASAP, thank you for the quick response!

],
"ws": [
"wss://eth.bd.evmos.dev:8546"
],
"explorer": {
"url": "https://testnet.escan.live"
},
"start": 14929860,
"logo": "ipfs://QmVgkQTA8cbYMijWS8AN44xzwAEQvFc2dCpih1qK78ZRQW"
},
"9001": {
"key": "9001",
"name": "Evmos Network",
"shortName": "Evmos",
"chainId": 9001,
"network": "mainnet",
"testnet": false,
"multicall": "0x37763d16f8dBf6F185368E0f256350cAb7E24b26",
"rpc": [
"https://eth.bd.evmos.org:8545"
],
"ws": [
"wss://eth.bd.evmos.org:8546"
],
"explorer": {
"url": "https://escan.live"
},
"start": 13959539,
"logo": "ipfs://QmVgkQTA8cbYMijWS8AN44xzwAEQvFc2dCpih1qK78ZRQW"
}
}