chain-registry 2.0.230 → 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.
- package/devnet/impacthubdevnet/asset-list.js +0 -1
- package/esm/devnet/impacthubdevnet/asset-list.js +0 -1
- package/esm/mainnet/asset-lists.js +2 -0
- package/esm/mainnet/bitbadges/ibc-data.js +31 -0
- package/esm/mainnet/chains.js +2 -0
- package/esm/mainnet/cosmoshub/chain.js +6 -6
- package/esm/mainnet/desmos/asset-list.js +0 -1
- package/esm/mainnet/emoney/asset-list.js +0 -1
- package/esm/mainnet/ggezchain/asset-list.js +0 -1
- package/esm/mainnet/heli/asset-list.js +0 -1
- package/esm/mainnet/impacthub/asset-list.js +0 -1
- package/esm/mainnet/injective/ibc-data.js +31 -0
- package/esm/mainnet/kujira/asset-list.js +1 -3
- package/esm/mainnet/nolus/asset-list.js +1 -2
- package/esm/mainnet/oraichain/asset-list.js +0 -1
- package/esm/mainnet/osmosis/asset-list.js +11 -22
- package/esm/mainnet/persistence/asset-list.js +0 -1
- package/esm/mainnet/regen/asset-list.js +0 -1
- package/esm/mainnet/ritbit/asset-list.js +60 -0
- package/esm/mainnet/ritbit/chain.js +60 -0
- package/esm/mainnet/ritbit/index.js +4 -0
- package/esm/mainnet/secretnetwork/asset-list.js +0 -2
- package/esm/mainnet/stride/asset-list.js +0 -1
- package/esm/mainnet/unification/asset-list.js +0 -1
- package/esm/mainnet/zigchain/chain.js +10 -10
- package/esm/testnet/desmostestnet/asset-list.js +0 -1
- package/esm/testnet/impacthubtestnet/asset-list.js +1 -2
- package/esm/testnet/limonatatestnet/chain.js +6 -0
- package/esm/testnet/osmosistestnet/asset-list.js +1 -2
- package/esm/testnet/unificationtestnet/asset-list.js +1 -2
- package/esm/testnet/zigchaintestnet/chain.js +10 -10
- package/mainnet/asset-lists.js +2 -0
- package/mainnet/bitbadges/ibc-data.js +31 -0
- package/mainnet/chains.js +2 -0
- package/mainnet/cosmoshub/chain.js +6 -6
- package/mainnet/desmos/asset-list.js +0 -1
- package/mainnet/emoney/asset-list.js +0 -1
- package/mainnet/ggezchain/asset-list.js +0 -1
- package/mainnet/heli/asset-list.js +0 -1
- package/mainnet/impacthub/asset-list.js +0 -1
- package/mainnet/injective/ibc-data.js +31 -0
- package/mainnet/kujira/asset-list.js +1 -3
- package/mainnet/nolus/asset-list.js +1 -2
- package/mainnet/oraichain/asset-list.js +0 -1
- package/mainnet/osmosis/asset-list.js +11 -22
- package/mainnet/persistence/asset-list.js +0 -1
- package/mainnet/regen/asset-list.js +0 -1
- package/mainnet/ritbit/asset-list.d.ts +3 -0
- package/mainnet/ritbit/asset-list.js +62 -0
- package/mainnet/ritbit/chain.d.ts +3 -0
- package/mainnet/ritbit/chain.js +62 -0
- package/mainnet/ritbit/index.d.ts +2 -0
- package/mainnet/ritbit/index.js +10 -0
- package/mainnet/secretnetwork/asset-list.js +0 -2
- package/mainnet/stride/asset-list.js +0 -1
- package/mainnet/unification/asset-list.js +0 -1
- package/mainnet/zigchain/chain.js +10 -10
- package/package.json +3 -3
- package/testnet/desmostestnet/asset-list.js +0 -1
- package/testnet/impacthubtestnet/asset-list.js +1 -2
- package/testnet/limonatatestnet/chain.js +6 -0
- package/testnet/osmosistestnet/asset-list.js +1 -2
- package/testnet/unificationtestnet/asset-list.js +1 -2
- package/testnet/zigchaintestnet/chain.js +10 -10
|
@@ -34,19 +34,19 @@ const info = {
|
|
|
34
34
|
},
|
|
35
35
|
codebase: {
|
|
36
36
|
gitRepo: 'https://github.com/ZIGChain/zigchain',
|
|
37
|
-
recommendedVersion: '
|
|
38
|
-
compatibleVersions: ['
|
|
37
|
+
recommendedVersion: '4.1.0',
|
|
38
|
+
compatibleVersions: ['4.1.0'],
|
|
39
39
|
consensus: {
|
|
40
40
|
type: 'cometbft',
|
|
41
|
-
version: '0.38.
|
|
41
|
+
version: '0.38.21'
|
|
42
42
|
},
|
|
43
43
|
sdk: {
|
|
44
44
|
type: 'cosmos',
|
|
45
|
-
version: '0.53.
|
|
45
|
+
version: '0.53.5'
|
|
46
46
|
},
|
|
47
47
|
ibc: {
|
|
48
48
|
type: 'go',
|
|
49
|
-
version: '10.1.
|
|
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/
|
|
60
|
-
"darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/
|
|
61
|
-
"darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/
|
|
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: '
|
|
63
|
+
tag: 'v4.1.0',
|
|
64
64
|
language: {
|
|
65
65
|
type: 'go',
|
|
66
|
-
version: '1.25.
|
|
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.
|
|
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.
|
|
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": "
|
|
42
|
+
"gitHead": "4017004c2248e0245ac21fc5fda7a71d9f2d56bb"
|
|
43
43
|
}
|
|
@@ -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: '
|
|
94
|
-
compatibleVersions: ['
|
|
93
|
+
recommendedVersion: '4.1.0',
|
|
94
|
+
compatibleVersions: ['4.1.0'],
|
|
95
95
|
consensus: {
|
|
96
96
|
type: 'cometbft',
|
|
97
|
-
version: '0.38.
|
|
97
|
+
version: '0.38.21'
|
|
98
98
|
},
|
|
99
99
|
sdk: {
|
|
100
100
|
type: 'cosmos',
|
|
101
|
-
version: '0.53.
|
|
101
|
+
version: '0.53.5'
|
|
102
102
|
},
|
|
103
103
|
ibc: {
|
|
104
104
|
type: 'go',
|
|
105
|
-
version: '10.1.
|
|
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/
|
|
116
|
-
"darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/
|
|
117
|
-
"darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/
|
|
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: '
|
|
119
|
+
tag: 'v4.1.0',
|
|
120
120
|
language: {
|
|
121
121
|
type: 'go',
|
|
122
|
-
version: '1.25.
|
|
122
|
+
version: '1.25.9'
|
|
123
123
|
}
|
|
124
124
|
},
|
|
125
125
|
explorers: [
|