chain-registry 2.0.231 → 2.0.233
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/desmos/asset-list.js +0 -1
- package/esm/mainnet/dydx/chain.js +5 -5
- package/esm/mainnet/emoney/asset-list.js +0 -1
- package/esm/mainnet/ggezchain/asset-list.js +0 -1
- package/esm/mainnet/gitopia/chain.js +3 -3
- package/esm/mainnet/heli/asset-list.js +0 -1
- package/esm/mainnet/impacthub/asset-list.js +0 -1
- package/esm/mainnet/kujira/asset-list.js +1 -3
- package/esm/mainnet/kujira/chain.js +2 -2
- package/esm/mainnet/noble/chain.js +3 -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/quasar/chain.js +3 -3
- package/esm/mainnet/regen/asset-list.js +0 -1
- package/esm/mainnet/secretnetwork/asset-list.js +0 -2
- package/esm/mainnet/sei/chain.js +3 -3
- package/esm/mainnet/stride/asset-list.js +0 -1
- package/esm/mainnet/terra2/chain.js +1 -1
- package/esm/mainnet/unification/asset-list.js +0 -1
- package/esm/mainnet/zigchain/chain.js +10 -10
- package/esm/testnet/alloratestnet/chain.js +3 -3
- package/esm/testnet/desmostestnet/asset-list.js +0 -1
- package/esm/testnet/impacthubtestnet/asset-list.js +1 -2
- package/esm/testnet/kujiratestnet/chain.js +2 -2
- package/esm/testnet/limonatatestnet/chain.js +6 -0
- package/esm/testnet/nilliontestnet/chain.js +2 -2
- package/esm/testnet/nobletestnet/chain.js +3 -3
- package/esm/testnet/osmosistestnet/asset-list.js +1 -2
- package/esm/testnet/quicksilvertestnet/chain.js +3 -3
- package/esm/testnet/unificationtestnet/asset-list.js +1 -2
- package/esm/testnet/zigchaintestnet/chain.js +10 -10
- package/mainnet/desmos/asset-list.js +0 -1
- package/mainnet/dydx/chain.js +5 -5
- package/mainnet/emoney/asset-list.js +0 -1
- package/mainnet/ggezchain/asset-list.js +0 -1
- package/mainnet/gitopia/chain.js +3 -3
- package/mainnet/heli/asset-list.js +0 -1
- package/mainnet/impacthub/asset-list.js +0 -1
- package/mainnet/kujira/asset-list.js +1 -3
- package/mainnet/kujira/chain.js +2 -2
- package/mainnet/noble/chain.js +3 -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/quasar/chain.js +3 -3
- package/mainnet/regen/asset-list.js +0 -1
- package/mainnet/secretnetwork/asset-list.js +0 -2
- package/mainnet/sei/chain.js +3 -3
- package/mainnet/stride/asset-list.js +0 -1
- package/mainnet/terra2/chain.js +1 -1
- package/mainnet/unification/asset-list.js +0 -1
- package/mainnet/zigchain/chain.js +10 -10
- package/package.json +3 -3
- package/testnet/alloratestnet/chain.js +3 -3
- package/testnet/desmostestnet/asset-list.js +0 -1
- package/testnet/impacthubtestnet/asset-list.js +1 -2
- package/testnet/kujiratestnet/chain.js +2 -2
- package/testnet/limonatatestnet/chain.js +6 -0
- package/testnet/nilliontestnet/chain.js +2 -2
- package/testnet/nobletestnet/chain.js +3 -3
- package/testnet/osmosistestnet/asset-list.js +1 -2
- package/testnet/quicksilvertestnet/chain.js +3 -3
- package/testnet/unificationtestnet/asset-list.js +1 -2
- package/testnet/zigchaintestnet/chain.js +10 -10
|
@@ -57,21 +57,21 @@ const info = {
|
|
|
57
57
|
provider: '🔥STAVR🔥'
|
|
58
58
|
}, {
|
|
59
59
|
address: 'https://quicksilver-testnet-rpc.polkachu.com/',
|
|
60
|
-
provider: '
|
|
60
|
+
provider: 'Polkachu'
|
|
61
61
|
}],
|
|
62
62
|
rest: [{
|
|
63
63
|
address: 'https://quick.api.t.stavr.tech',
|
|
64
64
|
provider: '🔥STAVR🔥'
|
|
65
65
|
}, {
|
|
66
66
|
address: 'https://quicksilver-testnet-api.polkachu.com/',
|
|
67
|
-
provider: '
|
|
67
|
+
provider: 'Polkachu'
|
|
68
68
|
}],
|
|
69
69
|
grpc: [{
|
|
70
70
|
address: 'http://quick.grpc.t.stavr.tech:9112',
|
|
71
71
|
provider: '🔥STAVR🔥'
|
|
72
72
|
}, {
|
|
73
73
|
address: 'quicksilver-testnet-grpc.polkachu.com:11190',
|
|
74
|
-
provider: '
|
|
74
|
+
provider: 'Polkachu'
|
|
75
75
|
}]
|
|
76
76
|
},
|
|
77
77
|
explorers: [{
|
|
@@ -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: '
|
|
92
|
-
compatibleVersions: ['
|
|
91
|
+
recommendedVersion: '4.1.0',
|
|
92
|
+
compatibleVersions: ['4.1.0'],
|
|
93
93
|
consensus: {
|
|
94
94
|
type: 'cometbft',
|
|
95
|
-
version: '0.38.
|
|
95
|
+
version: '0.38.21'
|
|
96
96
|
},
|
|
97
97
|
sdk: {
|
|
98
98
|
type: 'cosmos',
|
|
99
|
-
version: '0.53.
|
|
99
|
+
version: '0.53.5'
|
|
100
100
|
},
|
|
101
101
|
ibc: {
|
|
102
102
|
type: 'go',
|
|
103
|
-
version: '10.1.
|
|
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/
|
|
114
|
-
"darwin/amd64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/
|
|
115
|
-
"darwin/arm64": 'https://github.com/ZIGChain/networks/raw/refs/heads/main/
|
|
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: '
|
|
117
|
+
tag: 'v4.1.0',
|
|
118
118
|
language: {
|
|
119
119
|
type: 'go',
|
|
120
|
-
version: '1.25.
|
|
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'
|
package/mainnet/dydx/chain.js
CHANGED
|
@@ -139,23 +139,23 @@ const info = {
|
|
|
139
139
|
grpc: [
|
|
140
140
|
{
|
|
141
141
|
address: 'dydx-dao-grpc-1.polkachu.com:23890',
|
|
142
|
-
provider: 'Polkachu
|
|
142
|
+
provider: 'Polkachu'
|
|
143
143
|
},
|
|
144
144
|
{
|
|
145
145
|
address: 'dydx-dao-grpc-2.polkachu.com:23890',
|
|
146
|
-
provider: 'Polkachu
|
|
146
|
+
provider: 'Polkachu'
|
|
147
147
|
},
|
|
148
148
|
{
|
|
149
149
|
address: 'dydx-dao-grpc-3.polkachu.com:23890',
|
|
150
|
-
provider: 'Polkachu
|
|
150
|
+
provider: 'Polkachu'
|
|
151
151
|
},
|
|
152
152
|
{
|
|
153
153
|
address: 'dydx-dao-grpc-4.polkachu.com:23890',
|
|
154
|
-
provider: 'Polkachu
|
|
154
|
+
provider: 'Polkachu'
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
157
|
address: 'dydx-dao-grpc-5.polkachu.com:23890',
|
|
158
|
-
provider: 'Polkachu
|
|
158
|
+
provider: 'Polkachu'
|
|
159
159
|
},
|
|
160
160
|
{
|
|
161
161
|
address: 'https://dydx-grpc.kingnodes.com:443',
|
|
@@ -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'
|
package/mainnet/gitopia/chain.js
CHANGED
|
@@ -60,7 +60,7 @@ const info = {
|
|
|
60
60
|
rpc: [
|
|
61
61
|
{
|
|
62
62
|
address: 'https://gitopia-rpc.polkachu.com:443',
|
|
63
|
-
provider: '
|
|
63
|
+
provider: 'Polkachu'
|
|
64
64
|
},
|
|
65
65
|
{
|
|
66
66
|
address: 'https://rpc.lavenderfive.com:443/gitopia',
|
|
@@ -174,7 +174,7 @@ const info = {
|
|
|
174
174
|
rest: [
|
|
175
175
|
{
|
|
176
176
|
address: 'https://gitopia-api.polkachu.com:443',
|
|
177
|
-
provider: '
|
|
177
|
+
provider: 'Polkachu'
|
|
178
178
|
},
|
|
179
179
|
{
|
|
180
180
|
address: 'https://rest.lavenderfive.com:443/gitopia',
|
|
@@ -300,7 +300,7 @@ const info = {
|
|
|
300
300
|
},
|
|
301
301
|
{
|
|
302
302
|
address: 'gitopia-grpc.polkachu.com:11390',
|
|
303
|
-
provider: '
|
|
303
|
+
provider: 'Polkachu'
|
|
304
304
|
},
|
|
305
305
|
{
|
|
306
306
|
address: 'services.staketab.com:9410',
|
|
@@ -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',
|
package/mainnet/kujira/chain.js
CHANGED
|
@@ -168,7 +168,7 @@ const info = {
|
|
|
168
168
|
},
|
|
169
169
|
{
|
|
170
170
|
address: 'https://kujira-rpc.polkachu.com',
|
|
171
|
-
provider: '
|
|
171
|
+
provider: 'Polkachu'
|
|
172
172
|
},
|
|
173
173
|
{
|
|
174
174
|
address: 'https://rpc.lavenderfive.com:443/kujira',
|
|
@@ -234,7 +234,7 @@ const info = {
|
|
|
234
234
|
},
|
|
235
235
|
{
|
|
236
236
|
address: 'https://kujira-api.polkachu.com/',
|
|
237
|
-
provider: '
|
|
237
|
+
provider: 'Polkachu'
|
|
238
238
|
},
|
|
239
239
|
{
|
|
240
240
|
address: 'https://kujira-lcd.wildsage.io/',
|
package/mainnet/noble/chain.js
CHANGED
|
@@ -66,7 +66,7 @@ const info = {
|
|
|
66
66
|
rpc: [
|
|
67
67
|
{
|
|
68
68
|
address: 'https://noble-rpc.polkachu.com',
|
|
69
|
-
provider: '
|
|
69
|
+
provider: 'Polkachu'
|
|
70
70
|
},
|
|
71
71
|
{
|
|
72
72
|
address: 'https://rpc.lavenderfive.com:443/noble',
|
|
@@ -80,7 +80,7 @@ const info = {
|
|
|
80
80
|
rest: [
|
|
81
81
|
{
|
|
82
82
|
address: 'https://noble-api.polkachu.com',
|
|
83
|
-
provider: '
|
|
83
|
+
provider: 'Polkachu'
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
address: 'https://rest.lavenderfive.com:443/noble',
|
|
@@ -94,7 +94,7 @@ const info = {
|
|
|
94
94
|
grpc: [
|
|
95
95
|
{
|
|
96
96
|
address: 'noble-grpc.polkachu.com:21590',
|
|
97
|
-
provider: '
|
|
97
|
+
provider: 'Polkachu'
|
|
98
98
|
},
|
|
99
99
|
{
|
|
100
100
|
address: 'noble.lavenderfive.com:443',
|
|
@@ -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'
|
package/mainnet/quasar/chain.js
CHANGED
|
@@ -83,7 +83,7 @@ const info = {
|
|
|
83
83
|
},
|
|
84
84
|
{
|
|
85
85
|
address: 'https://quasar-rpc.polkachu.com',
|
|
86
|
-
provider: '
|
|
86
|
+
provider: 'Polkachu'
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
address: 'https://quasar-rpc.enigma-validator.com',
|
|
@@ -133,7 +133,7 @@ const info = {
|
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
135
|
address: 'https://quasar-api.polkachu.com',
|
|
136
|
-
provider: '
|
|
136
|
+
provider: 'Polkachu'
|
|
137
137
|
},
|
|
138
138
|
{
|
|
139
139
|
address: 'https://api-quasar.cosmos-spaces.cloud',
|
|
@@ -183,7 +183,7 @@ const info = {
|
|
|
183
183
|
},
|
|
184
184
|
{
|
|
185
185
|
address: 'quasar-grpc.polkachu.com:18290',
|
|
186
|
-
provider: '
|
|
186
|
+
provider: 'Polkachu'
|
|
187
187
|
},
|
|
188
188
|
{
|
|
189
189
|
address: 'grpc-quasar.cosmos-spaces.cloud:12890',
|
|
@@ -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'
|
package/mainnet/sei/chain.js
CHANGED
|
@@ -73,7 +73,7 @@ const info = {
|
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
address: 'https://sei-rpc.polkachu.com',
|
|
76
|
-
provider: '
|
|
76
|
+
provider: 'Polkachu'
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
address: 'https://rpc-sei.stingray.plus',
|
|
@@ -111,7 +111,7 @@ const info = {
|
|
|
111
111
|
},
|
|
112
112
|
{
|
|
113
113
|
address: 'https://sei-api.polkachu.com',
|
|
114
|
-
provider: '
|
|
114
|
+
provider: 'Polkachu'
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
address: 'https://api-sei.stingray.plus',
|
|
@@ -145,7 +145,7 @@ const info = {
|
|
|
145
145
|
},
|
|
146
146
|
{
|
|
147
147
|
address: 'https://sei-grpc.polkachu.com:11990',
|
|
148
|
-
provider: '
|
|
148
|
+
provider: 'Polkachu'
|
|
149
149
|
},
|
|
150
150
|
{
|
|
151
151
|
address: 'sei-mainnet-grpc.autostake.com:443',
|
|
@@ -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'
|
package/mainnet/terra2/chain.js
CHANGED
|
@@ -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.233",
|
|
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.233"
|
|
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": "2acdee9c2f81d67c4878354bfe699a4cdd9568ff"
|
|
43
43
|
}
|
|
@@ -73,7 +73,7 @@ const info = {
|
|
|
73
73
|
},
|
|
74
74
|
{
|
|
75
75
|
address: 'https://allora-testnet-rpc.polkachu.com',
|
|
76
|
-
provider: '
|
|
76
|
+
provider: 'Polkachu'
|
|
77
77
|
},
|
|
78
78
|
{
|
|
79
79
|
address: 'https://allora-rpc.sh.moonlet.cloud/public',
|
|
@@ -87,7 +87,7 @@ const info = {
|
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
89
|
address: 'https://allora-testnet-api.polkachu.com',
|
|
90
|
-
provider: '
|
|
90
|
+
provider: 'Polkachu'
|
|
91
91
|
},
|
|
92
92
|
{
|
|
93
93
|
address: 'https://testnet-allora-api.lavenderfive.com',
|
|
@@ -103,7 +103,7 @@ const info = {
|
|
|
103
103
|
provider: 'allora'
|
|
104
104
|
}, {
|
|
105
105
|
address: 'allora-testnet-grpc.polkachu.com:26790',
|
|
106
|
-
provider: '
|
|
106
|
+
provider: 'Polkachu'
|
|
107
107
|
}]
|
|
108
108
|
},
|
|
109
109
|
explorers: [
|
|
@@ -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;
|
|
@@ -30,11 +30,11 @@ const info = {
|
|
|
30
30
|
apis: {
|
|
31
31
|
rpc: [{
|
|
32
32
|
address: 'https://kujira-testnet-rpc.polkachu.com',
|
|
33
|
-
provider: '
|
|
33
|
+
provider: 'Polkachu'
|
|
34
34
|
}],
|
|
35
35
|
rest: [{
|
|
36
36
|
address: 'https://kujira-testnet-api.polkachu.com/',
|
|
37
|
-
provider: '
|
|
37
|
+
provider: 'Polkachu'
|
|
38
38
|
}]
|
|
39
39
|
},
|
|
40
40
|
explorers: [{
|