chain-registry 1.69.126 → 1.69.128
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/kyvedevnet/assets.js +2 -1
- package/devnet/neuradevnet/assets.js +2 -1
- package/esm/devnet/kyvedevnet/assets.js +2 -1
- package/esm/devnet/neuradevnet/assets.js +2 -1
- package/esm/mainnet/agoric/chain.js +5 -5
- package/esm/mainnet/archway/assets.js +4 -2
- package/esm/mainnet/beezee/assets.js +14 -7
- package/esm/mainnet/carbon/assets.js +26 -13
- package/esm/mainnet/coreum/chain.js +6 -6
- package/esm/mainnet/cosmoshub/assets.js +4 -2
- package/esm/mainnet/cosmoshub/ibc.js +29 -0
- package/esm/mainnet/cronos/assets.js +4 -2
- package/esm/mainnet/dydx/assets.js +2 -1
- package/esm/mainnet/dymension/assets.js +4 -2
- package/esm/mainnet/dyson/assets.js +6 -3
- package/esm/mainnet/elys/assets.js +14 -7
- package/esm/mainnet/evmos/assets.js +2 -1
- package/esm/mainnet/injective/assets.js +6 -3
- package/esm/mainnet/injective/ibc.js +29 -0
- package/esm/mainnet/joltify/assets.js +4 -2
- package/esm/mainnet/juno/assets.js +23 -1
- package/esm/mainnet/kopi/assets.js +10 -5
- package/esm/mainnet/kujira/assets.js +30 -15
- package/esm/mainnet/mantrachain/assets.js +6 -3
- package/esm/mainnet/mars/assets.js +2 -1
- package/esm/mainnet/migaloo/assets.js +6 -3
- package/esm/mainnet/milkyway/assets.js +6 -3
- package/esm/mainnet/neutron/assets.js +14 -7
- package/esm/mainnet/neutron/ibc.js +29 -0
- package/esm/mainnet/nibiru/assets.js +2 -1
- package/esm/mainnet/noble/assets.js +4 -2
- package/esm/mainnet/nolus/assets.js +44 -22
- package/esm/mainnet/omniflixhub/assets.js +10 -5
- package/esm/mainnet/oraichain/assets.js +6 -3
- package/esm/mainnet/osmosis/assets.js +306 -153
- package/esm/mainnet/persistence/assets.js +16 -8
- package/esm/mainnet/planq/assets.js +50 -3
- package/esm/mainnet/pryzm/assets.js +4 -2
- package/esm/mainnet/quasar/assets.js +6 -3
- package/esm/mainnet/quicksilver/assets.js +2 -1
- package/esm/mainnet/sei/assets.js +2 -1
- package/esm/mainnet/sidechain/assets.js +2 -1
- package/esm/mainnet/sidechain/ibc.js +93 -3
- package/esm/mainnet/stargaze/assets.js +10 -5
- package/esm/mainnet/stride/assets.js +2 -1
- package/esm/mainnet/teritori/assets.js +6 -3
- package/esm/mainnet/terra/assets.js +2 -1
- package/esm/mainnet/terra2/assets.js +10 -5
- package/esm/mainnet/titan/assets.js +2 -1
- package/esm/noncosmos/avalanchetestnet/assets.js +2 -1
- package/esm/noncosmos/bitcointestnet/assets.js +2 -1
- package/esm/noncosmos/polygon/assets.js +2 -1
- package/esm/testnet/archwaytestnet/assets.js +2 -1
- package/esm/testnet/dydxtestnet/assets.js +2 -1
- package/esm/testnet/impacthubtestnet/assets.js +2 -1
- package/esm/testnet/jackaltestnet2/assets.js +2 -1
- package/esm/testnet/kyvetestnet/assets.js +2 -1
- package/esm/testnet/manifesttestnet/assets.js +2 -1
- package/esm/testnet/mantrachaintestnet/assets.js +2 -1
- package/esm/testnet/neuratestnet/assets.js +2 -1
- package/esm/testnet/nobletestnet/assets.js +2 -1
- package/esm/testnet/osmosistestnet/assets.js +12 -6
- package/esm/testnet/titantestnet/assets.js +2 -1
- package/esm/testnet/unificationtestnet/assets.js +2 -1
- package/esm/testnet/xiontestnet/assets.js +6 -3
- package/mainnet/agoric/chain.js +5 -5
- package/mainnet/archway/assets.js +4 -2
- package/mainnet/beezee/assets.js +14 -7
- package/mainnet/carbon/assets.js +26 -13
- package/mainnet/coreum/chain.js +6 -6
- package/mainnet/cosmoshub/assets.js +4 -2
- package/mainnet/cosmoshub/ibc.js +29 -0
- package/mainnet/cronos/assets.js +4 -2
- package/mainnet/dydx/assets.js +2 -1
- package/mainnet/dymension/assets.js +4 -2
- package/mainnet/dyson/assets.js +6 -3
- package/mainnet/elys/assets.js +14 -7
- package/mainnet/evmos/assets.js +2 -1
- package/mainnet/injective/assets.js +6 -3
- package/mainnet/injective/ibc.js +29 -0
- package/mainnet/joltify/assets.js +4 -2
- package/mainnet/juno/assets.js +23 -1
- package/mainnet/kopi/assets.js +10 -5
- package/mainnet/kujira/assets.js +30 -15
- package/mainnet/mantrachain/assets.js +6 -3
- package/mainnet/mars/assets.js +2 -1
- package/mainnet/migaloo/assets.js +6 -3
- package/mainnet/milkyway/assets.js +6 -3
- package/mainnet/neutron/assets.js +14 -7
- package/mainnet/neutron/ibc.js +29 -0
- package/mainnet/nibiru/assets.js +2 -1
- package/mainnet/noble/assets.js +4 -2
- package/mainnet/nolus/assets.js +44 -22
- package/mainnet/omniflixhub/assets.js +10 -5
- package/mainnet/oraichain/assets.js +6 -3
- package/mainnet/osmosis/assets.js +306 -153
- package/mainnet/persistence/assets.js +16 -8
- package/mainnet/planq/assets.js +50 -3
- package/mainnet/pryzm/assets.js +4 -2
- package/mainnet/quasar/assets.js +6 -3
- package/mainnet/quicksilver/assets.js +2 -1
- package/mainnet/sei/assets.js +2 -1
- package/mainnet/sidechain/assets.js +2 -1
- package/mainnet/sidechain/ibc.js +93 -3
- package/mainnet/stargaze/assets.js +10 -5
- package/mainnet/stride/assets.js +2 -1
- package/mainnet/teritori/assets.js +6 -3
- package/mainnet/terra/assets.js +2 -1
- package/mainnet/terra2/assets.js +10 -5
- package/mainnet/titan/assets.js +2 -1
- package/noncosmos/avalanchetestnet/assets.js +2 -1
- package/noncosmos/bitcointestnet/assets.js +2 -1
- package/noncosmos/polygon/assets.js +2 -1
- package/package.json +4 -4
- package/testnet/archwaytestnet/assets.js +2 -1
- package/testnet/dydxtestnet/assets.js +2 -1
- package/testnet/impacthubtestnet/assets.js +2 -1
- package/testnet/jackaltestnet2/assets.js +2 -1
- package/testnet/kyvetestnet/assets.js +2 -1
- package/testnet/manifesttestnet/assets.js +2 -1
- package/testnet/mantrachaintestnet/assets.js +2 -1
- package/testnet/neuratestnet/assets.js +2 -1
- package/testnet/nobletestnet/assets.js +2 -1
- package/testnet/osmosistestnet/assets.js +12 -6
- package/testnet/titantestnet/assets.js +2 -1
- package/testnet/unificationtestnet/assets.js +2 -1
- package/testnet/xiontestnet/assets.js +6 -3
|
@@ -179,7 +179,8 @@ const info = {
|
|
|
179
179
|
logo_URIs: {
|
|
180
180
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
181
181
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
182
|
-
}
|
|
182
|
+
},
|
|
183
|
+
coingecko_id: 'cosmos'
|
|
183
184
|
},
|
|
184
185
|
{
|
|
185
186
|
description: 'Tether USDT on Persistence',
|
|
@@ -223,7 +224,8 @@ const info = {
|
|
|
223
224
|
logo_URIs: {
|
|
224
225
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
225
226
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
226
|
-
}
|
|
227
|
+
},
|
|
228
|
+
coingecko_id: 'tether'
|
|
227
229
|
},
|
|
228
230
|
{
|
|
229
231
|
denom_units: [{
|
|
@@ -266,7 +268,8 @@ const info = {
|
|
|
266
268
|
logo_URIs: {
|
|
267
269
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
268
270
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
269
|
-
}
|
|
271
|
+
},
|
|
272
|
+
coingecko_id: 'usd-coin'
|
|
270
273
|
},
|
|
271
274
|
{
|
|
272
275
|
description: 'dydx staking token',
|
|
@@ -309,7 +312,8 @@ const info = {
|
|
|
309
312
|
logo_URIs: {
|
|
310
313
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
311
314
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
312
|
-
}
|
|
315
|
+
},
|
|
316
|
+
coingecko_id: 'dydx-chain'
|
|
313
317
|
},
|
|
314
318
|
{
|
|
315
319
|
description: '(Deprecated) PSTAKE Liquid-Staked OSMO',
|
|
@@ -463,7 +467,8 @@ const info = {
|
|
|
463
467
|
logo_URIs: {
|
|
464
468
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
465
469
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
466
|
-
}
|
|
470
|
+
},
|
|
471
|
+
coingecko_id: 'stargaze'
|
|
467
472
|
},
|
|
468
473
|
{
|
|
469
474
|
description: 'The native token cw20 for Shade on Secret Network',
|
|
@@ -508,7 +513,8 @@ const info = {
|
|
|
508
513
|
theme: {
|
|
509
514
|
primary_color_hex: '#342c52'
|
|
510
515
|
}
|
|
511
|
-
}]
|
|
516
|
+
}],
|
|
517
|
+
coingecko_id: 'shade-protocol'
|
|
512
518
|
},
|
|
513
519
|
{
|
|
514
520
|
description: '(Deprecated) PSTAKE Liquid-Staked HUAHUA',
|
|
@@ -587,7 +593,8 @@ const info = {
|
|
|
587
593
|
logo_URIs: {
|
|
588
594
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
|
|
589
595
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
|
|
590
|
-
}
|
|
596
|
+
},
|
|
597
|
+
coingecko_id: 'chihuahua-token'
|
|
591
598
|
},
|
|
592
599
|
{
|
|
593
600
|
description: '(Deprecated) PSTAKE Liquid-Staked XPRT',
|
|
@@ -667,7 +674,8 @@ const info = {
|
|
|
667
674
|
theme: {
|
|
668
675
|
primary_color_hex: '#f39444'
|
|
669
676
|
}
|
|
670
|
-
}]
|
|
677
|
+
}],
|
|
678
|
+
coingecko_id: 'wrapped-bitcoin'
|
|
671
679
|
}
|
|
672
680
|
]
|
|
673
681
|
};
|
package/mainnet/planq/assets.js
CHANGED
|
@@ -3,7 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const info = {
|
|
4
4
|
$schema: '../assetlist.schema.json',
|
|
5
5
|
chain_name: 'planq',
|
|
6
|
-
assets: [
|
|
6
|
+
assets: [
|
|
7
|
+
{
|
|
7
8
|
description: 'The native EVM, governance and staking token of the Planq Network',
|
|
8
9
|
extended_description: 'Planq is the very first cryptocurrency project to keep mobile platform usability at heart, taking a step away from dependency on desktop services. By focusing on easy accessibility and close integration of other blockchains via easy to use bridges, Planq will push Web 3 adoption in the mobile space to the next level.',
|
|
9
10
|
denom_units: [{
|
|
@@ -34,7 +35,8 @@ const info = {
|
|
|
34
35
|
twitter: 'https://twitter.com/planqfoundation'
|
|
35
36
|
},
|
|
36
37
|
type_asset: 'sdk.coin'
|
|
37
|
-
},
|
|
38
|
+
},
|
|
39
|
+
{
|
|
38
40
|
description: 'The token of Source Protocol bridged from BSC.',
|
|
39
41
|
denom_units: [{
|
|
40
42
|
denom: 'erc20/0x091F9A57A3F58d758b6572E9d41675918EAC7F09',
|
|
@@ -73,6 +75,51 @@ const info = {
|
|
|
73
75
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/binancesmartchain/images/srcx.png'
|
|
74
76
|
},
|
|
75
77
|
type_asset: 'sdk.coin'
|
|
76
|
-
}
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
description: 'nRide Token',
|
|
81
|
+
extended_description: 'nRide is developing a uber-like ride-hailing protocol, leveraging cosmwasm smart-contracts for payment, driver registration and text-messaging between the rider and the driver, to create a trustless public transportation environment for any cab or taxi company to use.',
|
|
82
|
+
denom_units: [{
|
|
83
|
+
denom: 'ibc/26B4B4BBF3C8D5DB1ADE993CCD865A7CC608B2BAEF20E0166F18B84E32184F63',
|
|
84
|
+
exponent: 0,
|
|
85
|
+
aliases: ['cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq', 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C']
|
|
86
|
+
}, {
|
|
87
|
+
denom: 'nride',
|
|
88
|
+
exponent: 6
|
|
89
|
+
}],
|
|
90
|
+
type_asset: 'ics20',
|
|
91
|
+
base: 'ibc/26B4B4BBF3C8D5DB1ADE993CCD865A7CC608B2BAEF20E0166F18B84E32184F63',
|
|
92
|
+
name: 'nRide Token',
|
|
93
|
+
display: 'nride',
|
|
94
|
+
symbol: 'NRIDE',
|
|
95
|
+
traces: [{
|
|
96
|
+
type: 'ibc',
|
|
97
|
+
counterparty: {
|
|
98
|
+
chain_name: 'osmosis',
|
|
99
|
+
base_denom: 'ibc/E750D31033DC1CF4A044C3AA0A8117401316DC918FBEBC4E3D34F91B09D5F54C',
|
|
100
|
+
channel_id: 'channel-492'
|
|
101
|
+
},
|
|
102
|
+
chain: {
|
|
103
|
+
channel_id: 'channel-1',
|
|
104
|
+
path: 'transfer/channel-1/transfer/channel-169/cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq'
|
|
105
|
+
}
|
|
106
|
+
}],
|
|
107
|
+
logo_URIs: {
|
|
108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png',
|
|
109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg'
|
|
110
|
+
},
|
|
111
|
+
images: [{
|
|
112
|
+
image_sync: {
|
|
113
|
+
chain_name: 'juno',
|
|
114
|
+
base_denom: 'cw20:juno1qmlchtmjpvu0cr7u0tad2pq8838h6farrrjzp39eqa9xswg7teussrswlq'
|
|
115
|
+
},
|
|
116
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.png',
|
|
117
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/nride.svg',
|
|
118
|
+
theme: {
|
|
119
|
+
primary_color_hex: '#050505'
|
|
120
|
+
}
|
|
121
|
+
}]
|
|
122
|
+
}
|
|
123
|
+
]
|
|
77
124
|
};
|
|
78
125
|
exports.default = info;
|
package/mainnet/pryzm/assets.js
CHANGED
|
@@ -532,7 +532,8 @@ const info = {
|
|
|
532
532
|
base_denom: 'factory/neutron1k6hr0f83e7un2wjf29cspk7j69jrnskk65k3ek2nj9dztrlzpj6q00rtsa/udatom'
|
|
533
533
|
},
|
|
534
534
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/dATOM.svg'
|
|
535
|
-
}]
|
|
535
|
+
}],
|
|
536
|
+
coingecko_id: 'drop-staked-atom'
|
|
536
537
|
},
|
|
537
538
|
{
|
|
538
539
|
description: 'Ondo Finance\'s US Dollar Yield',
|
|
@@ -575,7 +576,8 @@ const info = {
|
|
|
575
576
|
theme: {
|
|
576
577
|
primary_color_hex: '#142c5c'
|
|
577
578
|
}
|
|
578
|
-
}]
|
|
579
|
+
}],
|
|
580
|
+
coingecko_id: 'ondo-us-dollar-yield'
|
|
579
581
|
},
|
|
580
582
|
{
|
|
581
583
|
description: 'Pryzm\'s native liquid staking token for ATOM',
|
package/mainnet/quasar/assets.js
CHANGED
|
@@ -76,7 +76,8 @@ const info = {
|
|
|
76
76
|
logo_URIs: {
|
|
77
77
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
78
78
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
79
|
-
}
|
|
79
|
+
},
|
|
80
|
+
coingecko_id: 'osmosis'
|
|
80
81
|
},
|
|
81
82
|
{
|
|
82
83
|
description: 'ATOM from Osmosis',
|
|
@@ -120,7 +121,8 @@ const info = {
|
|
|
120
121
|
logo_URIs: {
|
|
121
122
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
122
123
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
123
|
-
}
|
|
124
|
+
},
|
|
125
|
+
coingecko_id: 'cosmos'
|
|
124
126
|
},
|
|
125
127
|
{
|
|
126
128
|
description: 'USDC.axl from Osmosis',
|
|
@@ -164,7 +166,8 @@ const info = {
|
|
|
164
166
|
logo_URIs: {
|
|
165
167
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.png',
|
|
166
168
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/usdc.axl.svg'
|
|
167
|
-
}
|
|
169
|
+
},
|
|
170
|
+
coingecko_id: 'axlusdc'
|
|
168
171
|
}
|
|
169
172
|
]
|
|
170
173
|
};
|
package/mainnet/sei/assets.js
CHANGED
|
@@ -221,7 +221,8 @@ const info = {
|
|
|
221
221
|
logo_URIs: {
|
|
222
222
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
223
223
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
224
|
-
}
|
|
224
|
+
},
|
|
225
|
+
coingecko_id: 'astroport-fi'
|
|
225
226
|
}
|
|
226
227
|
]
|
|
227
228
|
};
|
|
@@ -110,7 +110,8 @@ const info = {
|
|
|
110
110
|
logo_URIs: {
|
|
111
111
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
112
112
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
113
|
-
}
|
|
113
|
+
},
|
|
114
|
+
coingecko_id: 'usd-coin'
|
|
114
115
|
}
|
|
115
116
|
]
|
|
116
117
|
};
|
package/mainnet/sidechain/ibc.js
CHANGED
|
@@ -1,6 +1,94 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
const info = [
|
|
3
|
+
const info = [
|
|
4
|
+
{
|
|
5
|
+
$schema: '../ibc_data.schema.json',
|
|
6
|
+
chain_1: {
|
|
7
|
+
chain_name: 'cosmoshub',
|
|
8
|
+
client_id: '07-tendermint-1353',
|
|
9
|
+
connection_id: 'connection-1090'
|
|
10
|
+
},
|
|
11
|
+
chain_2: {
|
|
12
|
+
chain_name: 'sidechain',
|
|
13
|
+
client_id: '07-tendermint-12',
|
|
14
|
+
connection_id: 'connection-3'
|
|
15
|
+
},
|
|
16
|
+
channels: [{
|
|
17
|
+
chain_1: {
|
|
18
|
+
channel_id: 'channel-1318',
|
|
19
|
+
port_id: 'transfer'
|
|
20
|
+
},
|
|
21
|
+
chain_2: {
|
|
22
|
+
channel_id: 'channel-2',
|
|
23
|
+
port_id: 'transfer'
|
|
24
|
+
},
|
|
25
|
+
ordering: 'unordered',
|
|
26
|
+
version: 'ics20-1',
|
|
27
|
+
tags: {
|
|
28
|
+
status: 'live',
|
|
29
|
+
preferred: true
|
|
30
|
+
}
|
|
31
|
+
}]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
$schema: '../ibc_data.schema.json',
|
|
35
|
+
chain_1: {
|
|
36
|
+
chain_name: 'injective',
|
|
37
|
+
client_id: '07-tendermint-293',
|
|
38
|
+
connection_id: 'connection-299'
|
|
39
|
+
},
|
|
40
|
+
chain_2: {
|
|
41
|
+
chain_name: 'sidechain',
|
|
42
|
+
client_id: '07-tendermint-17',
|
|
43
|
+
connection_id: 'connection-5'
|
|
44
|
+
},
|
|
45
|
+
channels: [{
|
|
46
|
+
chain_1: {
|
|
47
|
+
channel_id: 'channel-429',
|
|
48
|
+
port_id: 'transfer'
|
|
49
|
+
},
|
|
50
|
+
chain_2: {
|
|
51
|
+
channel_id: 'channel-4',
|
|
52
|
+
port_id: 'transfer'
|
|
53
|
+
},
|
|
54
|
+
ordering: 'unordered',
|
|
55
|
+
version: 'ics20-1',
|
|
56
|
+
tags: {
|
|
57
|
+
status: 'live',
|
|
58
|
+
preferred: true
|
|
59
|
+
}
|
|
60
|
+
}]
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
$schema: '../ibc_data.schema.json',
|
|
64
|
+
chain_1: {
|
|
65
|
+
chain_name: 'neutron',
|
|
66
|
+
client_id: '07-tendermint-156',
|
|
67
|
+
connection_id: 'connection-116'
|
|
68
|
+
},
|
|
69
|
+
chain_2: {
|
|
70
|
+
chain_name: 'sidechain',
|
|
71
|
+
client_id: '07-tendermint-16',
|
|
72
|
+
connection_id: 'connection-4'
|
|
73
|
+
},
|
|
74
|
+
channels: [{
|
|
75
|
+
chain_1: {
|
|
76
|
+
channel_id: 'channel-6561',
|
|
77
|
+
port_id: 'transfer'
|
|
78
|
+
},
|
|
79
|
+
chain_2: {
|
|
80
|
+
channel_id: 'channel-3',
|
|
81
|
+
port_id: 'transfer'
|
|
82
|
+
},
|
|
83
|
+
ordering: 'unordered',
|
|
84
|
+
version: 'ics20-1',
|
|
85
|
+
tags: {
|
|
86
|
+
status: 'live',
|
|
87
|
+
preferred: true
|
|
88
|
+
}
|
|
89
|
+
}]
|
|
90
|
+
},
|
|
91
|
+
{
|
|
4
92
|
$schema: '../ibc_data.schema.json',
|
|
5
93
|
chain_1: {
|
|
6
94
|
chain_name: 'noble',
|
|
@@ -28,7 +116,8 @@ const info = [{
|
|
|
28
116
|
preferred: true
|
|
29
117
|
}
|
|
30
118
|
}]
|
|
31
|
-
},
|
|
119
|
+
},
|
|
120
|
+
{
|
|
32
121
|
$schema: '../ibc_data.schema.json',
|
|
33
122
|
chain_1: {
|
|
34
123
|
chain_name: 'osmosis',
|
|
@@ -56,5 +145,6 @@ const info = [{
|
|
|
56
145
|
preferred: true
|
|
57
146
|
}
|
|
58
147
|
}]
|
|
59
|
-
}
|
|
148
|
+
}
|
|
149
|
+
];
|
|
60
150
|
exports.default = info;
|
|
@@ -205,7 +205,8 @@ const info = {
|
|
|
205
205
|
theme: {
|
|
206
206
|
primary_color_hex: '#bcdd76'
|
|
207
207
|
}
|
|
208
|
-
}]
|
|
208
|
+
}],
|
|
209
|
+
coingecko_id: 'mad-scientists'
|
|
209
210
|
},
|
|
210
211
|
{
|
|
211
212
|
description: 'CDT - Membrane\'s solvency preserving stablecoin',
|
|
@@ -239,7 +240,8 @@ const info = {
|
|
|
239
240
|
chain_name: 'osmosis',
|
|
240
241
|
base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/ucdt'
|
|
241
242
|
}
|
|
242
|
-
}]
|
|
243
|
+
}],
|
|
244
|
+
coingecko_id: 'collateralized-debt-token'
|
|
243
245
|
},
|
|
244
246
|
{
|
|
245
247
|
description: 'MBRN - Membrane\'s network token',
|
|
@@ -273,7 +275,8 @@ const info = {
|
|
|
273
275
|
chain_name: 'osmosis',
|
|
274
276
|
base_denom: 'factory/osmo1s794h9rxggytja3a4pmwul53u98k06zy2qtrdvjnfuxruh7s8yjs6cyxgd/umbrn'
|
|
275
277
|
}
|
|
276
|
-
}]
|
|
278
|
+
}],
|
|
279
|
+
coingecko_id: 'membrane'
|
|
277
280
|
},
|
|
278
281
|
{
|
|
279
282
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
@@ -316,7 +319,8 @@ const info = {
|
|
|
316
319
|
theme: {
|
|
317
320
|
primary_color_hex: '#4056e9'
|
|
318
321
|
}
|
|
319
|
-
}]
|
|
322
|
+
}],
|
|
323
|
+
coingecko_id: 'astroport-fi'
|
|
320
324
|
},
|
|
321
325
|
{
|
|
322
326
|
description: 'PLEB',
|
|
@@ -762,7 +766,8 @@ const info = {
|
|
|
762
766
|
primary_color_hex: '#342c2c'
|
|
763
767
|
}
|
|
764
768
|
}
|
|
765
|
-
]
|
|
769
|
+
],
|
|
770
|
+
coingecko_id: 'mantra-dao'
|
|
766
771
|
},
|
|
767
772
|
{
|
|
768
773
|
description: 'HOOD',
|
package/mainnet/stride/assets.js
CHANGED
|
@@ -115,7 +115,8 @@ const info = {
|
|
|
115
115
|
logo_URIs: {
|
|
116
116
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
117
117
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
118
|
-
}
|
|
118
|
+
},
|
|
119
|
+
coingecko_id: 'cosmos'
|
|
119
120
|
},
|
|
120
121
|
{
|
|
121
122
|
description: 'The native staking and governance token of the Kujira chain.',
|
|
@@ -202,7 +203,8 @@ const info = {
|
|
|
202
203
|
circle: true,
|
|
203
204
|
primary_color_hex: '#2775CA'
|
|
204
205
|
}
|
|
205
|
-
}]
|
|
206
|
+
}],
|
|
207
|
+
coingecko_id: 'usd-coin'
|
|
206
208
|
},
|
|
207
209
|
{
|
|
208
210
|
description: 'The native staking and governance token of the Secret chain.',
|
|
@@ -244,7 +246,8 @@ const info = {
|
|
|
244
246
|
theme: {
|
|
245
247
|
primary_color_hex: '#040404'
|
|
246
248
|
}
|
|
247
|
-
}]
|
|
249
|
+
}],
|
|
250
|
+
coingecko_id: 'secret'
|
|
248
251
|
}
|
|
249
252
|
]
|
|
250
253
|
};
|
package/mainnet/terra/assets.js
CHANGED
package/mainnet/terra2/assets.js
CHANGED
|
@@ -77,7 +77,8 @@ const info = {
|
|
|
77
77
|
socials: {
|
|
78
78
|
website: 'https://astroport.fi/',
|
|
79
79
|
twitter: 'https://twitter.com/astroport_fi'
|
|
80
|
-
}
|
|
80
|
+
},
|
|
81
|
+
coingecko_id: 'astroport-fi'
|
|
81
82
|
},
|
|
82
83
|
{
|
|
83
84
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
@@ -120,7 +121,8 @@ const info = {
|
|
|
120
121
|
logo_URIs: {
|
|
121
122
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.png',
|
|
122
123
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/astro.svg'
|
|
123
|
-
}
|
|
124
|
+
},
|
|
125
|
+
coingecko_id: 'astroport-fi'
|
|
124
126
|
},
|
|
125
127
|
{
|
|
126
128
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -1138,7 +1140,8 @@ const info = {
|
|
|
1138
1140
|
logo_URIs: {
|
|
1139
1141
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1140
1142
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1141
|
-
}
|
|
1143
|
+
},
|
|
1144
|
+
coingecko_id: 'tether'
|
|
1142
1145
|
},
|
|
1143
1146
|
{
|
|
1144
1147
|
description: 'ATOM-LUNA liquidity pool token on URA',
|
|
@@ -1280,7 +1283,8 @@ const info = {
|
|
|
1280
1283
|
}
|
|
1281
1284
|
}, {
|
|
1282
1285
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
1283
|
-
}]
|
|
1286
|
+
}],
|
|
1287
|
+
coingecko_id: 'usd-coin'
|
|
1284
1288
|
},
|
|
1285
1289
|
{
|
|
1286
1290
|
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
@@ -1324,7 +1328,8 @@ const info = {
|
|
|
1324
1328
|
socials: {
|
|
1325
1329
|
website: 'https://www.cryptodungeon.org',
|
|
1326
1330
|
twitter: 'https://twitter.com/cryptodungeonma'
|
|
1327
|
-
}
|
|
1331
|
+
},
|
|
1332
|
+
coingecko_id: 'dragon-coin-2'
|
|
1328
1333
|
},
|
|
1329
1334
|
{
|
|
1330
1335
|
description: 'The native token of Migaloo Chain',
|
package/mainnet/titan/assets.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.128",
|
|
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,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
32
|
+
"@chain-registry/utils": "^1.51.76",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.76"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "98753fffbbe6683383e0f3d83c9f66f2c5ca6f14"
|
|
47
47
|
}
|
|
@@ -50,7 +50,8 @@ const info = {
|
|
|
50
50
|
website: 'https://archway.io/',
|
|
51
51
|
twitter: 'https://twitter.com/archwayHQ'
|
|
52
52
|
},
|
|
53
|
-
type_asset: 'sdk.coin'
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
54
|
+
coingecko_id: 'archway'
|
|
54
55
|
}, {
|
|
55
56
|
description: 'Wrapped CONST (Archway Testnet token)',
|
|
56
57
|
type_asset: 'cw20',
|
|
@@ -44,7 +44,8 @@ const info = {
|
|
|
44
44
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.png',
|
|
45
45
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dydx/images/dydx.svg'
|
|
46
46
|
},
|
|
47
|
-
type_asset: 'sdk.coin'
|
|
47
|
+
type_asset: 'sdk.coin',
|
|
48
|
+
coingecko_id: 'dydx-chain'
|
|
48
49
|
}]
|
|
49
50
|
};
|
|
50
51
|
exports.default = info;
|
|
@@ -39,7 +39,8 @@ const info = {
|
|
|
39
39
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
|
|
40
40
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
|
|
41
41
|
},
|
|
42
|
-
type_asset: 'sdk.coin'
|
|
42
|
+
type_asset: 'sdk.coin',
|
|
43
|
+
coingecko_id: 'ixo'
|
|
43
44
|
}]
|
|
44
45
|
};
|
|
45
46
|
exports.default = info;
|
|
@@ -87,7 +87,8 @@ const info = {
|
|
|
87
87
|
logo_URIs: {
|
|
88
88
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
89
89
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
90
|
-
}
|
|
90
|
+
},
|
|
91
|
+
coingecko_id: 'osmosis'
|
|
91
92
|
},
|
|
92
93
|
{
|
|
93
94
|
description: 'asdasdasd',
|