chain-registry 2.0.101 → 2.0.103
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/esm/mainnet/cosmoshub/asset-list.js +38 -0
- package/esm/mainnet/cosmoshub/chain.js +8 -8
- package/esm/mainnet/ethereum/asset-list.js +23 -0
- package/esm/mainnet/gonka/chain.js +2 -2
- package/esm/mainnet/osmosis/asset-list.js +21 -0
- package/esm/mainnet/zigchain/asset-list.js +202 -0
- package/esm/testnet/cosmosicsprovidertestnet/chain.js +12 -7
- package/mainnet/cosmoshub/asset-list.js +38 -0
- package/mainnet/cosmoshub/chain.js +8 -8
- package/mainnet/ethereum/asset-list.js +23 -0
- package/mainnet/gonka/chain.js +2 -2
- package/mainnet/osmosis/asset-list.js +21 -0
- package/mainnet/zigchain/asset-list.js +202 -0
- package/package.json +3 -3
- package/testnet/cosmosicsprovidertestnet/chain.js +12 -7
|
@@ -944,6 +944,44 @@ const info = {
|
|
|
944
944
|
},
|
|
945
945
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
946
946
|
}]
|
|
947
|
+
},
|
|
948
|
+
{
|
|
949
|
+
description: 'Neiro bridged via Eureka on Cosmos Hub.',
|
|
950
|
+
denomUnits: [{
|
|
951
|
+
denom: 'ibc/F7C4726BF9F1B1872C48BA39688A1AC741E9D77B3182662CF6D42A149C86B758',
|
|
952
|
+
exponent: 0
|
|
953
|
+
}, {
|
|
954
|
+
denom: 'neiro',
|
|
955
|
+
exponent: 9
|
|
956
|
+
}],
|
|
957
|
+
typeAsset: 'ics20',
|
|
958
|
+
base: 'ibc/F7C4726BF9F1B1872C48BA39688A1AC741E9D77B3182662CF6D42A149C86B758',
|
|
959
|
+
name: 'Eureka Bridged Neiro (NEIRO)',
|
|
960
|
+
display: 'neiro',
|
|
961
|
+
symbol: 'NEIRO',
|
|
962
|
+
traces: [{
|
|
963
|
+
type: 'ibc-bridge',
|
|
964
|
+
counterparty: {
|
|
965
|
+
chainName: 'ethereum',
|
|
966
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
967
|
+
channelId: 'channel-0'
|
|
968
|
+
},
|
|
969
|
+
chain: {
|
|
970
|
+
channelId: '08-wasm-1369',
|
|
971
|
+
path: 'transfer/08-wasm-1369/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
972
|
+
},
|
|
973
|
+
provider: 'Eureka'
|
|
974
|
+
}],
|
|
975
|
+
logoURIs: {
|
|
976
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
977
|
+
},
|
|
978
|
+
images: [{
|
|
979
|
+
imageSync: {
|
|
980
|
+
chainName: 'ethereum',
|
|
981
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
982
|
+
},
|
|
983
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
984
|
+
}]
|
|
947
985
|
}
|
|
948
986
|
]
|
|
949
987
|
};
|
|
@@ -28,16 +28,16 @@ const info = {
|
|
|
28
28
|
},
|
|
29
29
|
codebase: {
|
|
30
30
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
31
|
-
recommendedVersion: 'v25.
|
|
32
|
-
compatibleVersions: ['v25.
|
|
31
|
+
recommendedVersion: 'v25.2.0',
|
|
32
|
+
compatibleVersions: ['v25.2.0'],
|
|
33
33
|
consensus: {
|
|
34
34
|
type: 'cometbft',
|
|
35
35
|
version: 'v0.38.19'
|
|
36
36
|
},
|
|
37
37
|
binaries: {
|
|
38
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
39
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
40
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
38
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-darwin-arm64',
|
|
40
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-linux-amd64'
|
|
41
41
|
},
|
|
42
42
|
genesis: {
|
|
43
43
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
@@ -52,11 +52,11 @@ const info = {
|
|
|
52
52
|
version: 'v10.3.0'
|
|
53
53
|
},
|
|
54
54
|
cosmwasm: {
|
|
55
|
-
version: 'v0.60.
|
|
55
|
+
version: 'v0.60.2',
|
|
56
56
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
57
|
-
tag: 'v0.60.
|
|
57
|
+
tag: 'v0.60.2'
|
|
58
58
|
},
|
|
59
|
-
tag: 'v25.
|
|
59
|
+
tag: 'v25.2.0'
|
|
60
60
|
},
|
|
61
61
|
logoURIs: {
|
|
62
62
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -2109,6 +2109,29 @@ const info = {
|
|
|
2109
2109
|
logoURIs: {
|
|
2110
2110
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
2111
2111
|
}
|
|
2112
|
+
},
|
|
2113
|
+
{
|
|
2114
|
+
description: 'Neiro is a meme coin and claimed to be the little sister of Doge.',
|
|
2115
|
+
typeAsset: 'erc20',
|
|
2116
|
+
address: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
2117
|
+
denomUnits: [{
|
|
2118
|
+
denom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
2119
|
+
exponent: 0
|
|
2120
|
+
}, {
|
|
2121
|
+
denom: 'neiro',
|
|
2122
|
+
exponent: 9
|
|
2123
|
+
}],
|
|
2124
|
+
base: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
2125
|
+
name: 'Neiro',
|
|
2126
|
+
display: 'neiro',
|
|
2127
|
+
symbol: 'NEIRO',
|
|
2128
|
+
keywords: ['meme'],
|
|
2129
|
+
images: [{
|
|
2130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
2131
|
+
}],
|
|
2132
|
+
logoURIs: {
|
|
2133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
2134
|
+
}
|
|
2112
2135
|
}
|
|
2113
2136
|
]
|
|
2114
2137
|
};
|
|
@@ -85,7 +85,7 @@ const info = {
|
|
|
85
85
|
provider: '6block'
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
|
-
address: 'https://gonka03.6block.com:8443',
|
|
88
|
+
address: 'https://gonka03.6block.com:8443/chain-rpc/',
|
|
89
89
|
provider: '6block'
|
|
90
90
|
},
|
|
91
91
|
{
|
|
@@ -103,7 +103,7 @@ const info = {
|
|
|
103
103
|
provider: '6block'
|
|
104
104
|
},
|
|
105
105
|
{
|
|
106
|
-
address: 'https://gonka03.6block.com:8443',
|
|
106
|
+
address: 'https://gonka03.6block.com:8443/chain-api/',
|
|
107
107
|
provider: '6block'
|
|
108
108
|
},
|
|
109
109
|
{
|
|
@@ -16220,6 +16220,27 @@ const info = {
|
|
|
16220
16220
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png'
|
|
16221
16221
|
}]
|
|
16222
16222
|
},
|
|
16223
|
+
{
|
|
16224
|
+
description: 'Leg token',
|
|
16225
|
+
denomUnits: [{
|
|
16226
|
+
denom: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16227
|
+
exponent: 0
|
|
16228
|
+
}, {
|
|
16229
|
+
denom: 'LEG',
|
|
16230
|
+
exponent: 6
|
|
16231
|
+
}],
|
|
16232
|
+
typeAsset: 'sdk.coin',
|
|
16233
|
+
base: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16234
|
+
name: 'LEG',
|
|
16235
|
+
display: 'LEG',
|
|
16236
|
+
symbol: 'LEG',
|
|
16237
|
+
logoURIs: {
|
|
16238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16239
|
+
},
|
|
16240
|
+
images: [{
|
|
16241
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16242
|
+
}]
|
|
16243
|
+
},
|
|
16223
16244
|
{
|
|
16224
16245
|
description: 'Tether USDt from Ethereum via Peggy bridge.',
|
|
16225
16246
|
denomUnits: [{
|
|
@@ -230,6 +230,208 @@ const info = {
|
|
|
230
230
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
231
231
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
232
232
|
}]
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
description: 'Ether ETH on ZIGChain',
|
|
236
|
+
denomUnits: [{
|
|
237
|
+
denom: 'ibc/5E970F9FF7B696B42F75B92CC05A74B9C44AB0B5D231FBE794A29D74344B19D7',
|
|
238
|
+
exponent: 0,
|
|
239
|
+
aliases: ['wei']
|
|
240
|
+
}, {
|
|
241
|
+
denom: 'eth',
|
|
242
|
+
exponent: 18
|
|
243
|
+
}],
|
|
244
|
+
typeAsset: 'ics20',
|
|
245
|
+
base: 'ibc/5E970F9FF7B696B42F75B92CC05A74B9C44AB0B5D231FBE794A29D74344B19D7',
|
|
246
|
+
name: 'Ethereum',
|
|
247
|
+
display: 'eth',
|
|
248
|
+
symbol: 'ETH',
|
|
249
|
+
traces: [{
|
|
250
|
+
type: 'ibc-bridge',
|
|
251
|
+
counterparty: {
|
|
252
|
+
chainName: 'ethereum',
|
|
253
|
+
baseDenom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
|
|
254
|
+
channelId: 'channel-0'
|
|
255
|
+
},
|
|
256
|
+
chain: {
|
|
257
|
+
channelId: '08-wasm-1369',
|
|
258
|
+
path: 'transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
259
|
+
},
|
|
260
|
+
provider: 'Eureka'
|
|
261
|
+
}, {
|
|
262
|
+
type: 'ibc',
|
|
263
|
+
counterparty: {
|
|
264
|
+
chainName: 'cosmoshub',
|
|
265
|
+
baseDenom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF',
|
|
266
|
+
channelId: 'channel-1555'
|
|
267
|
+
},
|
|
268
|
+
chain: {
|
|
269
|
+
channelId: 'channel-4',
|
|
270
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
271
|
+
}
|
|
272
|
+
}],
|
|
273
|
+
logoURIs: {
|
|
274
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
275
|
+
},
|
|
276
|
+
images: [{
|
|
277
|
+
imageSync: {
|
|
278
|
+
chainName: 'ethereum',
|
|
279
|
+
baseDenom: 'wei'
|
|
280
|
+
},
|
|
281
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
282
|
+
}]
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
description: 'NEIRO on ZIGChain',
|
|
286
|
+
denomUnits: [{
|
|
287
|
+
denom: 'ibc/E5EE3EF1D0770C7E5F8CE3AF49B9828613BC90C12EA7577D688B1022EFDDA43C',
|
|
288
|
+
exponent: 0
|
|
289
|
+
}, {
|
|
290
|
+
denom: 'neiro',
|
|
291
|
+
exponent: 9
|
|
292
|
+
}],
|
|
293
|
+
typeAsset: 'ics20',
|
|
294
|
+
base: 'ibc/E5EE3EF1D0770C7E5F8CE3AF49B9828613BC90C12EA7577D688B1022EFDDA43C',
|
|
295
|
+
name: 'NEIRO',
|
|
296
|
+
display: 'neiro',
|
|
297
|
+
symbol: 'NEIRO',
|
|
298
|
+
traces: [{
|
|
299
|
+
type: 'ibc-bridge',
|
|
300
|
+
counterparty: {
|
|
301
|
+
chainName: 'ethereum',
|
|
302
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
303
|
+
channelId: 'channel-0'
|
|
304
|
+
},
|
|
305
|
+
chain: {
|
|
306
|
+
channelId: '08-wasm-1369',
|
|
307
|
+
path: 'transfer/08-wasm-1369/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
308
|
+
},
|
|
309
|
+
provider: 'Eureka'
|
|
310
|
+
}, {
|
|
311
|
+
type: 'ibc',
|
|
312
|
+
counterparty: {
|
|
313
|
+
chainName: 'cosmoshub',
|
|
314
|
+
baseDenom: 'ibc/F7C4726BF9F1B1872C48BA39688A1AC741E9D77B3182662CF6D42A149C86B758',
|
|
315
|
+
channelId: 'channel-1555'
|
|
316
|
+
},
|
|
317
|
+
chain: {
|
|
318
|
+
channelId: 'channel-4',
|
|
319
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
320
|
+
}
|
|
321
|
+
}],
|
|
322
|
+
logoURIs: {
|
|
323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
324
|
+
},
|
|
325
|
+
images: [{
|
|
326
|
+
imageSync: {
|
|
327
|
+
chainName: 'ethereum',
|
|
328
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
329
|
+
},
|
|
330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
331
|
+
}]
|
|
332
|
+
},
|
|
333
|
+
{
|
|
334
|
+
description: 'Wrapped Bitcoin on ZIGChain',
|
|
335
|
+
denomUnits: [{
|
|
336
|
+
denom: 'ibc/7B02D9C0746D2D6551CD358D4C7ABAC6EE94527D613BACFDEE122559CEB41AA4',
|
|
337
|
+
exponent: 0
|
|
338
|
+
}, {
|
|
339
|
+
denom: 'wbtc',
|
|
340
|
+
exponent: 8
|
|
341
|
+
}],
|
|
342
|
+
typeAsset: 'ics20',
|
|
343
|
+
base: 'ibc/7B02D9C0746D2D6551CD358D4C7ABAC6EE94527D613BACFDEE122559CEB41AA4',
|
|
344
|
+
name: 'Wrapped Bitcoin on ZIGChain',
|
|
345
|
+
display: 'wbtc',
|
|
346
|
+
symbol: 'WBTC',
|
|
347
|
+
traces: [{
|
|
348
|
+
type: 'ibc-bridge',
|
|
349
|
+
counterparty: {
|
|
350
|
+
chainName: 'ethereum',
|
|
351
|
+
baseDenom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599',
|
|
352
|
+
channelId: 'channel-0'
|
|
353
|
+
},
|
|
354
|
+
chain: {
|
|
355
|
+
channelId: '08-wasm-1369',
|
|
356
|
+
path: 'transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
357
|
+
},
|
|
358
|
+
provider: 'Eureka'
|
|
359
|
+
}, {
|
|
360
|
+
type: 'ibc',
|
|
361
|
+
counterparty: {
|
|
362
|
+
chainName: 'cosmoshub',
|
|
363
|
+
baseDenom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462',
|
|
364
|
+
channelId: 'channel-1555'
|
|
365
|
+
},
|
|
366
|
+
chain: {
|
|
367
|
+
channelId: 'channel-4',
|
|
368
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
369
|
+
}
|
|
370
|
+
}],
|
|
371
|
+
logoURIs: {
|
|
372
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
373
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
374
|
+
},
|
|
375
|
+
images: [{
|
|
376
|
+
imageSync: {
|
|
377
|
+
chainName: 'ethereum',
|
|
378
|
+
baseDenom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
379
|
+
},
|
|
380
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
381
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
382
|
+
}]
|
|
383
|
+
},
|
|
384
|
+
{
|
|
385
|
+
description: 'Tether USD on ZIGChain',
|
|
386
|
+
denomUnits: [{
|
|
387
|
+
denom: 'ibc/630F28419AFD118B9EA8B96AE9D280CFDA4EB9FAB3108F1CA9E7DC00F396B4F9',
|
|
388
|
+
exponent: 0,
|
|
389
|
+
aliases: ['microusdt', 'uusdt']
|
|
390
|
+
}, {
|
|
391
|
+
denom: 'usdt',
|
|
392
|
+
exponent: 6
|
|
393
|
+
}],
|
|
394
|
+
typeAsset: 'ics20',
|
|
395
|
+
base: 'ibc/630F28419AFD118B9EA8B96AE9D280CFDA4EB9FAB3108F1CA9E7DC00F396B4F9',
|
|
396
|
+
name: 'Tether USD',
|
|
397
|
+
display: 'usdt',
|
|
398
|
+
symbol: 'USDT',
|
|
399
|
+
traces: [{
|
|
400
|
+
type: 'ibc-bridge',
|
|
401
|
+
counterparty: {
|
|
402
|
+
chainName: 'ethereum',
|
|
403
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7',
|
|
404
|
+
channelId: 'channel-0'
|
|
405
|
+
},
|
|
406
|
+
chain: {
|
|
407
|
+
channelId: '08-wasm-1369',
|
|
408
|
+
path: 'transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
409
|
+
},
|
|
410
|
+
provider: 'Eureka'
|
|
411
|
+
}, {
|
|
412
|
+
type: 'ibc',
|
|
413
|
+
counterparty: {
|
|
414
|
+
chainName: 'cosmoshub',
|
|
415
|
+
baseDenom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782',
|
|
416
|
+
channelId: 'channel-1555'
|
|
417
|
+
},
|
|
418
|
+
chain: {
|
|
419
|
+
channelId: 'channel-4',
|
|
420
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
421
|
+
}
|
|
422
|
+
}],
|
|
423
|
+
logoURIs: {
|
|
424
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
425
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
426
|
+
},
|
|
427
|
+
images: [{
|
|
428
|
+
imageSync: {
|
|
429
|
+
chainName: 'ethereum',
|
|
430
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
431
|
+
},
|
|
432
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
433
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
434
|
+
}]
|
|
233
435
|
}
|
|
234
436
|
]
|
|
235
437
|
};
|
|
@@ -27,16 +27,16 @@ const info = {
|
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
29
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
30
|
-
recommendedVersion: 'v25.
|
|
31
|
-
compatibleVersions: ['v25.
|
|
30
|
+
recommendedVersion: 'v25.2.0',
|
|
31
|
+
compatibleVersions: ['v25.2.0'],
|
|
32
32
|
consensus: {
|
|
33
33
|
type: 'cometbft',
|
|
34
|
-
version: 'v0.38.
|
|
34
|
+
version: 'v0.38.19'
|
|
35
35
|
},
|
|
36
36
|
binaries: {
|
|
37
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
38
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
39
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
37
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-linux-amd64',
|
|
38
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-darwin-amd64',
|
|
39
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-darwin-arm64'
|
|
40
40
|
},
|
|
41
41
|
genesis: {
|
|
42
42
|
genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json'
|
|
@@ -50,7 +50,12 @@ const info = {
|
|
|
50
50
|
type: 'go',
|
|
51
51
|
version: 'v10.3.0'
|
|
52
52
|
},
|
|
53
|
-
|
|
53
|
+
cosmwasm: {
|
|
54
|
+
version: 'v0.60.2',
|
|
55
|
+
repo: 'https://github.com/CosmWasm/wasmd',
|
|
56
|
+
tag: 'v0.60.2'
|
|
57
|
+
},
|
|
58
|
+
tag: 'v25.2.0'
|
|
54
59
|
},
|
|
55
60
|
apis: {
|
|
56
61
|
rpc: [
|
|
@@ -946,6 +946,44 @@ const info = {
|
|
|
946
946
|
},
|
|
947
947
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
948
948
|
}]
|
|
949
|
+
},
|
|
950
|
+
{
|
|
951
|
+
description: 'Neiro bridged via Eureka on Cosmos Hub.',
|
|
952
|
+
denomUnits: [{
|
|
953
|
+
denom: 'ibc/F7C4726BF9F1B1872C48BA39688A1AC741E9D77B3182662CF6D42A149C86B758',
|
|
954
|
+
exponent: 0
|
|
955
|
+
}, {
|
|
956
|
+
denom: 'neiro',
|
|
957
|
+
exponent: 9
|
|
958
|
+
}],
|
|
959
|
+
typeAsset: 'ics20',
|
|
960
|
+
base: 'ibc/F7C4726BF9F1B1872C48BA39688A1AC741E9D77B3182662CF6D42A149C86B758',
|
|
961
|
+
name: 'Eureka Bridged Neiro (NEIRO)',
|
|
962
|
+
display: 'neiro',
|
|
963
|
+
symbol: 'NEIRO',
|
|
964
|
+
traces: [{
|
|
965
|
+
type: 'ibc-bridge',
|
|
966
|
+
counterparty: {
|
|
967
|
+
chainName: 'ethereum',
|
|
968
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
969
|
+
channelId: 'channel-0'
|
|
970
|
+
},
|
|
971
|
+
chain: {
|
|
972
|
+
channelId: '08-wasm-1369',
|
|
973
|
+
path: 'transfer/08-wasm-1369/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
974
|
+
},
|
|
975
|
+
provider: 'Eureka'
|
|
976
|
+
}],
|
|
977
|
+
logoURIs: {
|
|
978
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
979
|
+
},
|
|
980
|
+
images: [{
|
|
981
|
+
imageSync: {
|
|
982
|
+
chainName: 'ethereum',
|
|
983
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
984
|
+
},
|
|
985
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
986
|
+
}]
|
|
949
987
|
}
|
|
950
988
|
]
|
|
951
989
|
};
|
|
@@ -30,16 +30,16 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
33
|
-
recommendedVersion: 'v25.
|
|
34
|
-
compatibleVersions: ['v25.
|
|
33
|
+
recommendedVersion: 'v25.2.0',
|
|
34
|
+
compatibleVersions: ['v25.2.0'],
|
|
35
35
|
consensus: {
|
|
36
36
|
type: 'cometbft',
|
|
37
37
|
version: 'v0.38.19'
|
|
38
38
|
},
|
|
39
39
|
binaries: {
|
|
40
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
41
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
42
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
40
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-darwin-amd64',
|
|
41
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-darwin-arm64',
|
|
42
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-linux-amd64'
|
|
43
43
|
},
|
|
44
44
|
genesis: {
|
|
45
45
|
genesisUrl: 'https://github.com/cosmos/mainnet/raw/master/genesis/genesis.cosmoshub-4.json.gz'
|
|
@@ -54,11 +54,11 @@ const info = {
|
|
|
54
54
|
version: 'v10.3.0'
|
|
55
55
|
},
|
|
56
56
|
cosmwasm: {
|
|
57
|
-
version: 'v0.60.
|
|
57
|
+
version: 'v0.60.2',
|
|
58
58
|
repo: 'https://github.com/CosmWasm/wasmd',
|
|
59
|
-
tag: 'v0.60.
|
|
59
|
+
tag: 'v0.60.2'
|
|
60
60
|
},
|
|
61
|
-
tag: 'v25.
|
|
61
|
+
tag: 'v25.2.0'
|
|
62
62
|
},
|
|
63
63
|
logoURIs: {
|
|
64
64
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
@@ -2111,6 +2111,29 @@ const info = {
|
|
|
2111
2111
|
logoURIs: {
|
|
2112
2112
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
2113
2113
|
}
|
|
2114
|
+
},
|
|
2115
|
+
{
|
|
2116
|
+
description: 'Neiro is a meme coin and claimed to be the little sister of Doge.',
|
|
2117
|
+
typeAsset: 'erc20',
|
|
2118
|
+
address: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
2119
|
+
denomUnits: [{
|
|
2120
|
+
denom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
2121
|
+
exponent: 0
|
|
2122
|
+
}, {
|
|
2123
|
+
denom: 'neiro',
|
|
2124
|
+
exponent: 9
|
|
2125
|
+
}],
|
|
2126
|
+
base: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
2127
|
+
name: 'Neiro',
|
|
2128
|
+
display: 'neiro',
|
|
2129
|
+
symbol: 'NEIRO',
|
|
2130
|
+
keywords: ['meme'],
|
|
2131
|
+
images: [{
|
|
2132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
2133
|
+
}],
|
|
2134
|
+
logoURIs: {
|
|
2135
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
2136
|
+
}
|
|
2114
2137
|
}
|
|
2115
2138
|
]
|
|
2116
2139
|
};
|
package/mainnet/gonka/chain.js
CHANGED
|
@@ -87,7 +87,7 @@ const info = {
|
|
|
87
87
|
provider: '6block'
|
|
88
88
|
},
|
|
89
89
|
{
|
|
90
|
-
address: 'https://gonka03.6block.com:8443',
|
|
90
|
+
address: 'https://gonka03.6block.com:8443/chain-rpc/',
|
|
91
91
|
provider: '6block'
|
|
92
92
|
},
|
|
93
93
|
{
|
|
@@ -105,7 +105,7 @@ const info = {
|
|
|
105
105
|
provider: '6block'
|
|
106
106
|
},
|
|
107
107
|
{
|
|
108
|
-
address: 'https://gonka03.6block.com:8443',
|
|
108
|
+
address: 'https://gonka03.6block.com:8443/chain-api/',
|
|
109
109
|
provider: '6block'
|
|
110
110
|
},
|
|
111
111
|
{
|
|
@@ -16222,6 +16222,27 @@ const info = {
|
|
|
16222
16222
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/XTRUMP.png'
|
|
16223
16223
|
}]
|
|
16224
16224
|
},
|
|
16225
|
+
{
|
|
16226
|
+
description: 'Leg token',
|
|
16227
|
+
denomUnits: [{
|
|
16228
|
+
denom: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16229
|
+
exponent: 0
|
|
16230
|
+
}, {
|
|
16231
|
+
denom: 'LEG',
|
|
16232
|
+
exponent: 6
|
|
16233
|
+
}],
|
|
16234
|
+
typeAsset: 'sdk.coin',
|
|
16235
|
+
base: 'factory/osmo1c3sjhsneuajqn4ke84kqqaf26ct5cjs8z5ale0yv7096wh6fyf6qxmgkph/leg',
|
|
16236
|
+
name: 'LEG',
|
|
16237
|
+
display: 'LEG',
|
|
16238
|
+
symbol: 'LEG',
|
|
16239
|
+
logoURIs: {
|
|
16240
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16241
|
+
},
|
|
16242
|
+
images: [{
|
|
16243
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/leg.png'
|
|
16244
|
+
}]
|
|
16245
|
+
},
|
|
16225
16246
|
{
|
|
16226
16247
|
description: 'Tether USDt from Ethereum via Peggy bridge.',
|
|
16227
16248
|
denomUnits: [{
|
|
@@ -232,6 +232,208 @@ const info = {
|
|
|
232
232
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.png',
|
|
233
233
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/zigchain/images/zigchain.svg'
|
|
234
234
|
}]
|
|
235
|
+
},
|
|
236
|
+
{
|
|
237
|
+
description: 'Ether ETH on ZIGChain',
|
|
238
|
+
denomUnits: [{
|
|
239
|
+
denom: 'ibc/5E970F9FF7B696B42F75B92CC05A74B9C44AB0B5D231FBE794A29D74344B19D7',
|
|
240
|
+
exponent: 0,
|
|
241
|
+
aliases: ['wei']
|
|
242
|
+
}, {
|
|
243
|
+
denom: 'eth',
|
|
244
|
+
exponent: 18
|
|
245
|
+
}],
|
|
246
|
+
typeAsset: 'ics20',
|
|
247
|
+
base: 'ibc/5E970F9FF7B696B42F75B92CC05A74B9C44AB0B5D231FBE794A29D74344B19D7',
|
|
248
|
+
name: 'Ethereum',
|
|
249
|
+
display: 'eth',
|
|
250
|
+
symbol: 'ETH',
|
|
251
|
+
traces: [{
|
|
252
|
+
type: 'ibc-bridge',
|
|
253
|
+
counterparty: {
|
|
254
|
+
chainName: 'ethereum',
|
|
255
|
+
baseDenom: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
|
|
256
|
+
channelId: 'channel-0'
|
|
257
|
+
},
|
|
258
|
+
chain: {
|
|
259
|
+
channelId: '08-wasm-1369',
|
|
260
|
+
path: 'transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
261
|
+
},
|
|
262
|
+
provider: 'Eureka'
|
|
263
|
+
}, {
|
|
264
|
+
type: 'ibc',
|
|
265
|
+
counterparty: {
|
|
266
|
+
chainName: 'cosmoshub',
|
|
267
|
+
baseDenom: 'ibc/C0B53D3D23827AE38058BED0BDCD554229278AF530A8D265FCF6DFF7C4B2ADFF',
|
|
268
|
+
channelId: 'channel-1555'
|
|
269
|
+
},
|
|
270
|
+
chain: {
|
|
271
|
+
channelId: 'channel-4',
|
|
272
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2'
|
|
273
|
+
}
|
|
274
|
+
}],
|
|
275
|
+
logoURIs: {
|
|
276
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
277
|
+
},
|
|
278
|
+
images: [{
|
|
279
|
+
imageSync: {
|
|
280
|
+
chainName: 'ethereum',
|
|
281
|
+
baseDenom: 'wei'
|
|
282
|
+
},
|
|
283
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
284
|
+
}]
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
description: 'NEIRO on ZIGChain',
|
|
288
|
+
denomUnits: [{
|
|
289
|
+
denom: 'ibc/E5EE3EF1D0770C7E5F8CE3AF49B9828613BC90C12EA7577D688B1022EFDDA43C',
|
|
290
|
+
exponent: 0
|
|
291
|
+
}, {
|
|
292
|
+
denom: 'neiro',
|
|
293
|
+
exponent: 9
|
|
294
|
+
}],
|
|
295
|
+
typeAsset: 'ics20',
|
|
296
|
+
base: 'ibc/E5EE3EF1D0770C7E5F8CE3AF49B9828613BC90C12EA7577D688B1022EFDDA43C',
|
|
297
|
+
name: 'NEIRO',
|
|
298
|
+
display: 'neiro',
|
|
299
|
+
symbol: 'NEIRO',
|
|
300
|
+
traces: [{
|
|
301
|
+
type: 'ibc-bridge',
|
|
302
|
+
counterparty: {
|
|
303
|
+
chainName: 'ethereum',
|
|
304
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee',
|
|
305
|
+
channelId: 'channel-0'
|
|
306
|
+
},
|
|
307
|
+
chain: {
|
|
308
|
+
channelId: '08-wasm-1369',
|
|
309
|
+
path: 'transfer/08-wasm-1369/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
310
|
+
},
|
|
311
|
+
provider: 'Eureka'
|
|
312
|
+
}, {
|
|
313
|
+
type: 'ibc',
|
|
314
|
+
counterparty: {
|
|
315
|
+
chainName: 'cosmoshub',
|
|
316
|
+
baseDenom: 'ibc/F7C4726BF9F1B1872C48BA39688A1AC741E9D77B3182662CF6D42A149C86B758',
|
|
317
|
+
channelId: 'channel-1555'
|
|
318
|
+
},
|
|
319
|
+
chain: {
|
|
320
|
+
channelId: 'channel-4',
|
|
321
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
322
|
+
}
|
|
323
|
+
}],
|
|
324
|
+
logoURIs: {
|
|
325
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
326
|
+
},
|
|
327
|
+
images: [{
|
|
328
|
+
imageSync: {
|
|
329
|
+
chainName: 'ethereum',
|
|
330
|
+
baseDenom: '0x812ba41e071c7b7fa4ebcfb62df5f45f6fa853ee'
|
|
331
|
+
},
|
|
332
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/neiro.png'
|
|
333
|
+
}]
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
description: 'Wrapped Bitcoin on ZIGChain',
|
|
337
|
+
denomUnits: [{
|
|
338
|
+
denom: 'ibc/7B02D9C0746D2D6551CD358D4C7ABAC6EE94527D613BACFDEE122559CEB41AA4',
|
|
339
|
+
exponent: 0
|
|
340
|
+
}, {
|
|
341
|
+
denom: 'wbtc',
|
|
342
|
+
exponent: 8
|
|
343
|
+
}],
|
|
344
|
+
typeAsset: 'ics20',
|
|
345
|
+
base: 'ibc/7B02D9C0746D2D6551CD358D4C7ABAC6EE94527D613BACFDEE122559CEB41AA4',
|
|
346
|
+
name: 'Wrapped Bitcoin on ZIGChain',
|
|
347
|
+
display: 'wbtc',
|
|
348
|
+
symbol: 'WBTC',
|
|
349
|
+
traces: [{
|
|
350
|
+
type: 'ibc-bridge',
|
|
351
|
+
counterparty: {
|
|
352
|
+
chainName: 'ethereum',
|
|
353
|
+
baseDenom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599',
|
|
354
|
+
channelId: 'channel-0'
|
|
355
|
+
},
|
|
356
|
+
chain: {
|
|
357
|
+
channelId: '08-wasm-1369',
|
|
358
|
+
path: 'transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
359
|
+
},
|
|
360
|
+
provider: 'Eureka'
|
|
361
|
+
}, {
|
|
362
|
+
type: 'ibc',
|
|
363
|
+
counterparty: {
|
|
364
|
+
chainName: 'cosmoshub',
|
|
365
|
+
baseDenom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462',
|
|
366
|
+
channelId: 'channel-1555'
|
|
367
|
+
},
|
|
368
|
+
chain: {
|
|
369
|
+
channelId: 'channel-4',
|
|
370
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
371
|
+
}
|
|
372
|
+
}],
|
|
373
|
+
logoURIs: {
|
|
374
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
375
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
376
|
+
},
|
|
377
|
+
images: [{
|
|
378
|
+
imageSync: {
|
|
379
|
+
chainName: 'ethereum',
|
|
380
|
+
baseDenom: '0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
381
|
+
},
|
|
382
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
383
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
384
|
+
}]
|
|
385
|
+
},
|
|
386
|
+
{
|
|
387
|
+
description: 'Tether USD on ZIGChain',
|
|
388
|
+
denomUnits: [{
|
|
389
|
+
denom: 'ibc/630F28419AFD118B9EA8B96AE9D280CFDA4EB9FAB3108F1CA9E7DC00F396B4F9',
|
|
390
|
+
exponent: 0,
|
|
391
|
+
aliases: ['microusdt', 'uusdt']
|
|
392
|
+
}, {
|
|
393
|
+
denom: 'usdt',
|
|
394
|
+
exponent: 6
|
|
395
|
+
}],
|
|
396
|
+
typeAsset: 'ics20',
|
|
397
|
+
base: 'ibc/630F28419AFD118B9EA8B96AE9D280CFDA4EB9FAB3108F1CA9E7DC00F396B4F9',
|
|
398
|
+
name: 'Tether USD',
|
|
399
|
+
display: 'usdt',
|
|
400
|
+
symbol: 'USDT',
|
|
401
|
+
traces: [{
|
|
402
|
+
type: 'ibc-bridge',
|
|
403
|
+
counterparty: {
|
|
404
|
+
chainName: 'ethereum',
|
|
405
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7',
|
|
406
|
+
channelId: 'channel-0'
|
|
407
|
+
},
|
|
408
|
+
chain: {
|
|
409
|
+
channelId: '08-wasm-1369',
|
|
410
|
+
path: 'transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
411
|
+
},
|
|
412
|
+
provider: 'Eureka'
|
|
413
|
+
}, {
|
|
414
|
+
type: 'ibc',
|
|
415
|
+
counterparty: {
|
|
416
|
+
chainName: 'cosmoshub',
|
|
417
|
+
baseDenom: 'ibc/E7E51FFF94A8B55BE84CEB0345E5CAF0A5DAEB374C6806CE908098B8996C7782',
|
|
418
|
+
channelId: 'channel-1555'
|
|
419
|
+
},
|
|
420
|
+
chain: {
|
|
421
|
+
channelId: 'channel-4',
|
|
422
|
+
path: 'transfer/channel-4/transfer/08-wasm-1369/0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
423
|
+
}
|
|
424
|
+
}],
|
|
425
|
+
logoURIs: {
|
|
426
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
427
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
428
|
+
},
|
|
429
|
+
images: [{
|
|
430
|
+
imageSync: {
|
|
431
|
+
chainName: 'ethereum',
|
|
432
|
+
baseDenom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
433
|
+
},
|
|
434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
435
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
436
|
+
}]
|
|
235
437
|
}
|
|
236
438
|
]
|
|
237
439
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.103",
|
|
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.103"
|
|
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": "ef21554d3a5e24b85dde5a535db61b57a8eb2380"
|
|
43
43
|
}
|
|
@@ -29,16 +29,16 @@ const info = {
|
|
|
29
29
|
},
|
|
30
30
|
codebase: {
|
|
31
31
|
gitRepo: 'https://github.com/cosmos/gaia',
|
|
32
|
-
recommendedVersion: 'v25.
|
|
33
|
-
compatibleVersions: ['v25.
|
|
32
|
+
recommendedVersion: 'v25.2.0',
|
|
33
|
+
compatibleVersions: ['v25.2.0'],
|
|
34
34
|
consensus: {
|
|
35
35
|
type: 'cometbft',
|
|
36
|
-
version: 'v0.38.
|
|
36
|
+
version: 'v0.38.19'
|
|
37
37
|
},
|
|
38
38
|
binaries: {
|
|
39
|
-
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
40
|
-
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
41
|
-
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.
|
|
39
|
+
"linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-linux-amd64',
|
|
40
|
+
"darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-darwin-amd64',
|
|
41
|
+
"darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-darwin-arm64'
|
|
42
42
|
},
|
|
43
43
|
genesis: {
|
|
44
44
|
genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json'
|
|
@@ -52,7 +52,12 @@ const info = {
|
|
|
52
52
|
type: 'go',
|
|
53
53
|
version: 'v10.3.0'
|
|
54
54
|
},
|
|
55
|
-
|
|
55
|
+
cosmwasm: {
|
|
56
|
+
version: 'v0.60.2',
|
|
57
|
+
repo: 'https://github.com/CosmWasm/wasmd',
|
|
58
|
+
tag: 'v0.60.2'
|
|
59
|
+
},
|
|
60
|
+
tag: 'v25.2.0'
|
|
56
61
|
},
|
|
57
62
|
apis: {
|
|
58
63
|
rpc: [
|