Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Add awesome and chain registry for devnet and add mainnet grpc to chain registry #247

Closed
wants to merge 12 commits into from
4 changes: 4 additions & 0 deletions chain-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,6 +283,10 @@
{
"address": "grpc.bitcanna.safeblock.space:9090",
"provider": "Safe Block"
},
{
"address": "mainnet-bitcanna-grpc:27090",
"provider": "KonsorTech"
}
],
"rest": [
Expand Down
6 changes: 6 additions & 0 deletions devnets/bitcanna-dev-1/awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- [email protected]:26656
- [email protected]:26656
- b0c7e5c69aaf00626baaf7c59370029b587a91a4@bitcannadev.peers.stavr.tech:30006
- c4277e884bbbf33ef1d8f13cbf26adb3b12336fd@testnet-bitcanna.konsortech.xyz:26656

## Seed Peer
This will disconnect after passing P2P info so not include in your _persistent_peers_
Expand All @@ -15,6 +16,7 @@ This will disconnect after passing P2P info so not include in your _persistent_p
- https://testnet.ping.pub/bitcanna/uptime
- https://explorer.stavr.tech/Bitcanna-DEV
- https://explorer.kjnodes.com/bitcanna-testnet
- https://testnet-explorer.konsortech.xyz/bitcanna

## RPC endpoints
- https://rpc-testnet.bitcanna.io
Expand All @@ -24,6 +26,7 @@ This will disconnect after passing P2P info so not include in your _persistent_p

## GRPC endpoints
- bitcanna-testnet.grpc.kjnodes.com:42090
- testnet-bitcanna-grpc.konsortech.xyz:9090

## LCD Enpoints
- http://lcd-testnet.bitcanna.io
Expand All @@ -40,9 +43,11 @@ This will disconnect after passing P2P info so not include in your _persistent_p

## State sync
- https://services.kjnodes.com/testnet/bitcanna/state-sync
- https://docs.konsortech.xyz/node/Testnet/Bitcanna/statesync

## Snapshots
- https://services.kjnodes.com/testnet/bitcanna/snapshot
- https://docs.konsortech.xyz/node/Testnet/Bitcanna/snapshot

## Docs
- [Automatic StateSync Join `bitcanna-dev-1`](README.md)
Expand All @@ -53,6 +58,7 @@ This will disconnect after passing P2P info so not include in your _persistent_p
- [Node installation instructions Mainnet/DEVNET by 🔥STAVR🔥](https://github.com/obajay/nodes-Guides/tree/main/Projects/Bitcanna)
- [Node upgrade instructions by kjnodes](https://services.kjnodes.com/testnet/bitcanna/upgrade)
- [Useful commands for node and wallet operation by kjnodes](https://services.kjnodes.com/testnet/bitcanna/useful-commands)
- [Node Installation Instructions Devnet by KonsorTech](https://docs.konsortech.xyz/node/Testnet/Bitcanna)

### Manual-setup
> This instructions was written by Avione Validators, thanks a lot!
Expand Down
30 changes: 29 additions & 1 deletion devnets/bitcanna-dev-1/chain-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"id": "60fae2c5581622bb84eaf95878e85c9f339f1a2a",
"address": "212.227.151.106:26656",
"provider": "El-Jay"
},
{
"id": "c4277e884bbbf33ef1d8f13cbf26adb3b12336fd",
"address": "testnet-bitcanna.konsortech.xyz:26656",
"provider": "KonsorTech"
}
]
},
Expand All @@ -43,7 +48,11 @@
{
"address": "https://rpc.bitcanna-dev.hexnodes.co:443",
"provider": "Hexnodes"
}
},
{
"address": "https://testnet-bitcanna-rpc.konsortech.xyz:443",
"provider": "KonsorTech"
},
],
"grpc": [
{
Expand All @@ -57,6 +66,10 @@
{
"address": "grpc.bitcanna-dev.hexnodes.co:31090",
"provider": "Hexnodes"
},
{
"address": "testnet-bitcanna-grpc.konsortech.xyz:9090",
"provider": "KonsorTech"
}
],
"rest": [
Expand All @@ -75,6 +88,10 @@
{
"address": "https://rest.bitcanna-dev.hexnodes.co",
"provider": "Hexnodes"
},
{
"address": "https://testnet-bitcanna-api.konsortech.xyz/",
"provider": "KonsorTech"
}
]
},
Expand All @@ -97,6 +114,12 @@
"tx_page": "https://explorer.hexnodes.co/bitcanna-testnet/tx/${txHash}",
"account_page": "hthttps://explorer.hexnodes.co/bitcanna-testnet/account/${accountAddress}"
},
{
"kind": "KonsorTech",
"url": "https://testnet-explorer.konsortech.xyz/bitcanna",
"tx_page": "https://testnet-explorer.konsortech.xyz/bitcanna/tx/${txHash}",
"account_page": "https://testnet-explorer.konsortech.xyz/bitcanna/account/${accountAddress}"
},
{
"kind": "",
"url": "",
Expand Down Expand Up @@ -124,6 +147,11 @@
"url_doc": "https://github.com/hexskrt/testnet_installation/tree/main/Bitcanna",
"provider": "Hexnodes"
},
{
"address": "https://testnet-bitcanna-rpc.konsortech.xyz",
"url_doc": "https://docs.konsortech.xyz/node/Testnet/Bitcanna/statesync",
"provider": "KonsorTech"
},
{
"address": "https://rpc.example.com/",
"url_doc": "https://www.doc.com",
Expand Down