File tree Expand file tree Collapse file tree 2 files changed +21
-11
lines changed
v2/packages/chain-registry/src Expand file tree Collapse file tree 2 files changed +21
-11
lines changed Original file line number Diff line number Diff line change @@ -219,10 +219,20 @@ const info: Chain = {
219219 provider : '[NODERS]TEAM'
220220 }
221221 ] ,
222- evmHttpJsonrpc : [ {
222+ evmHttpJsonrpc : [
223+ {
223224 address : 'https://injective.json-rpc.decentrio.ventures' ,
224225 provider : 'Decentrio'
225- } ]
226+ } ,
227+ {
228+ address : 'https://injective-evm-rpc.scvsecurity.io' ,
229+ provider : 'SCV Security'
230+ } ,
231+ {
232+ address : 'https://injective-evm-rpc.highstakes.ch' ,
233+ provider : 'High Stakes 🇨🇭'
234+ }
235+ ]
226236 } ,
227237 explorers : [
228238 {
Original file line number Diff line number Diff line change @@ -57,19 +57,19 @@ const info: Chain = {
5757 } ,
5858 codebase : {
5959 gitRepo : 'https://github.com/ZIGChain/zigchain' ,
60- recommendedVersion : '1.2.2 ' ,
61- compatibleVersions : [ '1.2.2 ' ] ,
60+ recommendedVersion : '2.0.0 ' ,
61+ compatibleVersions : [ '2.0.0 ' ] ,
6262 consensus : {
6363 type : 'cometbft' ,
64- version : '0.38.17 '
64+ version : '0.38.19 '
6565 } ,
6666 sdk : {
6767 type : 'cosmos' ,
68- version : '0.50.14 '
68+ version : '0.53.4 '
6969 } ,
7070 ibc : {
7171 type : 'go' ,
72- version : '8.4 .0'
72+ version : '10.1 .0'
7373 } ,
7474 cosmwasm : {
7575 version : '0.55.1' ,
@@ -79,11 +79,11 @@ const info: Chain = {
7979 genesisUrl : 'https://github.com/ZIGChain/networks/raw/main/zig-test-2/genesis.json'
8080 } ,
8181 binaries : {
82- "linux/amd64" : 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2 -linux-amd64.tar.gz' ,
83- "darwin/amd64" : 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2 -darwin-amd64.tar.gz' ,
84- "darwin/arm64" : 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v1.2.2 -darwin-amd64 .tar.gz'
82+ "linux/amd64" : 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0 -linux-amd64.tar.gz?checksum=sha256:8f2a4a51fa2d73b7bc61c33d30332fb61e76ed0be4a381a37d27aa17115a9040 ' ,
83+ "darwin/amd64" : 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0 -darwin-amd64.tar.gz?checksum=sha256:6269882ccb1caf0af7600f2d24f5aeae7710290aba299d0d4ed607c6e63da803 ' ,
84+ "darwin/arm64" : 'https://github.com/ZIGChain/networks/raw/refs/heads/main/zig-test-2/binaries/zigchaind-v2.0.0 -darwin-arm64 .tar.gz?checksum=sha256:07f59514973d67e0d09c27b1be50da78f3b824518f1ee4735c09322ec1bd3789 '
8585 } ,
86- tag : '1.2.2 '
86+ tag : 'v2.0.0 '
8787 } ,
8888 explorers : [ {
8989 kind : 'range' ,
You can’t perform that action at this time.
0 commit comments