Skip to content

Commit

Permalink
Add devnet endpoints
Browse files Browse the repository at this point in the history
RPC with statesync , API and seed
  • Loading branch information
Remi-IBS committed Oct 18, 2023
1 parent 1855662 commit 0ec704f
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
3 changes: 3 additions & 0 deletions devnets/bitcanna-dev-1/awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This will disconnect after passing P2P info so not include in your _persistent_p
- [email protected]:26656
- 3f472746f46493309650e5a033076689996c8881@bitcanna-testnet.rpc.kjnodes.com:42659
- 2a369fb20a5827104efafa901916e97516e829fb@testnet-bitcanna-seed.genznodes.dev:50656
- [email protected]:16656

## Explorers
- https://testnets-cosmos.mintthemoon.xyz/bitcanna/staking
Expand All @@ -22,6 +23,7 @@ This will disconnect after passing P2P info so not include in your _persistent_p
- https://rpc.bitcanna-dev-1.bitcanna.aviaone.com/ (TX index = off)
- https://testnet-bitcanna-rpc.konsortech.xyz/
- https://bitcanna-testnet.rpc.kjnodes.com
- https://bcnadev-rpc.ibs.team ( StateSync enable)

## GRPC endpoints
- bitcanna-testnet.grpc.kjnodes.com:42090
Expand All @@ -32,6 +34,7 @@ This will disconnect after passing P2P info so not include in your _persistent_p
- https://bitcanna.api.dev.stavr.tech/
- https://testnet-bitcanna-api.konsortech.xyz/
- https://bitcanna-testnet.api.kjnodes.com
- https://bcnadev-api.ibs.team

## Wallets / Dashboard
- https://wallet-testnet.bitcanna.io
Expand Down
23 changes: 20 additions & 3 deletions devnets/bitcanna-dev-1/chain-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
"id": "2175709bdd102641e9e4ddd38ba263b7f06214df",
"address": "65.109.28.177:26357",
"provider": "AlxVoy ⚡ ANODE.TEAM"
},
{
"id": "496ac0ba20188f70f41e0a814dfd4d9a617338f8",
"address": "bcnadev-seed.ibs.team:16656",
"provider": "Inter Blockchain Services"
}
],
"persistent_peers": [
Expand Down Expand Up @@ -71,6 +76,10 @@
{
"address": "https://bitcanna.rpc.t.anode.team",
"provider": "AlxVoy ⚡ ANODE.TEAM"
},
{
"address": "https://bcnadev-rpc.ibs.team",
"provider": "Inter Blockchain Services"
}
],
"grpc": [
Expand Down Expand Up @@ -119,6 +128,10 @@
{
"address": "https://bitcanna.api.t.anode.team",
"provider": "AlxVoy ⚡ ANODE.TEAM"
},
{
"address": "https://bcnadev-api.ibs.team",
"provider": "Inter Blockchain Services"
}
]
},
Expand Down Expand Up @@ -185,9 +198,13 @@
"provider": "AlxVoy ⚡ ANODE.TEAM"
},
{
"address": "https://rpc.example.com/",
"url_doc": "https://www.doc.com",
"provider": "Example"
"address": "https://bcnadev-rpc.ibs.team",
"provider": "Inter Blockchain Services"
},
{
"address": "https://bitcanna.rpc.t.anode.team",
"url_doc": "https://anode.team/BitCanna/#State-Sync_t",
"provider": "AlxVoy ⚡ ANODE.TEAM"
}
]
}

0 comments on commit 0ec704f

Please sign in to comment.