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 NODEJUMPER services #199

Merged
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
5 changes: 4 additions & 1 deletion awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ We'd like to ask you to provide us with the **extra services** you can provide.
## maxfoton
* https://github.com/maxfoton/Bitcanna_mainnet

## NODEJUMPER StateSync/SnapShot
* https://app.nodejumper.io/bitcanna/sync


# Info, docs and other services from BitCanna validators & partners
If you would like to contribute, feel free to make a pull request.
Expand All @@ -90,7 +93,7 @@ The list found below includes:
### Polkachu: snapshot service info
* https://polkachu.com/tendermint_snapshots/bitcanna

### Nodejumper 🚀: on-chain analytics, snapshot & state sync services, installation scripts (manual/automation), cheat sheet and more.
### NODEJUMPER: on-chain analytics, snapshot & state sync services, installation scripts (manual/automation), cheat sheet and more.
* https://nodejumper.io/bitcanna

### DappLocker: Stats service
Expand Down
17 changes: 17 additions & 0 deletions chain-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,11 @@
"id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0",
"address": "seeds.polkachu.com:13056",
"provider": "Polkachu"
},
{
"id": "45589e6147e36dda9e429668484d7614fb25b142",
"address": "bitcanna.nodejumper.io:27656",
"provider": "NODEJUMPER"
}
],
"apis": {
Expand Down Expand Up @@ -250,6 +255,10 @@
{
"address": "https://rpc.bitcanna.safeblock.space",
"provider": "Safe Block"
},
{
"address": "https://bitcanna.nodejumper.io:443",
"provider": "NODEJUMPER"
}
],
"grpc": [
Expand Down Expand Up @@ -300,6 +309,10 @@
{
"address": "bitcanna-grpc.polkachu.com:13090",
"provider": "Polkachu"
},
{
"address": "65.109.106.172:9190",
"provider": "NODEJUMPER"
}
],
"rest": [
Expand Down Expand Up @@ -382,6 +395,10 @@
{
"address": "https://api.bitcanna.safeblock.space",
"provider": "Safe Block"
},
{
"address": "https://bitcanna.nodejumper.io:1317",
"provider": "NODEJUMPER"
}
]
},
Expand Down