Skip to content

Commit

Permalink
Merge pull request #195 from PolkachuIntern/patch-1
Browse files Browse the repository at this point in the history
add polkachu endpoints
  • Loading branch information
RaulBernal authored May 31, 2023
2 parents 96bdb8f + b32caf8 commit 909948f
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion chain-registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
{
"id": "e2e7c704f766ef6b9e2c8dd61d963f8393b87966",
"address": "seed3.bitcanna.io: 26656",
"address": "seed3.bitcanna.io:26656",
"provider": "bitcanna"
},
{
Expand Down Expand Up @@ -142,6 +142,11 @@
"id": "3cb7bc8d5c448eaa42558347fb6cb03cd414b223",
"address": "38.242.232.202:26656",
"provider": "Inter Blockchain Services"
},
{
"id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0",
"address": "seeds.polkachu.com:13056",
"provider": "Polkachu"
}
],
"apis": {
Expand Down Expand Up @@ -237,6 +242,10 @@
{
"address": "https://rpc-bitcanna-ia.cosmosia.notional.ventures",
"provider": "Notional"
},
{
"address": "https://bitcanna-rpc.polkachu.com",
"provider": "Polkachu"
}
],
"grpc": [
Expand Down Expand Up @@ -283,6 +292,10 @@
{
"address": "bitcanna.grpc.kjnodes.com:14290",
"provider": "kjnodes"
},
{
"address": "bitcanna-grpc.polkachu.com:13090",
"provider": "Polkachu"
}
],
"rest": [
Expand Down Expand Up @@ -357,6 +370,10 @@
{
"address": "https://api-bitcanna-ia.cosmosia.notional.ventures",
"provider": "Notional"
},
{
"address": "https://bitcanna-api.polkachu.com",
"provider": "Polkachu"
}
]
},
Expand Down

0 comments on commit 909948f

Please sign in to comment.