chain-registry 2.0.231 → 2.0.232

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/devnet/impacthubdevnet/asset-list.js +0 -1
  2. package/esm/devnet/impacthubdevnet/asset-list.js +0 -1
  3. package/esm/mainnet/desmos/asset-list.js +0 -1
  4. package/esm/mainnet/emoney/asset-list.js +0 -1
  5. package/esm/mainnet/ggezchain/asset-list.js +0 -1
  6. package/esm/mainnet/heli/asset-list.js +0 -1
  7. package/esm/mainnet/impacthub/asset-list.js +0 -1
  8. package/esm/mainnet/kujira/asset-list.js +1 -3
  9. package/esm/mainnet/nolus/asset-list.js +1 -2
  10. package/esm/mainnet/oraichain/asset-list.js +0 -1
  11. package/esm/mainnet/osmosis/asset-list.js +11 -22
  12. package/esm/mainnet/persistence/asset-list.js +0 -1
  13. package/esm/mainnet/regen/asset-list.js +0 -1
  14. package/esm/mainnet/secretnetwork/asset-list.js +0 -2
  15. package/esm/mainnet/stride/asset-list.js +0 -1
  16. package/esm/mainnet/unification/asset-list.js +0 -1
  17. package/esm/mainnet/zigchain/chain.js +10 -10
  18. package/esm/testnet/desmostestnet/asset-list.js +0 -1
  19. package/esm/testnet/impacthubtestnet/asset-list.js +1 -2
  20. package/esm/testnet/limonatatestnet/chain.js +6 -0
  21. package/esm/testnet/osmosistestnet/asset-list.js +1 -2
  22. package/esm/testnet/unificationtestnet/asset-list.js +1 -2
  23. package/esm/testnet/zigchaintestnet/chain.js +10 -10
  24. package/mainnet/desmos/asset-list.js +0 -1
  25. package/mainnet/emoney/asset-list.js +0 -1
  26. package/mainnet/ggezchain/asset-list.js +0 -1
  27. package/mainnet/heli/asset-list.js +0 -1
  28. package/mainnet/impacthub/asset-list.js +0 -1
  29. package/mainnet/kujira/asset-list.js +1 -3
  30. package/mainnet/nolus/asset-list.js +1 -2
  31. package/mainnet/oraichain/asset-list.js +0 -1
  32. package/mainnet/osmosis/asset-list.js +11 -22
  33. package/mainnet/persistence/asset-list.js +0 -1
  34. package/mainnet/regen/asset-list.js +0 -1
  35. package/mainnet/secretnetwork/asset-list.js +0 -2
  36. package/mainnet/stride/asset-list.js +0 -1
  37. package/mainnet/unification/asset-list.js +0 -1
  38. package/mainnet/zigchain/chain.js +10 -10
  39. package/package.json +3 -3
  40. package/testnet/desmostestnet/asset-list.js +0 -1
  41. package/testnet/impacthubtestnet/asset-list.js +1 -2
  42. package/testnet/limonatatestnet/chain.js +6 -0
  43. package/testnet/osmosistestnet/asset-list.js +1 -2
  44. package/testnet/unificationtestnet/asset-list.js +1 -2
  45. package/testnet/zigchaintestnet/chain.js +10 -10
@@ -28,7 +28,6 @@ const info = {
28
28
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.png',
29
29
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.svg'
30
30
  },
31
- coingeckoId: 'ixo',
32
31
  images: [{
33
32
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.png',
34
33
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.svg'
@@ -26,7 +26,6 @@ const info = {
26
26
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.png',
27
27
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.svg'
28
28
  },
29
- coingeckoId: 'ixo',
30
29
  images: [{
31
30
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.png',
32
31
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/impacthubdevnet/images/ixo.svg'
@@ -18,7 +18,6 @@ const info = {
18
18
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
19
19
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
20
20
  },
21
- coingeckoId: 'desmos',
22
21
  images: [{
23
22
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
24
23
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
@@ -19,7 +19,6 @@ const info = {
19
19
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
20
20
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
21
21
  },
22
- coingeckoId: 'e-money',
23
22
  images: [{
24
23
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
25
24
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
@@ -21,7 +21,6 @@ const info = {
21
21
  name: 'GGEZ1',
22
22
  display: 'ggez1',
23
23
  symbol: 'GGEZ1',
24
- coingeckoId: 'ggez1',
25
24
  logoURIs: {
26
25
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
27
26
  },
@@ -14,7 +14,6 @@ const info = {
14
14
  name: 'Heli',
15
15
  display: 'heli',
16
16
  symbol: 'HELI',
17
- coingeckoId: 'helichain',
18
17
  images: [{
19
18
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.png',
20
19
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.svg'
@@ -18,7 +18,6 @@ const info = {
18
18
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
19
19
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
20
20
  },
21
- coingeckoId: 'ixo',
22
21
  images: [{
23
22
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
24
23
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
@@ -380,7 +380,6 @@ const info = {
380
380
  name: 'AQLA',
381
381
  display: 'AQLA',
382
382
  symbol: 'AQLA',
383
- coingeckoId: 'aqualibre',
384
383
  logoURIs: {
385
384
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg'
386
385
  },
@@ -998,8 +997,7 @@ const info = {
998
997
  logoURIs: {
999
998
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
1000
999
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
1001
- },
1002
- coingeckoId: 'stkatom'
1000
+ }
1003
1001
  },
1004
1002
  {
1005
1003
  description: 'BackBone Labs Liquid Staked KUJI',
@@ -603,8 +603,7 @@ const info = {
603
603
  logoURIs: {
604
604
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
605
605
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
606
- },
607
- coingeckoId: 'stkatom'
606
+ }
608
607
  },
609
608
  {
610
609
  description: 'SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -335,7 +335,6 @@ const info = {
335
335
  base: 'cw20:orai1065qe48g7aemju045aeyprflytemx7kecxkf5m7u5h5mphd0qlcs47pclp',
336
336
  name: 'Scorai',
337
337
  display: 'scorai',
338
- coingeckoId: 'scorai',
339
338
  symbol: 'SCORAI',
340
339
  images: [{
341
340
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/scorai.png',
@@ -1311,8 +1311,7 @@ const info = {
1311
1311
  },
1312
1312
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
1313
1313
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
1314
- }],
1315
- coingeckoId: 'e-money'
1314
+ }]
1316
1315
  },
1317
1316
  {
1318
1317
  description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
@@ -1430,8 +1429,7 @@ const info = {
1430
1429
  },
1431
1430
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
1432
1431
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
1433
- }],
1434
- coingeckoId: 'ixo'
1432
+ }]
1435
1433
  },
1436
1434
  {
1437
1435
  description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
@@ -1837,8 +1835,7 @@ const info = {
1837
1835
  },
1838
1836
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
1839
1837
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
1840
- }],
1841
- coingeckoId: 'desmos'
1838
+ }]
1842
1839
  },
1843
1840
  {
1844
1841
  description: 'Native token of Dig Chain',
@@ -4581,8 +4578,7 @@ const info = {
4581
4578
  },
4582
4579
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
4583
4580
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
4584
- }],
4585
- coingeckoId: 'stride-staked-stars'
4581
+ }]
4586
4582
  },
4587
4583
  {
4588
4584
  description: 'Solarbank DAO Governance Token for speeding up the shift to renewable and green energy',
@@ -5025,8 +5021,7 @@ const info = {
5025
5021
  },
5026
5022
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg',
5027
5023
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png'
5028
- }],
5029
- coingeckoId: 'unification'
5024
+ }]
5030
5025
  },
5031
5026
  {
5032
5027
  description: 'The native staking and governance token of Jackal.',
@@ -5276,8 +5271,7 @@ const info = {
5276
5271
  },
5277
5272
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
5278
5273
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
5279
- }],
5280
- coingeckoId: 'stkd-scrt'
5274
+ }]
5281
5275
  },
5282
5276
  {
5283
5277
  description: 'BeeZee native blockchain',
@@ -5692,8 +5686,7 @@ const info = {
5692
5686
  },
5693
5687
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
5694
5688
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
5695
- }],
5696
- coingeckoId: 'stkatom'
5689
+ }]
5697
5690
  },
5698
5691
  {
5699
5692
  description: 'The native staking and governance token of the Dyson Protocol',
@@ -6905,8 +6898,7 @@ const info = {
6905
6898
  },
6906
6899
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
6907
6900
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
6908
- }],
6909
- coingeckoId: 'toucan-protocol-nature-carbon-tonne'
6901
+ }]
6910
6902
  },
6911
6903
  {
6912
6904
  description: 'Celestims',
@@ -7348,8 +7340,7 @@ const info = {
7348
7340
  },
7349
7341
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
7350
7342
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
7351
- }],
7352
- coingeckoId: 'silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2'
7343
+ }]
7353
7344
  },
7354
7345
  {
7355
7346
  description: 'Mille: the 1000th token on osmosis',
@@ -9480,8 +9471,7 @@ const info = {
9480
9471
  },
9481
9472
  images: [{
9482
9473
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
9483
- }],
9484
- coingeckoId: 'collateralized-debt-token'
9474
+ }]
9485
9475
  },
9486
9476
  {
9487
9477
  description: 'Membrane\'s protocol token',
@@ -9502,8 +9492,7 @@ const info = {
9502
9492
  },
9503
9493
  images: [{
9504
9494
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
9505
- }],
9506
- coingeckoId: 'membrane'
9495
+ }]
9507
9496
  },
9508
9497
  {
9509
9498
  description: 'The native token of SGE Network',
@@ -62,7 +62,6 @@ const info = {
62
62
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
63
63
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
64
64
  },
65
- coingeckoId: 'stkatom',
66
65
  images: [{
67
66
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
68
67
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
@@ -45,7 +45,6 @@ const info = {
45
45
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
46
46
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
47
47
  },
48
- coingeckoId: 'toucan-protocol-nature-carbon-tonne',
49
48
  images: [{
50
49
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
51
50
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
@@ -119,7 +119,6 @@ const info = {
119
119
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
120
120
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
121
121
  },
122
- coingeckoId: 'silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2',
123
122
  images: [{
124
123
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
125
124
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
@@ -192,7 +191,6 @@ const info = {
192
191
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
193
192
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
194
193
  },
195
- coingeckoId: 'stkd-scrt',
196
194
  images: [{
197
195
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
198
196
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
@@ -86,7 +86,6 @@ const info = {
86
86
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
87
87
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
88
88
  },
89
- coingeckoId: 'stride-staked-stars',
90
89
  images: [{
91
90
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
92
91
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
@@ -27,7 +27,6 @@ const info = {
27
27
  website: 'https://unification.com',
28
28
  x: 'https://x.com/UnificationUND'
29
29
  },
30
- coingeckoId: 'unification',
31
30
  typeAsset: 'sdk.coin'
32
31
  }]
33
32
  };
@@ -32,19 +32,19 @@ const info = {
32
32
  },
33
33
  codebase: {
34
34
  gitRepo: 'https://github.com/ZIGChain/zigchain',
35
- recommendedVersion: '2.0.0',
36
- compatibleVersions: ['2.0.0'],
35
+ recommendedVersion: '4.1.0',
36
+ compatibleVersions: ['4.1.0'],
37
37
  consensus: {
38
38
  type: 'cometbft',
39
- version: '0.38.19'
39
+ version: '0.38.21'
40
40
  },
41
41
  sdk: {
42
42
  type: 'cosmos',
43
- version: '0.53.4'
43
+ version: '0.53.5'
44
44
  },
45
45
  ibc: {
46
46
  type: 'go',
47
- version: '10.1.0'
47
+ version: '10.1.1'
48
48
  },
49
49
  cosmwasm: {
50
50
  version: '0.55.1',
@@ -54,14 +54,14 @@ const info = {
54
54
  genesisUrl: 'https://github.com/ZIGChain/networks/raw/main/zigchain-1/genesis.json'
55
55
  },
56
56
  binaries: {
57
- "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',
58
- "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',
59
- "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'
57
+ "linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-linux-amd64.tar.gz?checksum=sha256:1a64152e48fb25c990bfcf52c0578171137470b78a79859e3c861714e099cd5e',
58
+ "darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-amd64.tar.gz?checksum=sha256:adb639e7e1496ec30de54f7dbcd8a8110548b95ca3b3b1d20ca65ec4ad2bfaa0',
59
+ "darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-arm64.tar.gz?checksum=sha256:a27cb748c8b4c90724378109e518fd730f8471d9e28fbea56bb963b3757fd6da'
60
60
  },
61
- tag: 'v2.0.0',
61
+ tag: 'v4.1.0',
62
62
  language: {
63
63
  type: 'go',
64
- version: '1.25.4'
64
+ version: '1.25.9'
65
65
  }
66
66
  },
67
67
  logoURIs: {
@@ -22,7 +22,6 @@ const info = {
22
22
  },
23
23
  provider: 'Desmos'
24
24
  }],
25
- coingeckoId: 'desmos',
26
25
  typeAsset: 'sdk.coin',
27
26
  images: [{
28
27
  imageSync: {
@@ -34,8 +34,7 @@ const info = {
34
34
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
35
35
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
36
36
  },
37
- typeAsset: 'sdk.coin',
38
- coingeckoId: 'ixo'
37
+ typeAsset: 'sdk.coin'
39
38
  }]
40
39
  };
41
40
  export default info;
@@ -39,10 +39,16 @@ const info = {
39
39
  rpc: [{
40
40
  address: 'https://cosmos-rpc.limonata.xyz',
41
41
  provider: 'Limonata'
42
+ }, {
43
+ address: 'https://rpc-t.limonata.vinjan-inc.com',
44
+ provider: 'Vinjan.Inc'
42
45
  }],
43
46
  rest: [{
44
47
  address: 'https://rest.limonata.xyz',
45
48
  provider: 'Limonata'
49
+ }, {
50
+ address: 'https://api-t.limonata.vinjan-inc.com',
51
+ provider: 'Vinjan.Inc'
46
52
  }],
47
53
  evmHttpJsonrpc: [{
48
54
  address: 'https://rpc.limonata.xyz',
@@ -641,8 +641,7 @@ const info = {
641
641
  },
642
642
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
643
643
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
644
- }],
645
- coingeckoId: 'ixo'
644
+ }]
646
645
  },
647
646
  {
648
647
  denomUnits: [{
@@ -34,8 +34,7 @@ const info = {
34
34
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
35
35
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
36
36
  },
37
- typeAsset: 'sdk.coin',
38
- coingeckoId: 'unification'
37
+ typeAsset: 'sdk.coin'
39
38
  }]
40
39
  };
41
40
  export default info;
@@ -88,19 +88,19 @@ const info = {
88
88
  },
89
89
  codebase: {
90
90
  gitRepo: 'https://github.com/ZIGChain/zigchain',
91
- recommendedVersion: '2.0.0',
92
- compatibleVersions: ['2.0.0'],
91
+ recommendedVersion: '4.1.0',
92
+ compatibleVersions: ['4.1.0'],
93
93
  consensus: {
94
94
  type: 'cometbft',
95
- version: '0.38.19'
95
+ version: '0.38.21'
96
96
  },
97
97
  sdk: {
98
98
  type: 'cosmos',
99
- version: '0.53.4'
99
+ version: '0.53.5'
100
100
  },
101
101
  ibc: {
102
102
  type: 'go',
103
- version: '10.1.0'
103
+ version: '10.1.1'
104
104
  },
105
105
  cosmwasm: {
106
106
  version: '0.55.1',
@@ -110,14 +110,14 @@ const info = {
110
110
  genesisUrl: 'https://github.com/ZIGChain/networks/raw/main/zig-test-2/genesis.json'
111
111
  },
112
112
  binaries: {
113
- "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',
114
- "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',
115
- "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'
113
+ "linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-linux-amd64.tar.gz?checksum=sha256:1a64152e48fb25c990bfcf52c0578171137470b78a79859e3c861714e099cd5e',
114
+ "darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-amd64.tar.gz?checksum=sha256:adb639e7e1496ec30de54f7dbcd8a8110548b95ca3b3b1d20ca65ec4ad2bfaa0',
115
+ "darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-arm64.tar.gz?checksum=sha256:a27cb748c8b4c90724378109e518fd730f8471d9e28fbea56bb963b3757fd6da'
116
116
  },
117
- tag: 'v2.0.0',
117
+ tag: 'v4.1.0',
118
118
  language: {
119
119
  type: 'go',
120
- version: '1.25.4'
120
+ version: '1.25.9'
121
121
  }
122
122
  },
123
123
  explorers: [
@@ -20,7 +20,6 @@ const info = {
20
20
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
21
21
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
22
22
  },
23
- coingeckoId: 'desmos',
24
23
  images: [{
25
24
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
26
25
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
@@ -21,7 +21,6 @@ const info = {
21
21
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
22
22
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
23
23
  },
24
- coingeckoId: 'e-money',
25
24
  images: [{
26
25
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
27
26
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
@@ -23,7 +23,6 @@ const info = {
23
23
  name: 'GGEZ1',
24
24
  display: 'ggez1',
25
25
  symbol: 'GGEZ1',
26
- coingeckoId: 'ggez1',
27
26
  logoURIs: {
28
27
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/ggezchain/images/ggez1.png'
29
28
  },
@@ -16,7 +16,6 @@ const info = {
16
16
  name: 'Heli',
17
17
  display: 'heli',
18
18
  symbol: 'HELI',
19
- coingeckoId: 'helichain',
20
19
  images: [{
21
20
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.png',
22
21
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/heli/images/heli.svg'
@@ -20,7 +20,6 @@ const info = {
20
20
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
21
21
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
22
22
  },
23
- coingeckoId: 'ixo',
24
23
  images: [{
25
24
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
26
25
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
@@ -382,7 +382,6 @@ const info = {
382
382
  name: 'AQLA',
383
383
  display: 'AQLA',
384
384
  symbol: 'AQLA',
385
- coingeckoId: 'aqualibre',
386
385
  logoURIs: {
387
386
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/aqla.svg'
388
387
  },
@@ -1000,8 +999,7 @@ const info = {
1000
999
  logoURIs: {
1001
1000
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
1002
1001
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
1003
- },
1004
- coingeckoId: 'stkatom'
1002
+ }
1005
1003
  },
1006
1004
  {
1007
1005
  description: 'BackBone Labs Liquid Staked KUJI',
@@ -605,8 +605,7 @@ const info = {
605
605
  logoURIs: {
606
606
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
607
607
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
608
- },
609
- coingeckoId: 'stkatom'
608
+ }
610
609
  },
611
610
  {
612
611
  description: 'SCRT transferred from the Osmosis mainnet that is supported on the Nolus chain',
@@ -337,7 +337,6 @@ const info = {
337
337
  base: 'cw20:orai1065qe48g7aemju045aeyprflytemx7kecxkf5m7u5h5mphd0qlcs47pclp',
338
338
  name: 'Scorai',
339
339
  display: 'scorai',
340
- coingeckoId: 'scorai',
341
340
  symbol: 'SCORAI',
342
341
  images: [{
343
342
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/scorai.png',
@@ -1313,8 +1313,7 @@ const info = {
1313
1313
  },
1314
1314
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png',
1315
1315
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.svg'
1316
- }],
1317
- coingeckoId: 'e-money'
1316
+ }]
1318
1317
  },
1319
1318
  {
1320
1319
  description: 'e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.',
@@ -1432,8 +1431,7 @@ const info = {
1432
1431
  },
1433
1432
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
1434
1433
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
1435
- }],
1436
- coingeckoId: 'ixo'
1434
+ }]
1437
1435
  },
1438
1436
  {
1439
1437
  description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
@@ -1839,8 +1837,7 @@ const info = {
1839
1837
  },
1840
1838
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png',
1841
1839
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg'
1842
- }],
1843
- coingeckoId: 'desmos'
1840
+ }]
1844
1841
  },
1845
1842
  {
1846
1843
  description: 'Native token of Dig Chain',
@@ -4583,8 +4580,7 @@ const info = {
4583
4580
  },
4584
4581
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
4585
4582
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
4586
- }],
4587
- coingeckoId: 'stride-staked-stars'
4583
+ }]
4588
4584
  },
4589
4585
  {
4590
4586
  description: 'Solarbank DAO Governance Token for speeding up the shift to renewable and green energy',
@@ -5027,8 +5023,7 @@ const info = {
5027
5023
  },
5028
5024
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg',
5029
5025
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png'
5030
- }],
5031
- coingeckoId: 'unification'
5026
+ }]
5032
5027
  },
5033
5028
  {
5034
5029
  description: 'The native staking and governance token of Jackal.',
@@ -5278,8 +5273,7 @@ const info = {
5278
5273
  },
5279
5274
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
5280
5275
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
5281
- }],
5282
- coingeckoId: 'stkd-scrt'
5276
+ }]
5283
5277
  },
5284
5278
  {
5285
5279
  description: 'BeeZee native blockchain',
@@ -5694,8 +5688,7 @@ const info = {
5694
5688
  },
5695
5689
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
5696
5690
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
5697
- }],
5698
- coingeckoId: 'stkatom'
5691
+ }]
5699
5692
  },
5700
5693
  {
5701
5694
  description: 'The native staking and governance token of the Dyson Protocol',
@@ -6907,8 +6900,7 @@ const info = {
6907
6900
  },
6908
6901
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
6909
6902
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
6910
- }],
6911
- coingeckoId: 'toucan-protocol-nature-carbon-tonne'
6903
+ }]
6912
6904
  },
6913
6905
  {
6914
6906
  description: 'Celestims',
@@ -7350,8 +7342,7 @@ const info = {
7350
7342
  },
7351
7343
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
7352
7344
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
7353
- }],
7354
- coingeckoId: 'silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2'
7345
+ }]
7355
7346
  },
7356
7347
  {
7357
7348
  description: 'Mille: the 1000th token on osmosis',
@@ -9482,8 +9473,7 @@ const info = {
9482
9473
  },
9483
9474
  images: [{
9484
9475
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/CDT.svg'
9485
- }],
9486
- coingeckoId: 'collateralized-debt-token'
9476
+ }]
9487
9477
  },
9488
9478
  {
9489
9479
  description: 'Membrane\'s protocol token',
@@ -9504,8 +9494,7 @@ const info = {
9504
9494
  },
9505
9495
  images: [{
9506
9496
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/MBRN.svg'
9507
- }],
9508
- coingeckoId: 'membrane'
9497
+ }]
9509
9498
  },
9510
9499
  {
9511
9500
  description: 'The native token of SGE Network',
@@ -64,7 +64,6 @@ const info = {
64
64
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
65
65
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
66
66
  },
67
- coingeckoId: 'stkatom',
68
67
  images: [{
69
68
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.png',
70
69
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/stkatom.svg'
@@ -47,7 +47,6 @@ const info = {
47
47
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
48
48
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
49
49
  },
50
- coingeckoId: 'toucan-protocol-nature-carbon-tonne',
51
50
  images: [{
52
51
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.png',
53
52
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/nct.svg'
@@ -121,7 +121,6 @@ const info = {
121
121
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
122
122
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
123
123
  },
124
- coingeckoId: 'silk-bcec1136-561c-4706-a42c-8b67d0d7f7d2',
125
124
  images: [{
126
125
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.png',
127
126
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/silk.svg'
@@ -194,7 +193,6 @@ const info = {
194
193
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
195
194
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
196
195
  },
197
- coingeckoId: 'stkd-scrt',
198
196
  images: [{
199
197
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.png',
200
198
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/stkd-scrt.svg'
@@ -88,7 +88,6 @@ const info = {
88
88
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
89
89
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
90
90
  },
91
- coingeckoId: 'stride-staked-stars',
92
91
  images: [{
93
92
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.png',
94
93
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/ststars.svg'
@@ -29,7 +29,6 @@ const info = {
29
29
  website: 'https://unification.com',
30
30
  x: 'https://x.com/UnificationUND'
31
31
  },
32
- coingeckoId: 'unification',
33
32
  typeAsset: 'sdk.coin'
34
33
  }]
35
34
  };
@@ -34,19 +34,19 @@ const info = {
34
34
  },
35
35
  codebase: {
36
36
  gitRepo: 'https://github.com/ZIGChain/zigchain',
37
- recommendedVersion: '2.0.0',
38
- compatibleVersions: ['2.0.0'],
37
+ recommendedVersion: '4.1.0',
38
+ compatibleVersions: ['4.1.0'],
39
39
  consensus: {
40
40
  type: 'cometbft',
41
- version: '0.38.19'
41
+ version: '0.38.21'
42
42
  },
43
43
  sdk: {
44
44
  type: 'cosmos',
45
- version: '0.53.4'
45
+ version: '0.53.5'
46
46
  },
47
47
  ibc: {
48
48
  type: 'go',
49
- version: '10.1.0'
49
+ version: '10.1.1'
50
50
  },
51
51
  cosmwasm: {
52
52
  version: '0.55.1',
@@ -56,14 +56,14 @@ const info = {
56
56
  genesisUrl: 'https://github.com/ZIGChain/networks/raw/main/zigchain-1/genesis.json'
57
57
  },
58
58
  binaries: {
59
- "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',
60
- "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',
61
- "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'
59
+ "linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-linux-amd64.tar.gz?checksum=sha256:1a64152e48fb25c990bfcf52c0578171137470b78a79859e3c861714e099cd5e',
60
+ "darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-amd64.tar.gz?checksum=sha256:adb639e7e1496ec30de54f7dbcd8a8110548b95ca3b3b1d20ca65ec4ad2bfaa0',
61
+ "darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-arm64.tar.gz?checksum=sha256:a27cb748c8b4c90724378109e518fd730f8471d9e28fbea56bb963b3757fd6da'
62
62
  },
63
- tag: 'v2.0.0',
63
+ tag: 'v4.1.0',
64
64
  language: {
65
65
  type: 'go',
66
- version: '1.25.4'
66
+ version: '1.25.9'
67
67
  }
68
68
  },
69
69
  logoURIs: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.231",
3
+ "version": "2.0.232",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^2.0.231"
32
+ "@chain-registry/types": "^2.0.232"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "7ebb1895988fcf56a7041a7ca1cd0e8d149dfcde"
42
+ "gitHead": "4017004c2248e0245ac21fc5fda7a71d9f2d56bb"
43
43
  }
@@ -24,7 +24,6 @@ const info = {
24
24
  },
25
25
  provider: 'Desmos'
26
26
  }],
27
- coingeckoId: 'desmos',
28
27
  typeAsset: 'sdk.coin',
29
28
  images: [{
30
29
  imageSync: {
@@ -36,8 +36,7 @@ const info = {
36
36
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
37
37
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
38
38
  },
39
- typeAsset: 'sdk.coin',
40
- coingeckoId: 'ixo'
39
+ typeAsset: 'sdk.coin'
41
40
  }]
42
41
  };
43
42
  exports.default = info;
@@ -41,10 +41,16 @@ const info = {
41
41
  rpc: [{
42
42
  address: 'https://cosmos-rpc.limonata.xyz',
43
43
  provider: 'Limonata'
44
+ }, {
45
+ address: 'https://rpc-t.limonata.vinjan-inc.com',
46
+ provider: 'Vinjan.Inc'
44
47
  }],
45
48
  rest: [{
46
49
  address: 'https://rest.limonata.xyz',
47
50
  provider: 'Limonata'
51
+ }, {
52
+ address: 'https://api-t.limonata.vinjan-inc.com',
53
+ provider: 'Vinjan.Inc'
48
54
  }],
49
55
  evmHttpJsonrpc: [{
50
56
  address: 'https://rpc.limonata.xyz',
@@ -643,8 +643,7 @@ const info = {
643
643
  },
644
644
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
645
645
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
646
- }],
647
- coingeckoId: 'ixo'
646
+ }]
648
647
  },
649
648
  {
650
649
  denomUnits: [{
@@ -36,8 +36,7 @@ const info = {
36
36
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
37
37
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
38
38
  },
39
- typeAsset: 'sdk.coin',
40
- coingeckoId: 'unification'
39
+ typeAsset: 'sdk.coin'
41
40
  }]
42
41
  };
43
42
  exports.default = info;
@@ -90,19 +90,19 @@ const info = {
90
90
  },
91
91
  codebase: {
92
92
  gitRepo: 'https://github.com/ZIGChain/zigchain',
93
- recommendedVersion: '2.0.0',
94
- compatibleVersions: ['2.0.0'],
93
+ recommendedVersion: '4.1.0',
94
+ compatibleVersions: ['4.1.0'],
95
95
  consensus: {
96
96
  type: 'cometbft',
97
- version: '0.38.19'
97
+ version: '0.38.21'
98
98
  },
99
99
  sdk: {
100
100
  type: 'cosmos',
101
- version: '0.53.4'
101
+ version: '0.53.5'
102
102
  },
103
103
  ibc: {
104
104
  type: 'go',
105
- version: '10.1.0'
105
+ version: '10.1.1'
106
106
  },
107
107
  cosmwasm: {
108
108
  version: '0.55.1',
@@ -112,14 +112,14 @@ const info = {
112
112
  genesisUrl: 'https://github.com/ZIGChain/networks/raw/main/zig-test-2/genesis.json'
113
113
  },
114
114
  binaries: {
115
- "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',
116
- "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',
117
- "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'
115
+ "linux/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-linux-amd64.tar.gz?checksum=sha256:1a64152e48fb25c990bfcf52c0578171137470b78a79859e3c861714e099cd5e',
116
+ "darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-amd64.tar.gz?checksum=sha256:adb639e7e1496ec30de54f7dbcd8a8110548b95ca3b3b1d20ca65ec4ad2bfaa0',
117
+ "darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/binaries/zigchaind-v4.1.0-darwin-arm64.tar.gz?checksum=sha256:a27cb748c8b4c90724378109e518fd730f8471d9e28fbea56bb963b3757fd6da'
118
118
  },
119
- tag: 'v2.0.0',
119
+ tag: 'v4.1.0',
120
120
  language: {
121
121
  type: 'go',
122
- version: '1.25.4'
122
+ version: '1.25.9'
123
123
  }
124
124
  },
125
125
  explorers: [