chain-registry 2.0.154 → 2.0.155

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.
@@ -41,7 +41,8 @@ const info = {
41
41
  },
42
42
  genesis: {
43
43
  genesisUrl: 'https://raw.githubusercontent.com/KiiChain/mainnets/refs/heads/main/kiichain/genesis.json'
44
- }
44
+ },
45
+ tag: 'v6.1.0'
45
46
  },
46
47
  apis: {
47
48
  rpc: [{
@@ -33,7 +33,8 @@ const info = {
33
33
  compatibleVersions: ['v1.4.3'],
34
34
  genesis: {
35
35
  genesisUrl: 'https://raw.githubusercontent.com/network-lumen/validator-kit/master/config/genesis.json'
36
- }
36
+ },
37
+ tag: 'v1.4.3'
37
38
  },
38
39
  apis: {
39
40
  rpc: [
@@ -58,7 +58,11 @@ const info = {
58
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
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'
60
60
  },
61
- tag: 'v2.0.0'
61
+ tag: 'v2.0.0',
62
+ language: {
63
+ type: 'go',
64
+ version: '1.25.4'
65
+ }
62
66
  },
63
67
  logoURIs: {
64
68
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
@@ -82,7 +82,11 @@ const info = {
82
82
  "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',
83
83
  "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'
84
84
  },
85
- tag: 'v2.0.0'
85
+ tag: 'v2.0.0',
86
+ language: {
87
+ type: 'go',
88
+ version: '1.25.4'
89
+ }
86
90
  },
87
91
  explorers: [{
88
92
  kind: 'range',
@@ -43,7 +43,8 @@ const info = {
43
43
  },
44
44
  genesis: {
45
45
  genesisUrl: 'https://raw.githubusercontent.com/KiiChain/mainnets/refs/heads/main/kiichain/genesis.json'
46
- }
46
+ },
47
+ tag: 'v6.1.0'
47
48
  },
48
49
  apis: {
49
50
  rpc: [{
@@ -35,7 +35,8 @@ const info = {
35
35
  compatibleVersions: ['v1.4.3'],
36
36
  genesis: {
37
37
  genesisUrl: 'https://raw.githubusercontent.com/network-lumen/validator-kit/master/config/genesis.json'
38
- }
38
+ },
39
+ tag: 'v1.4.3'
39
40
  },
40
41
  apis: {
41
42
  rpc: [
@@ -60,7 +60,11 @@ const info = {
60
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
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'
62
62
  },
63
- tag: 'v2.0.0'
63
+ tag: 'v2.0.0',
64
+ language: {
65
+ type: 'go',
66
+ version: '1.25.4'
67
+ }
64
68
  },
65
69
  logoURIs: {
66
70
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.154",
3
+ "version": "2.0.155",
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.154"
32
+ "@chain-registry/types": "^2.0.155"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "1889f178e2ab567bb2d88d7dafb58ea42d37389c"
42
+ "gitHead": "cfc14e8bd9bf08ab0324cf20117dd22a1f8c9027"
43
43
  }
@@ -84,7 +84,11 @@ const info = {
84
84
  "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',
85
85
  "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'
86
86
  },
87
- tag: 'v2.0.0'
87
+ tag: 'v2.0.0',
88
+ language: {
89
+ type: 'go',
90
+ version: '1.25.4'
91
+ }
88
92
  },
89
93
  explorers: [{
90
94
  kind: 'range',