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 new Endpoint + typo #5728

Merged
merged 2 commits into from
Dec 18, 2024
Merged
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
13 changes: 13 additions & 0 deletions cosmoshub/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,11 @@
"id": "00bf1f9d3c65137dc99c40cd03864384ce0ef7c3",
"address": "cosmoshub-mainnet-seed.itrocket.net:34656",
"provider": "ITRocket"
},
{
"id": "10ed1e176d874c8bb3c7c065685d2da6a4b86475",
"address": "seed-cosmos.ibs.team:16685",
"provider": "Inter Blockchain Services"
}
],
"persistent_peers": [
Expand Down Expand Up @@ -331,6 +336,10 @@
{
"address": "https://cosmoshub.rpc.quasarstaking.ai",
"provider": "Quasar"
},
{
"address": "https://cosmos-rpc.ibs.team",
"provider": "Inter Blockchain Services"
}
],
"rest": [
Expand Down Expand Up @@ -457,6 +466,10 @@
{
"address": "https://cosmoshub.api.quasarstaking.ai",
"provider": "Quasar"
},
{
"address": "https://cosmos-api.ibs.team",
"provider": "Inter Blockchain Services"
}
],
"grpc": [
Expand Down
13 changes: 13 additions & 0 deletions elys/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@
"id": "36d9c4dcdee38411d680f897481322bcb7e10aa8",
"address": "elys-mainnet-seed.itrocket.net:41656",
"provider": "itrocket"
},
{
"id": "10ed1e176d874c8bb3c7c065685d2da6a4b86475",
"address": "seed-elys.ibs.team:16687",
"provider": "Inter Blockchain Services"
}
],
"persistent_peers": [
Expand Down Expand Up @@ -181,6 +186,10 @@
{
"address": "https://elys.rpc.m.stavr.tech:443",
"provider": "🔥STAVR🔥"
},
{
"address": "https://elys-rpc.ibs.team",
"provider": "Inter Blockchain Services"
}
],
"rest": [
Expand Down Expand Up @@ -219,6 +228,10 @@
{
"address": "https://elys.api.m.stavr.tech",
"provider": "🔥STAVR🔥"
},
{
"address": "https://elys-api.ibs.team",
"provider": "Inter Blockchain Services"
}
],
"grpc": [
Expand Down
13 changes: 13 additions & 0 deletions neutron/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@
"id": "8542cd7e6bf9d260fef543bc49e59be5a3fa9074",
"address": "seed.publicnode.com:26656",
"provider": "Allnodes \u26a1\ufe0f Nodes & Staking"
},
{
"id": "10ed1e176d874c8bb3c7c065685d2da6a4b86475",
"address": "seed-neutron.ibs.team:16686",
"provider": "Inter Blockchain Services"
}
],
"persistent_peers": [
Expand Down Expand Up @@ -183,6 +188,10 @@
{
"address": "https://neutron.drpc.org",
"provider": "dRPC"
},
{
"address": "https://neutron-rpc.ibs.team",
"provider": "Inter Blockchain Services"
}
],
"rest": [
Expand Down Expand Up @@ -221,6 +230,10 @@
{
"address": "https://api.neutron.quokkastake.io",
"provider": "\ud83d\udc39 Quokka Stake"
},
{
"address": "https://neutron-api.ibs.team",
"provider": "Inter Blockchain Services"
}
],
"grpc": [
Expand Down
6 changes: 3 additions & 3 deletions titan/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
{
"id": "cec848e7d4c5a7ae305b27cda133d213435c110f",
"address": "seeds.ibs.team:16682",
"provider": "ibs.team"
"provider": "Inter Blockchain Services"
}
],
"persistent_peers": []
Expand All @@ -115,7 +115,7 @@
},
{
"address": "https://titan-rpc.ibs.team",
"provider": "ibs.team"
"provider": "Inter Blockchain Services"
}
],
"rest": [
Expand All @@ -137,7 +137,7 @@
},
{
"address": "https://titan-api.ibs.team",
"provider": "ibs.team"
"provider": "Inter Blockchain Services"
}
],
"grpc": [
Expand Down
Loading