Skip to content

Commit

Permalink
Full update of the chain-registry entries (cosmos#1529)
Browse files Browse the repository at this point in the history
* update list of seed, peers, endpoints

- Check every seeds and peers with `nc` to check for liveness (no peer ID check)
- Check every RPC and REST endpoints with http access
- Check every GRPC endpoints with `grpcurl`

* update mars seed/peer/rpc/rest/grpc

* update chihuahua seed/peers/rpc/rest/grpc

* update Juno seed/peers/rpc/rest/grpc

* Update chain.json

* Full update of the chain-registry entries

- All the seeds and peers are query using tcp sockets
- All the RPC and REST endpoints are query using GET requests
- All the gRPC enpoints are query using grpc sockets
- All the JSONRPC endpoints are query using POST requests

script source: https://gist.github.com/Galadrin/1f017c81d32514f6f8938f3a19fd6c41

Signed-off-by: David Pierret <[email protected]>

* change evm-jsonrpc to evm-http-jsonrpc in aioz

* fix fees notation on canto

* revert Nomic REST endpoint removal

Nomic is "special"

* remove additionnal bracket

---------

Signed-off-by: David Pierret <[email protected]>
Co-authored-by: David Pierret <[email protected]>
Co-authored-by: JeremyParish69 <[email protected]>
  • Loading branch information
3 people authored Mar 1, 2023
1 parent 1a6764a commit c4e6a31
Show file tree
Hide file tree
Showing 103 changed files with 523 additions and 4,525 deletions.
20 changes: 6 additions & 14 deletions 8ball/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,17 @@
"binaries": {
"linux/amd64": "https://8ball.info/8ball.tar.gz"
},

"genesis": {
"genesis_url": "https://8ball.info/8ball-genesis.json"
},
"versions": [
]
"versions": []
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/8ball/images/8ball.svg"
},
"peers": {
"seeds": [
],
"seeds": [],
"persistent_peers": [
{
"id": "fca96d0a1d7357afb226a49c4c7d9126118c37e9",
Expand All @@ -66,11 +63,6 @@
"address": "two.8ball.info:26656",
"provider": "8ball"
},
{
"id": "98b49fea92b266ed8cfb0154028c79f81d16a825",
"address": "three.8ball.info:26656",
"provider": "8ball"
},
{
"id": "ce168b8022e525650011352175fa020ce75edcfa",
"address": "45.141.122.178:34656",
Expand Down Expand Up @@ -123,16 +115,16 @@
"provider": "ComunityNode"
}
],
"grpc": [
"grpc": [
{
"address": "https://grpc.8ball.nodestake.top",
"address": "grpc.8ball.nodestake.top:443",
"provider": "NodeStake"
},
{
"address": "8ball-grpc.genznodes.dev:34090",
"provider": "genznodes"
}
]
]
},
"explorers": [
{
Expand Down Expand Up @@ -160,4 +152,4 @@
"tx_page": "https://explorer.tcnetwork.io/8ball/transaction/${txHash}"
}
]
}
}
44 changes: 2 additions & 42 deletions acrechain/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,6 @@
"address": "65.108.1.225:46656",
"provider": "Ramuchi.tech"
},
{
"id": "276be584b4a8a3fd9c3ee1e09b7a447a60b201a4",
"address": "116.203.29.162:26656",
"provider": "High Stakes"
},
{
"id": "e2d029c95a3476a23bad36f98b316b6d04b26001",
"address": "49.12.33.189:36656",
"provider": "Stake-Take"
},
{
"id": "1264ee73a2f40a16c2cbd80c1a824aad7cb082e4",
"address": "149.102.146.252:26656",
Expand Down Expand Up @@ -96,16 +86,6 @@
"address": "65.108.1.225:46656",
"provider": "Ramuchi.tech"
},
{
"id": "276be584b4a8a3fd9c3ee1e09b7a447a60b201a4",
"address": "116.203.29.162:26656",
"provider": "High Stakes"
},
{
"id": "e2d029c95a3476a23bad36f98b316b6d04b26001",
"address": "49.12.33.189:36656",
"provider": "Stake-Take"
},
{
"id": "1264ee73a2f40a16c2cbd80c1a824aad7cb082e4",
"address": "149.102.146.252:26656",
Expand Down Expand Up @@ -138,10 +118,6 @@
"address": "https://rpc-acre.d-stake.xyz",
"provider": "D-stake"
},
{
"address": "https://rpc.acrescan.com",
"provider": "Anonstake"
},
{
"address": "https://rpc-acre.synergynodes.com",
"provider": "Synergy Nodes"
Expand All @@ -160,10 +136,6 @@
}
],
"rest": [
{
"address": "https://rest.acrescan.com",
"provider": "Anonstake"
},
{
"address": "https://api-acre.d-stake.xyz",
"provider": "D-stake"
Expand All @@ -187,27 +159,15 @@
],
"grpc": [
{
"address": "https://grpc.acre.nodestake.top",
"address": "grpc.acre.nodestake.top:443",
"provider": "Nodestake"
},
{
"address": "https://grpc-acre.d-stake.xyz",
"provider": "D-stake"
},
{
"address": "https://acre-grpc.agoranodes.com",
"provider": "AgoraNodes"
},
{
"address": "acrechain-mainnet-grpc.autostake.net:443",
"provider": "AutoStake 🛡️ Slash Protected"
}
],
"evm-http-jsonrpc": [
{
"address": "https://evm.acrescan.com",
"provider": "Anonstake"
},
{
"address": "https://jsonrpc-acre.d-stake.xyz",
"provider": "D-stake"
Expand Down Expand Up @@ -259,4 +219,4 @@
"tx_page": "https://explorer.tcnetwork.io/acre/transaction/${txHash}"
}
]
}
}
8 changes: 2 additions & 6 deletions agoric/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@
}
],
"persistent_peers": [
{
"id": "a26158a5cbb1df581dd6843ac427191af76d6d5d",
"address": "104.154.240.50:26656"
},
{
"id": "6e26a1b4afa6889f841d7957e8c2b5d50d32d485",
"address": "95.216.53.26:26656"
Expand Down Expand Up @@ -119,7 +115,7 @@
],
"grpc": [
{
"address": "https://grpc.agoric.nodestake.top",
"address": "grpc.agoric.nodestake.top:443",
"provider": "NodeStake"
},
{
Expand All @@ -132,4 +128,4 @@
}
]
}
}
}
16 changes: 8 additions & 8 deletions aioz/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,12 @@
]
},
"apis": {
"evm-http-jsonrpc": [
{
"address": "https://eth-dataseed.aioz.network",
"provider": "AIOZ Network"
}
],
"rpc": [
{
"address": "https://rpc-dataseed.aioz.network:443",
Expand All @@ -92,13 +98,7 @@
],
"grpc": [
{
"address": "https://grpc-dataseed.aioz.network:443",
"provider": "AIOZ Network"
}
],
"evm-jsonrpc": [
{
"address": "https://eth-dataseed.aioz.network",
"address": "grpc-dataseed.aioz.network:443",
"provider": "AIOZ Network"
}
]
Expand All @@ -110,4 +110,4 @@
"tx_page": "https://explorer.aioz.network/tx/${txHash}"
}
]
}
}
Loading

0 comments on commit c4e6a31

Please sign in to comment.