Skip to content

Commit

Permalink
Add AutoStake Tenet endpoints (#2956)
Browse files Browse the repository at this point in the history
* Add AutoStake Tenet endpoints

* fix typo
  • Loading branch information
AutoStake-com authored Oct 11, 2023
1 parent 318f475 commit 8a81258
Showing 1 changed file with 25 additions and 2 deletions.
27 changes: 25 additions & 2 deletions tenet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,24 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.svg"
},
"peers": {
"seeds": [],
"seeds": [
{
"id": "ebc272824924ea1a27ea3183dd0b9ba713494f83",
"address": "tenet-mainnet-seed.autostake.com:27386",
"provider": "AutoStake 🛡️ Slash Protected"
}
],
"persistent_peers": [
{
"id": "f8432cc5094870c96f34a0ebb36ffb0d38a53ad4",
"address": "164.92.209.223:26656",
"provider": "tenet"
},
{
"id": "ebc272824924ea1a27ea3183dd0b9ba713494f83",
"address": "tenet-mainnet-peer.autostake.com:27386",
"provider": "AutoStake 🛡️ Slash Protected"
},
{
"id": "e1b058e5cfa2b836ddaa496b10911da62dcf182e",
"address": "tenet-seed-de.allnodes.me:26656",
Expand All @@ -134,6 +145,10 @@
"address": "https://tendermint-1.rpc.tenet.org",
"provider": "tenet"
},
{
"address": "https://tenet-mainnet-rpc.autostake.com:443",
"provider": "AutoStake 🛡️ Slash Protected"
},
{
"address": "https://rpc-tenet.nodeist.net",
"provider": "Nodeist"
Expand All @@ -148,6 +163,10 @@
"address": "https://app.rpc.tenet.org",
"provider": "tenet"
},
{
"address": "https://tenet-mainnet-lcd.autostake.com:443",
"provider": "AutoStake 🛡️ Slash Protected"
},
{
"address": "https://api-tenet.nodeist.net",
"provider": "Nodeist"
Expand All @@ -161,6 +180,10 @@
{
"address": "tenet-grpc.publicnode.com:443",
"provider": "Allnodes.com ⚡️ Nodes & Staking"
},
{
"address": "kichain-mainnet-grpc.autostake.com:443",
"provider": "AutoStake 🛡️ Slash Protected"
}
],
"evm-http-jsonrpc": [
Expand Down Expand Up @@ -192,4 +215,4 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tenet/images/tenet.svg"
}
]
}
}

0 comments on commit 8a81258

Please sign in to comment.