Skip to content

Commit

Permalink
Merge pull request BitCannaGlobal#246 from kitkatfund/patch-1
Browse files Browse the repository at this point in the history
Update chain-registry.json for KitKat
  • Loading branch information
RaulBernal authored Oct 16, 2023
2 parents 4bf97a7 + 8436382 commit 3ff742f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions chain-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,10 @@
{
"address": "https://bitcanna-rpc.validatornode.com",
"provider": "ValidatorNode"
},
{
"address": "https://bitcanna-rpc.kitkat.zone/",
"provider": "KitKat"
}
],
"grpc": [
Expand Down Expand Up @@ -283,6 +287,10 @@
{
"address": "grpc.bitcanna.safeblock.space:9090",
"provider": "Safe Block"
},
{
"address": "bitcanna-grpc.kitkat.zone:13090",
"provider": "KitKat"
}
],
"rest": [
Expand Down Expand Up @@ -373,6 +381,10 @@
{
"address": "https://bitcanna-api.validatornode.com",
"provider": "ValidatorNode"
},
{
"address": "https://bitcanna-api.kitkat.zone",
"provider": "KitKat"
}
]
},
Expand Down Expand Up @@ -420,6 +432,11 @@
"kind": "Safe Block Explorer Pruned",
"url": "https://explorer.safeblock.space/bitcanna",
"tx_page": "https://explorer.safeblock.space/bitcanna/tx/${txHash}"
},
{
"kind": "KitKat Explorer",
"url": "https://explorer.kitkat.zone/bitcanna",
"tx_page": "https://explorer.kitkat.zone/bitcanna/tx/${txHash}"
}
],
"archive_nodes": [
Expand All @@ -442,6 +459,11 @@
"address": "http://rpc.bitcanna.safeblock.space:26657",
"url_doc": "https://safeblock.space/?elementor_library=bcna-statesync",
"provider": "Safe Block"
},
{
"address": "https://bitcanna-rpc.kitkat.zone:443",
"url_doc": "https://docs.kitkat.zone/chains/bitcanna/bitcanna-node-state-sync",
"provider": "KitKat"
},
{
"address": "https://rpc.example.com/",
Expand Down

0 comments on commit 3ff742f

Please sign in to comment.