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

Commit 27c9e88

Browse files
authored
Merge pull request #397 from BitCannaGlobal/RaulBernal-grpc-ports-fix
fix gRPC port
2 parents abc71b9 + 163a1ac commit 27c9e88

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

chain-registry.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,15 +399,15 @@
399399
"provider": "ValidatorNode"
400400
},
401401
{
402-
"address": "https://grpc-bitcanna.cryptech.com.ua",
402+
"address": "grpc-bitcanna.cryptech.com.ua:443",
403403
"provider": "CrypTech"
404404
},
405405
{
406406
"address": "bitcanna-grpc.kalia.network:443",
407407
"provider": "Kalia Network"
408408
},
409409
{
410-
"address": "bitcanna.grpc.nodeshub.online",
410+
"address": "bitcanna.grpc.nodeshub.online:13090",
411411
"provider": "Nodes Hub 🛡️ 100% Slash Protected 🛡️"
412412
}
413413
],

devnets/bitcanna-dev-1/chain-registry.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
"provider": "NodeX Emperor"
211211
},
212212
{
213-
"address": "bitcanna.test.grpc.nodeshub.online",
213+
"address": "bitcanna.test.grpc.nodeshub.online:13090",
214214
"provider": "Nodes Hub 🛡️ 100% Slash Protected 🛡️"
215215
}
216216
],

0 commit comments

Comments
 (0)