Skip to content

Commit

Permalink
Merge pull request BitCannaGlobal#258 from nodejumper-org/nodejumper-…
Browse files Browse the repository at this point in the history
…endpoints

Add NODEJUMPER endpoints for devnet-1
  • Loading branch information
RaulBernal authored Oct 19, 2023
2 parents 40e84b9 + ed2d65f commit e25cfe0
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions devnets/bitcanna-dev-1/chain-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,11 @@
{
"address": "https://rpc.bitcanna-dev-1.bitcanna.aviaone.com",
"provider": "AVIAONE 🟢"
}
},
{
"address": "https://bitcanna-testnet.nodejumper.io:443",
"provider": "NODEJUMPER"
}
],
"grpc": [
{
Expand Down Expand Up @@ -128,6 +132,10 @@
{
"address": "grpc.bitcanna-dev-1.bitcanna.aviaone.com:9092",
"provider": "AVIAONE 🟢"
},
{
"address": "bitcanna-testnet.nodejumper.io:9090",
"provider": "NODEJUMPER"
}
],
"rest": [
Expand Down Expand Up @@ -166,6 +174,10 @@
{
"address": "https://api.bitcanna-dev-1.bitcanna.aviaone.com",
"provider": "AVIAONE 🟢"
},
{
"address": "https://bitcanna-testnet.nodejumper.io:1317",
"provider": "NODEJUMPER"
}
]
},
Expand Down Expand Up @@ -246,6 +258,11 @@
"address": "https://bcnadev-rpc.ibs.team",
"url_doc": "https://www.ibs.team",
"provider": "Inter Blockchain Services"
}
},
{
"address": "https://bitcanna-testnet.nodejumper.io:443",
"url_doc": "https://app.nodejumper.io/bitcanna-testnet/sync",
"provider": "NODEJUMPER"
}
]
}

0 comments on commit e25cfe0

Please sign in to comment.