diff --git a/chain-registry.json b/chain-registry.json index 5af7bb8a..620ef86e 100644 --- a/chain-registry.json +++ b/chain-registry.json @@ -304,7 +304,11 @@ { "address": "https://93.115.25.15:26657", "provider": "Stakely" - } + }, + { + "address": "https://bitcanna-rpc.validatornode.com", + "provider": "ValidatorNode" + } ], "grpc": [ { @@ -472,7 +476,11 @@ { "address": "https://93.115.25.15:1317", "provider": "Stakely" - } + }, + { + "address": "https://bitcanna-api.validatonode.com", + "provider": "ValidatorNode" + } ] }, "explorers": [ @@ -508,6 +516,11 @@ "kind": "atomscan", "url": "https://atomscan.com/bitcanna", "tx_page": "https://atomscan.com/bitcanna/transactions/${txHash}" + }, + { + "kind": "ValidatorNode Explorer", + "url": "https://explorer.validatornode.com/bitcanna", + "tx_page": "https://explorer.validatornode.com/bitcanna/tx/${txHash}" } ] }