Skip to content
Open
Show file tree
Hide file tree
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
39 changes: 39 additions & 0 deletions althea/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,15 @@
"genesis_url": "https://github.com/AltheaFoundation/althea-L1-docs/blob/main/althea-l1-mainnet-genesis.json"
}
},
"peers": {
"seeds": [
{
"id": "c098c53e76d204cd843cec99855cf7febe4277bf",
"address": "mainnet.seednode.citizenweb3.com:36656",
"provider": "Citizen Web3"
}
]
},
"apis": {
"rest": [
{
Expand All @@ -70,6 +79,14 @@
{
"address": "https://althea_mainnet_api.chain.whenmoonwhenlambo.money",
"provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"
},
{
"address": "https://api.althea.citizenweb3.com",
"provider": "Citizen Web3"
},
{
"address": "https://api.althea-archive.citizenweb3.com",
"provider": "Citizen Web3"
}
],
"rpc": [
Expand All @@ -88,12 +105,28 @@
{
"address": "https://althea_mainnet_rpc.chain.whenmoonwhenlambo.money",
"provider": "🚀 WHEN MOON 🌕 WHEN LAMBO 🔥"
},
{
"address": "https://rpc.althea.citizenweb3.com",
"provider": "Citizen Web3"
},
{
"address": "https://rpc.althea-archive.citizenweb3.com",
"provider": "Citizen Web3"
}
],
"grpc": [
{
"address": "althea.lavenderfive.com:443",
"provider": "Lavender.Five Nodes 🐝"
},
{
"address": "grpc.althea.citizenweb3.com:443",
"provider": "Citizen Web3"
},
{
"address": "grpc.althea-archive.citizenweb3.com:443",
"provider": "Citizen Web3"
}
]
},
Expand Down Expand Up @@ -127,6 +160,12 @@
"url": "https://explorer.whenmoonwhenlambo.money/althea",
"tx_page": "https://explorer.whenmoonwhenlambo.money/althea/tx/${txHash}",
"account_page": "https://explorer.whenmoonwhenlambo.money/althea/account/${accountAddress}"
},
{
"kind": "Validatorinfo",
"url": "https://validatorinfo.com/networks/althea/overview",
"validator_page": "https://validatorinfo.com/networks/althea/validators",
"proposal_page": "https://validatorinfo.com/networks/althea/governance"
}
]
}
20 changes: 19 additions & 1 deletion atomone/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@
{
"address": "https://mainnet-atomone-rpc.konsortech.xyz/",
"provider": "KonsorTech"
},
{
"address": "https://rpc.atomone-archive.citizenweb3.com:443",
"provider": "Citizen Web3"
}
],
"rest": [
Expand Down Expand Up @@ -377,6 +381,10 @@
{
"address": "https://mainnet-atomone-api.konsortech.xyz/",
"provider": "KonsorTech"
},
{
"address": "https://api.atomone-archive.citizenweb3.com",
"provider": "Citizen Web3"
}
],
"grpc": [
Expand Down Expand Up @@ -413,7 +421,7 @@
"provider": "🔥STAVR🔥"
},
{
"address": " grpc.atomone.citizenweb3.com",
"address": " grpc.atomone.citizenweb3.com:443",
"provider": "Citizen Web3"
},
{
Expand Down Expand Up @@ -451,6 +459,10 @@
{
"address": "mainnet-atomone.konsortech.xyz:12090",
"provider": "KonsorTech"
},
{
"address": " grpc.atomone-archive.citizenweb3.com:443",
"provider": "Citizen Web3"
}
]
},
Expand Down Expand Up @@ -550,6 +562,12 @@
"url": "https://explorer.konsortech.xyz/atomone",
"tx_page": "https://explorer.konsortech.xyz/atomone/tx/${txHash}",
"account_page": "https://explorer.konsortech.xyz/atomone/account/${accountAddress}"
},
{
"kind": "Validatorinfo",
"url": "https://validatorinfo.com/networks/atomone/overview",
"validator_page": "https://validatorinfo.com/networks/atomone/validators",
"proposal_page": "https://validatorinfo.com/networks/atomone/governance"
}
],
"images": [
Expand Down
35 changes: 35 additions & 0 deletions axone/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
"id": "327fb4151de9f78f29ff10714085e347a4e3c836",
"address": "rpc.axone.nodestake.org:666",
"provider": "NodeStake"
},
{
"id": "b4629105b507792188a79fdb70f03262507cb5fc",
"address": "mainnet.seednode.citizenweb3.com:17656",
"provider": "NodeStake"
}
],
"persistent_peers": []
Expand All @@ -122,6 +127,14 @@
{
"address": "https://rpc.cros-nest.com:443/axone",
"provider": "crosnest"
},
{
"address": "https://rpc.axone.citizenweb3.com",
"provider": "Citizen Web3"
},
{
"address": "https://rpc.axone-archive.citizenweb3.com",
"provider": "Citizen Web3"
}
],
"rest": [
Expand All @@ -144,6 +157,14 @@
{
"address": "https://rest.cros-nest.com:443/axone",
"provider": "crosnest"
},
{
"address": "https://api.axone.citizenweb3.com",
"provider": "Citizen Web3"
},
{
"address": "https://api.axone-archive.citizenweb3.com",
"provider": "Citizen Web3"
}
],
"grpc": [
Expand All @@ -162,6 +183,14 @@
{
"address": "grpc.axone.nodestake.org:443",
"provider": "NodeStake"
},
{
"address": "grpc.axone.citizenweb3.com:443",
"provider": "Citizen Web3"
},
{
"address": "grpc.axone-archive.citizenweb3.com:443",
"provider": "Citizen Web3"
}
]
},
Expand All @@ -177,6 +206,12 @@
"url": "https://explorer.nodestake.org/axone",
"tx_page": "https://explorer.nodestake.org/axone/tx/${txHash}",
"account_page": "https://explorer.nodestake.org/axone/account/${accountAddress}"
},
{
"kind": "Validatorinfo",
"url": "https://validatorinfo.com/networks/axone/overview",
"validator_page": "https://validatorinfo.com/networks/axone/validators",
"proposal_page": "https://validatorinfo.com/networks/axone/governance"
}
],
"images": [
Expand Down
6 changes: 6 additions & 0 deletions bostrom/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
"url": "https://atomscan.com/bostrom",
"tx_page": "https://atomscan.com/bostrom/transactions/${txHash}",
"account_page": "https://atomscan.com/bostrom/accounts/${accountAddress}"
},
{
"kind": "Validatorinfo",
"url": "https://validatorinfo.com/networks/bostrom/overview",
"validator_page": "https://validatorinfo.com/networks/bostrom/validators",
"proposal_page": "https://validatorinfo.com/networks/bostrom/governance"
}
],
"images": [
Expand Down
26 changes: 25 additions & 1 deletion cosmoshub/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,11 @@
"id": "10ed1e176d874c8bb3c7c065685d2da6a4b86475",
"address": "seed-cosmos.ibs.team:16685",
"provider": "Inter Blockchain Services"
},
{
"id": "d567c93fa5b646c8cca8ba0a2d7499bca6aeba52",
"address": "mainnet.seednode.citizenweb3.com:26656",
"provider": "Citizen Web3"
}
],
"persistent_peers": [
Expand Down Expand Up @@ -177,6 +182,11 @@
"id": "2441723e318545be469d43611d331e3271477ede",
"address": "cosmoshub-mainnet-peer.itrocket.net:34656",
"provider": "ITRocket"
},
{
"id": "d567c93fa5b646c8cca8ba0a2d7499bca6aeba52",
"address": "78.46.79.242:26656",
"provider": "Citizen Web3"
}
]
},
Expand Down Expand Up @@ -471,6 +481,10 @@
{
"address": "https://api.cosmoshub-4-archive.citizenweb3.com:443",
"provider": "Citizen Web3"
},
{
"address": "https://api.cosmoshub-4.citizenweb3.com:443",
"provider": "Citizen Web3"
}
],
"grpc": [
Expand Down Expand Up @@ -559,7 +573,11 @@
"provider": "Quasar"
},
{
"address": "grpc.cosmoshub-4-archive.citizenweb3.com",
"address": "grpc.cosmoshub-4-archive.citizenweb3.com:443",
"provider": "Citizen Web3"
},
{
"address": "grpc.cosmoshub-4.citizenweb3.com:443",
"provider": "Citizen Web3"
}
]
Expand Down Expand Up @@ -678,6 +696,12 @@
"url": "https://cosmos.valopers.com/",
"tx_page": "https://cosmos.valopers.com/transactions/${txHash}",
"account_page": "https://cosmos.valopers.com/account/${accountAddress}"
},
{
"kind": "Validatorinfo",
"url": "https://validatorinfo.com/networks/cosmoshub/overview",
"validator_page": "https://validatorinfo.com/networks/cosmoshub/validators",
"proposal_page": "https://validatorinfo.com/networks/cosmoshub/governance"
}
],
"images": [
Expand Down
6 changes: 6 additions & 0 deletions dymension/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,12 @@
"url": "https://dymension.valopers.com/",
"tx_page": "https://dymension.valopers.com/transactions/${txHash}",
"account_page": "https://dymension.valopers.com/account/${accountAddress}"
},
{
"kind": "Validatorinfo",
"url": "https://validatorinfo.com/networks/dymension/overview",
"validator_page": "https://validatorinfo.com/networks/dymension/validators",
"proposal_page": "https://validatorinfo.com/networks/dymension/governance"
}
]
}
28 changes: 28 additions & 0 deletions gravitybridge/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,11 @@
"id": "258f523c96efde50d5fe0a9faeea8a3e83be22ca",
"address": "seed.gravity-bridge-3.gravity.aviaone.com:10266",
"provider": "AviaOne 🟢"
},
{
"id": "cba79db1bb3a5438fb293da0a627a8450f053941",
"address": "mainnet.seednode.citizenweb3.com:34656",
"provider": "Citizen Web3"
}
],
"persistent_peers": [
Expand All @@ -119,6 +124,11 @@
"id": "64a8bf0acf5385086409c1e1cc3cc9b9e5645243",
"address": "65.21.91.99:26776",
"provider": "Staketab"
},
{
"id": "cba79db1bb3a5438fb293da0a627a8450f053941",
"address": "78.46.79.242:34656",
"provider": "Citizen Web3"
}
]
},
Expand Down Expand Up @@ -171,6 +181,10 @@
{
"address": "https://rpc.gravity-bridge-3.gravity.aviaone.com:443",
"provider": "AviaOne 🟢"
},
{
"address": "https://rpc.gravity.citizenweb3.com",
"provider": "Citizen Web3"
}
],
"rest": [
Expand Down Expand Up @@ -217,6 +231,10 @@
{
"address": "https://api.gravity-bridge-3.gravity.aviaone.com",
"provider": "AviaOne 🟢"
},
{
"address": "https://api.gravity.citizenweb3.com",
"provider": "Citizen Web3"
}
],
"grpc": [
Expand Down Expand Up @@ -259,6 +277,10 @@
{
"address": "grpc.gravity-bridge-3.gravity.aviaone.com:9200",
"provider": "AviaOne 🟢"
},
{
"address": "grpc.gravity.citizenweb3.com:443",
"provider": "Citizen Web3"
}
]
},
Expand Down Expand Up @@ -318,6 +340,12 @@
"url": "https://mainnet.explorer.aviaone.com/gravity-bridge",
"tx_page": "https://mainnet.explorer.aviaone.com/gravity-bridge/tx/${txHash}",
"account_page": "https://mainnet.explorer.aviaone.com/gravity-bridge/accounts/${accountAddress}"
},
{
"kind": "Validatorinfo",
"url": "https://validatorinfo.com/networks/gravitybridge/overview",
"validator_page": "https://validatorinfo.com/networks/gravitybridge/validators",
"proposal_page": "https://validatorinfo.com/networks/gravitybridge/governance"
}
],
"images": [
Expand Down
6 changes: 6 additions & 0 deletions likecoin/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,12 @@
"url": "https://atomscan.com/likecoin",
"tx_page": "https://atomscan.com/likecoin/transactions/${txHash}",
"account_page": "https://atomscan.com/likecoin/accounts/${accountAddress}"
},
{
"kind": "Validatorinfo",
"url": "https://validatorinfo.com/networks/likecoin/overview",
"validator_page": "https://validatorinfo.com/networks/likecoin/validators",
"proposal_page": "https://validatorinfo.com/networks/likecoin/governance"
}
],
"logo_URIs": {
Expand Down
6 changes: 6 additions & 0 deletions neutron/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,12 @@
"url": "https://mainnet.whispernode.com/neutron",
"tx_page": "https://mainnet.whispernode.com/neutron/tx/${txHash}",
"account_page": "https://mainnet.whispernode.com/neutron/account/${accountAddress}"
},
{
"kind": "Validatorinfo",
"url": "https://validatorinfo.com/networks/neutron/overview",
"validator_page": "https://validatorinfo.com/networks/neutron/validators",
"proposal_page": "https://validatorinfo.com/networks/neutron/governance"
}
],
"images": [
Expand Down
6 changes: 6 additions & 0 deletions nillion/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,12 @@
"url": "https://explorer.nodestake.org/nillion/",
"tx_page": "https://explorer.nodestake.org/nillion/txs/${txHash}",
"account_page": "https://explorer.nodestake.org/nillion/account/${accountAddress}"
},
{
"kind": "Validatorinfo",
"url": "https://validatorinfo.com/networks/nillion/overview",
"validator_page": "https://validatorinfo.com/networks/nillion/validators",
"proposal_page": "https://validatorinfo.com/networks/nillion/governance"
}
],
"images": [
Expand Down
Loading