@chain-registry/assets 1.64.10 → 1.64.12
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/assets.js +2 -1
- package/esm/mainnet/aura.js +16 -2
- package/esm/mainnet/axelar.js +74 -0
- package/esm/mainnet/celestia.js +16 -2
- package/esm/mainnet/coreum.js +16 -2
- package/esm/mainnet/cosmoshub.js +90 -2
- package/esm/mainnet/cronos.js +16 -2
- package/esm/mainnet/dydx.js +16 -2
- package/esm/mainnet/dymension.js +16 -2
- package/esm/mainnet/evmos.js +16 -2
- package/esm/mainnet/haqq.js +16 -2
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +16 -2
- package/esm/mainnet/kujira.js +16 -2
- package/esm/mainnet/migaloo.js +16 -2
- package/esm/mainnet/neutron.js +16 -2
- package/esm/mainnet/onex.js +16 -2
- package/esm/mainnet/osmosis.js +13943 -645
- package/esm/mainnet/persistence.js +16 -2
- package/esm/mainnet/sei.js +16 -2
- package/esm/mainnet/self.js +326 -0
- package/esm/mainnet/terra2.js +16 -2
- package/esm/mainnet/umee.js +16 -2
- package/esm/testnet/elystestnet.js +68 -0
- package/esm/testnet/mantrachaintestnet.js +68 -0
- package/esm/testnet/osmosistestnet.js +68 -0
- package/esm/testnet/osmosistestnet4.js +68 -0
- package/esm/testnet/xiontestnet.js +68 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/aura.js +16 -2
- package/mainnet/axelar.js +74 -0
- package/mainnet/celestia.js +16 -2
- package/mainnet/coreum.js +16 -2
- package/mainnet/cosmoshub.js +90 -2
- package/mainnet/cronos.js +16 -2
- package/mainnet/dydx.js +16 -2
- package/mainnet/dymension.js +16 -2
- package/mainnet/evmos.js +16 -2
- package/mainnet/haqq.js +16 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/injective.js +16 -2
- package/mainnet/kujira.js +16 -2
- package/mainnet/migaloo.js +16 -2
- package/mainnet/neutron.js +16 -2
- package/mainnet/onex.js +16 -2
- package/mainnet/osmosis.js +13943 -645
- package/mainnet/persistence.js +16 -2
- package/mainnet/sei.js +16 -2
- package/mainnet/self.d.ts +3 -0
- package/mainnet/self.js +328 -0
- package/mainnet/terra2.js +16 -2
- package/mainnet/umee.js +16 -2
- package/package.json +5 -5
- package/testnet/elystestnet.js +68 -0
- package/testnet/mantrachaintestnet.js +68 -0
- package/testnet/osmosistestnet.js +68 -0
- package/testnet/osmosistestnet4.js +68 -0
- package/testnet/xiontestnet.js +68 -0
|
@@ -640,6 +640,40 @@ const assets = {
|
|
|
640
640
|
}
|
|
641
641
|
}]
|
|
642
642
|
},
|
|
643
|
+
{
|
|
644
|
+
description: 'Ondo US Dollar Yield',
|
|
645
|
+
denom_units: [{
|
|
646
|
+
denom: 'ibc/1A0B3E71D4DECB10DBCD327EF8D8EF5E87580898A2A3D9D6ACB1DF2BFD127063',
|
|
647
|
+
exponent: 0,
|
|
648
|
+
aliases: ['ausdy']
|
|
649
|
+
}, {
|
|
650
|
+
denom: 'usdy',
|
|
651
|
+
exponent: 18
|
|
652
|
+
}],
|
|
653
|
+
base: 'ibc/1A0B3E71D4DECB10DBCD327EF8D8EF5E87580898A2A3D9D6ACB1DF2BFD127063',
|
|
654
|
+
display: 'usdy',
|
|
655
|
+
name: 'Ondo US Dollar Yield',
|
|
656
|
+
symbol: 'USDY',
|
|
657
|
+
logo_URIs: {
|
|
658
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
659
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
660
|
+
},
|
|
661
|
+
images: [{
|
|
662
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
663
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
664
|
+
}],
|
|
665
|
+
traces: [{
|
|
666
|
+
type: 'ibc',
|
|
667
|
+
counterparty: {
|
|
668
|
+
channel_id: 'channel-22',
|
|
669
|
+
base_denom: 'ausdy',
|
|
670
|
+
chain_name: 'nobletestnet'
|
|
671
|
+
},
|
|
672
|
+
chain: {
|
|
673
|
+
channel_id: 'channel-4280'
|
|
674
|
+
}
|
|
675
|
+
}]
|
|
676
|
+
},
|
|
643
677
|
{
|
|
644
678
|
description: 'The native token of Nolus chain',
|
|
645
679
|
denom_units: [{
|
|
@@ -1313,6 +1347,40 @@ const assets = {
|
|
|
1313
1347
|
}
|
|
1314
1348
|
}]
|
|
1315
1349
|
},
|
|
1350
|
+
{
|
|
1351
|
+
description: 'Ondo US Dollar Yield',
|
|
1352
|
+
denom_units: [{
|
|
1353
|
+
denom: 'ibc/1A0B3E71D4DECB10DBCD327EF8D8EF5E87580898A2A3D9D6ACB1DF2BFD127063',
|
|
1354
|
+
exponent: 0,
|
|
1355
|
+
aliases: ['ausdy']
|
|
1356
|
+
}, {
|
|
1357
|
+
denom: 'usdy',
|
|
1358
|
+
exponent: 18
|
|
1359
|
+
}],
|
|
1360
|
+
base: 'ibc/1A0B3E71D4DECB10DBCD327EF8D8EF5E87580898A2A3D9D6ACB1DF2BFD127063',
|
|
1361
|
+
display: 'usdy',
|
|
1362
|
+
name: 'Ondo US Dollar Yield',
|
|
1363
|
+
symbol: 'USDY',
|
|
1364
|
+
logo_URIs: {
|
|
1365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
1366
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
1367
|
+
},
|
|
1368
|
+
images: [{
|
|
1369
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
1370
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
1371
|
+
}],
|
|
1372
|
+
traces: [{
|
|
1373
|
+
type: 'ibc',
|
|
1374
|
+
counterparty: {
|
|
1375
|
+
channel_id: 'channel-22',
|
|
1376
|
+
base_denom: 'ausdy',
|
|
1377
|
+
chain_name: 'nobletestnet'
|
|
1378
|
+
},
|
|
1379
|
+
chain: {
|
|
1380
|
+
channel_id: 'channel-4280'
|
|
1381
|
+
}
|
|
1382
|
+
}]
|
|
1383
|
+
},
|
|
1316
1384
|
{
|
|
1317
1385
|
description: 'The native token of Nolus chain',
|
|
1318
1386
|
denom_units: [{
|
|
@@ -157,6 +157,40 @@ const assets = {
|
|
|
157
157
|
}
|
|
158
158
|
}]
|
|
159
159
|
},
|
|
160
|
+
{
|
|
161
|
+
description: 'Ondo US Dollar Yield',
|
|
162
|
+
denom_units: [{
|
|
163
|
+
denom: 'ibc/326B3FC7A460DFB515E427F355E20A3C67DF8EBC20C06EEB1245B663D11EB660',
|
|
164
|
+
exponent: 0,
|
|
165
|
+
aliases: ['ausdy']
|
|
166
|
+
}, {
|
|
167
|
+
denom: 'usdy',
|
|
168
|
+
exponent: 18
|
|
169
|
+
}],
|
|
170
|
+
base: 'ibc/326B3FC7A460DFB515E427F355E20A3C67DF8EBC20C06EEB1245B663D11EB660',
|
|
171
|
+
display: 'usdy',
|
|
172
|
+
name: 'Ondo US Dollar Yield',
|
|
173
|
+
symbol: 'USDY',
|
|
174
|
+
logo_URIs: {
|
|
175
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
176
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
177
|
+
},
|
|
178
|
+
images: [{
|
|
179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
181
|
+
}],
|
|
182
|
+
traces: [{
|
|
183
|
+
type: 'ibc',
|
|
184
|
+
counterparty: {
|
|
185
|
+
channel_id: 'channel-4',
|
|
186
|
+
base_denom: 'ausdy',
|
|
187
|
+
chain_name: 'nobletestnet'
|
|
188
|
+
},
|
|
189
|
+
chain: {
|
|
190
|
+
channel_id: 'channel-3651'
|
|
191
|
+
}
|
|
192
|
+
}]
|
|
193
|
+
},
|
|
160
194
|
{
|
|
161
195
|
description: 'The native token of Axelar',
|
|
162
196
|
denom_units: [{
|
|
@@ -312,6 +346,40 @@ const assets = {
|
|
|
312
346
|
channel_id: 'channel-3651'
|
|
313
347
|
}
|
|
314
348
|
}]
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
description: 'Ondo US Dollar Yield',
|
|
352
|
+
denom_units: [{
|
|
353
|
+
denom: 'ibc/326B3FC7A460DFB515E427F355E20A3C67DF8EBC20C06EEB1245B663D11EB660',
|
|
354
|
+
exponent: 0,
|
|
355
|
+
aliases: ['ausdy']
|
|
356
|
+
}, {
|
|
357
|
+
denom: 'usdy',
|
|
358
|
+
exponent: 18
|
|
359
|
+
}],
|
|
360
|
+
base: 'ibc/326B3FC7A460DFB515E427F355E20A3C67DF8EBC20C06EEB1245B663D11EB660',
|
|
361
|
+
display: 'usdy',
|
|
362
|
+
name: 'Ondo US Dollar Yield',
|
|
363
|
+
symbol: 'USDY',
|
|
364
|
+
logo_URIs: {
|
|
365
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
366
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
367
|
+
},
|
|
368
|
+
images: [{
|
|
369
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
370
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
371
|
+
}],
|
|
372
|
+
traces: [{
|
|
373
|
+
type: 'ibc',
|
|
374
|
+
counterparty: {
|
|
375
|
+
channel_id: 'channel-4',
|
|
376
|
+
base_denom: 'ausdy',
|
|
377
|
+
chain_name: 'nobletestnet'
|
|
378
|
+
},
|
|
379
|
+
chain: {
|
|
380
|
+
channel_id: 'channel-3651'
|
|
381
|
+
}
|
|
382
|
+
}]
|
|
315
383
|
}
|
|
316
384
|
]
|
|
317
385
|
};
|
|
@@ -123,6 +123,40 @@ const assets = {
|
|
|
123
123
|
}
|
|
124
124
|
}]
|
|
125
125
|
},
|
|
126
|
+
{
|
|
127
|
+
description: 'Ondo US Dollar Yield',
|
|
128
|
+
denom_units: [{
|
|
129
|
+
denom: 'ibc/A8A749F55FBD297CA013B5B1A7524E39244C2B7B95331603E3E9D801B7DCC23D',
|
|
130
|
+
exponent: 0,
|
|
131
|
+
aliases: ['ausdy']
|
|
132
|
+
}, {
|
|
133
|
+
denom: 'usdy',
|
|
134
|
+
exponent: 18
|
|
135
|
+
}],
|
|
136
|
+
base: 'ibc/A8A749F55FBD297CA013B5B1A7524E39244C2B7B95331603E3E9D801B7DCC23D',
|
|
137
|
+
display: 'usdy',
|
|
138
|
+
name: 'Ondo US Dollar Yield',
|
|
139
|
+
symbol: 'USDY',
|
|
140
|
+
logo_URIs: {
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
143
|
+
},
|
|
144
|
+
images: [{
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
146
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
147
|
+
}],
|
|
148
|
+
traces: [{
|
|
149
|
+
type: 'ibc',
|
|
150
|
+
counterparty: {
|
|
151
|
+
channel_id: 'channel-147',
|
|
152
|
+
base_denom: 'ausdy',
|
|
153
|
+
chain_name: 'nobletestnet'
|
|
154
|
+
},
|
|
155
|
+
chain: {
|
|
156
|
+
channel_id: 'channel-489'
|
|
157
|
+
}
|
|
158
|
+
}]
|
|
159
|
+
},
|
|
126
160
|
{
|
|
127
161
|
description: 'The native token of Osmosis',
|
|
128
162
|
denom_units: [{
|
|
@@ -319,6 +353,40 @@ const assets = {
|
|
|
319
353
|
}
|
|
320
354
|
}]
|
|
321
355
|
},
|
|
356
|
+
{
|
|
357
|
+
description: 'Ondo US Dollar Yield',
|
|
358
|
+
denom_units: [{
|
|
359
|
+
denom: 'ibc/A8A749F55FBD297CA013B5B1A7524E39244C2B7B95331603E3E9D801B7DCC23D',
|
|
360
|
+
exponent: 0,
|
|
361
|
+
aliases: ['ausdy']
|
|
362
|
+
}, {
|
|
363
|
+
denom: 'usdy',
|
|
364
|
+
exponent: 18
|
|
365
|
+
}],
|
|
366
|
+
base: 'ibc/A8A749F55FBD297CA013B5B1A7524E39244C2B7B95331603E3E9D801B7DCC23D',
|
|
367
|
+
display: 'usdy',
|
|
368
|
+
name: 'Ondo US Dollar Yield',
|
|
369
|
+
symbol: 'USDY',
|
|
370
|
+
logo_URIs: {
|
|
371
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
372
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
373
|
+
},
|
|
374
|
+
images: [{
|
|
375
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.png',
|
|
376
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdy.svg'
|
|
377
|
+
}],
|
|
378
|
+
traces: [{
|
|
379
|
+
type: 'ibc',
|
|
380
|
+
counterparty: {
|
|
381
|
+
channel_id: 'channel-147',
|
|
382
|
+
base_denom: 'ausdy',
|
|
383
|
+
chain_name: 'nobletestnet'
|
|
384
|
+
},
|
|
385
|
+
chain: {
|
|
386
|
+
channel_id: 'channel-489'
|
|
387
|
+
}
|
|
388
|
+
}]
|
|
389
|
+
},
|
|
322
390
|
{
|
|
323
391
|
description: 'The native token of Osmosis',
|
|
324
392
|
denom_units: [{
|
package/mainnet/assets.js
CHANGED
|
@@ -116,6 +116,7 @@ const scorum_1 = __importDefault(require("./scorum"));
|
|
|
116
116
|
const secretnetwork_1 = __importDefault(require("./secretnetwork"));
|
|
117
117
|
const seda_1 = __importDefault(require("./seda"));
|
|
118
118
|
const sei_1 = __importDefault(require("./sei"));
|
|
119
|
+
const self_1 = __importDefault(require("./self"));
|
|
119
120
|
const sentinel_1 = __importDefault(require("./sentinel"));
|
|
120
121
|
const sge_1 = __importDefault(require("./sge"));
|
|
121
122
|
const shareledger_1 = __importDefault(require("./shareledger"));
|
|
@@ -137,5 +138,5 @@ const unification_1 = __importDefault(require("./unification"));
|
|
|
137
138
|
const uptick_1 = __importDefault(require("./uptick"));
|
|
138
139
|
const vidulum_1 = __importDefault(require("./vidulum"));
|
|
139
140
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
140
|
-
const assets = [_8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
|
|
141
|
+
const assets = [_8ball_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkh_1.default, assetmantle_1.default, aura_1.default, axelar_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, cerberus_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, cudos_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, dig_1.default, doravota_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, injective_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, konstellation_1.default, kujira_1.default, kyve_1.default, lambda_1.default, likecoin_1.default, lumenx_1.default, lumnetwork_1.default, mars_1.default, medasdigital_1.default, meme_1.default, microtick_1.default, migaloo_1.default, neutron_1.default, nibiru_1.default, nim_1.default, noble_1.default, nois_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stride_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, umee_1.default, unification_1.default, uptick_1.default, vidulum_1.default, xpla_1.default];
|
|
141
142
|
exports.default = assets;
|
package/mainnet/aura.js
CHANGED
|
@@ -255,9 +255,16 @@ const assets = {
|
|
|
255
255
|
chain_name: 'ethereum',
|
|
256
256
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
257
257
|
},
|
|
258
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
258
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
259
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
260
|
+
theme: {
|
|
261
|
+
circle: true,
|
|
262
|
+
primary_color_hex: '#009393',
|
|
263
|
+
background_color_hex: '#009393'
|
|
264
|
+
}
|
|
259
265
|
}],
|
|
260
266
|
logo_URIs: {
|
|
267
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
261
268
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
262
269
|
}
|
|
263
270
|
},
|
|
@@ -776,9 +783,16 @@ const assets = {
|
|
|
776
783
|
chain_name: 'ethereum',
|
|
777
784
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
778
785
|
},
|
|
779
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
786
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
787
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
788
|
+
theme: {
|
|
789
|
+
circle: true,
|
|
790
|
+
primary_color_hex: '#009393',
|
|
791
|
+
background_color_hex: '#009393'
|
|
792
|
+
}
|
|
780
793
|
}],
|
|
781
794
|
logo_URIs: {
|
|
795
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
782
796
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
783
797
|
}
|
|
784
798
|
},
|
package/mainnet/axelar.js
CHANGED
|
@@ -2282,6 +2282,43 @@ const assets = {
|
|
|
2282
2282
|
}
|
|
2283
2283
|
}]
|
|
2284
2284
|
},
|
|
2285
|
+
{
|
|
2286
|
+
description: 'The native staking token of Self Chain.',
|
|
2287
|
+
denom_units: [{
|
|
2288
|
+
denom: 'ibc/A3F82E2FAA04727360424B2A7F40FCBA8880E4278F1A5D3DFA4218AF9B0CF7A1',
|
|
2289
|
+
exponent: 0,
|
|
2290
|
+
aliases: ['uslf']
|
|
2291
|
+
}, {
|
|
2292
|
+
denom: 'slf',
|
|
2293
|
+
exponent: 6
|
|
2294
|
+
}],
|
|
2295
|
+
base: 'ibc/A3F82E2FAA04727360424B2A7F40FCBA8880E4278F1A5D3DFA4218AF9B0CF7A1',
|
|
2296
|
+
name: 'Self',
|
|
2297
|
+
display: 'slf',
|
|
2298
|
+
symbol: 'SLF',
|
|
2299
|
+
logo_URIs: {
|
|
2300
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
2301
|
+
},
|
|
2302
|
+
coingecko_id: 'self-chain',
|
|
2303
|
+
images: [{
|
|
2304
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
2305
|
+
}],
|
|
2306
|
+
socials: {
|
|
2307
|
+
website: 'https://selfchain.xyz',
|
|
2308
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
2309
|
+
},
|
|
2310
|
+
traces: [{
|
|
2311
|
+
type: 'ibc',
|
|
2312
|
+
counterparty: {
|
|
2313
|
+
channel_id: 'channel-1',
|
|
2314
|
+
base_denom: 'uslf',
|
|
2315
|
+
chain_name: 'self'
|
|
2316
|
+
},
|
|
2317
|
+
chain: {
|
|
2318
|
+
channel_id: 'channel-157'
|
|
2319
|
+
}
|
|
2320
|
+
}]
|
|
2321
|
+
},
|
|
2285
2322
|
{
|
|
2286
2323
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
2287
2324
|
denom_units: [{
|
|
@@ -4226,6 +4263,43 @@ const assets = {
|
|
|
4226
4263
|
}
|
|
4227
4264
|
}]
|
|
4228
4265
|
},
|
|
4266
|
+
{
|
|
4267
|
+
description: 'The native staking token of Self Chain.',
|
|
4268
|
+
denom_units: [{
|
|
4269
|
+
denom: 'ibc/A3F82E2FAA04727360424B2A7F40FCBA8880E4278F1A5D3DFA4218AF9B0CF7A1',
|
|
4270
|
+
exponent: 0,
|
|
4271
|
+
aliases: ['uslf']
|
|
4272
|
+
}, {
|
|
4273
|
+
denom: 'slf',
|
|
4274
|
+
exponent: 6
|
|
4275
|
+
}],
|
|
4276
|
+
base: 'ibc/A3F82E2FAA04727360424B2A7F40FCBA8880E4278F1A5D3DFA4218AF9B0CF7A1',
|
|
4277
|
+
name: 'Self',
|
|
4278
|
+
display: 'slf',
|
|
4279
|
+
symbol: 'SLF',
|
|
4280
|
+
logo_URIs: {
|
|
4281
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
4282
|
+
},
|
|
4283
|
+
coingecko_id: 'self-chain',
|
|
4284
|
+
images: [{
|
|
4285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
4286
|
+
}],
|
|
4287
|
+
socials: {
|
|
4288
|
+
website: 'https://selfchain.xyz',
|
|
4289
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
4290
|
+
},
|
|
4291
|
+
traces: [{
|
|
4292
|
+
type: 'ibc',
|
|
4293
|
+
counterparty: {
|
|
4294
|
+
channel_id: 'channel-1',
|
|
4295
|
+
base_denom: 'uslf',
|
|
4296
|
+
chain_name: 'self'
|
|
4297
|
+
},
|
|
4298
|
+
chain: {
|
|
4299
|
+
channel_id: 'channel-157'
|
|
4300
|
+
}
|
|
4301
|
+
}]
|
|
4302
|
+
},
|
|
4229
4303
|
{
|
|
4230
4304
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
4231
4305
|
denom_units: [{
|
package/mainnet/celestia.js
CHANGED
|
@@ -692,9 +692,16 @@ const assets = {
|
|
|
692
692
|
chain_name: 'ethereum',
|
|
693
693
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
694
694
|
},
|
|
695
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
695
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
697
|
+
theme: {
|
|
698
|
+
circle: true,
|
|
699
|
+
primary_color_hex: '#009393',
|
|
700
|
+
background_color_hex: '#009393'
|
|
701
|
+
}
|
|
696
702
|
}],
|
|
697
703
|
logo_URIs: {
|
|
704
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
698
705
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
699
706
|
}
|
|
700
707
|
},
|
|
@@ -1751,9 +1758,16 @@ const assets = {
|
|
|
1751
1758
|
chain_name: 'ethereum',
|
|
1752
1759
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1753
1760
|
},
|
|
1754
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1761
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1762
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1763
|
+
theme: {
|
|
1764
|
+
circle: true,
|
|
1765
|
+
primary_color_hex: '#009393',
|
|
1766
|
+
background_color_hex: '#009393'
|
|
1767
|
+
}
|
|
1755
1768
|
}],
|
|
1756
1769
|
logo_URIs: {
|
|
1770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1757
1771
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1758
1772
|
}
|
|
1759
1773
|
},
|
package/mainnet/coreum.js
CHANGED
|
@@ -638,9 +638,16 @@ const assets = {
|
|
|
638
638
|
chain_name: 'ethereum',
|
|
639
639
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
640
640
|
},
|
|
641
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
641
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
642
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
643
|
+
theme: {
|
|
644
|
+
circle: true,
|
|
645
|
+
primary_color_hex: '#009393',
|
|
646
|
+
background_color_hex: '#009393'
|
|
647
|
+
}
|
|
642
648
|
}],
|
|
643
649
|
logo_URIs: {
|
|
650
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
644
651
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
645
652
|
}
|
|
646
653
|
},
|
|
@@ -1385,9 +1392,16 @@ const assets = {
|
|
|
1385
1392
|
chain_name: 'ethereum',
|
|
1386
1393
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
1387
1394
|
},
|
|
1388
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1395
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
1396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1397
|
+
theme: {
|
|
1398
|
+
circle: true,
|
|
1399
|
+
primary_color_hex: '#009393',
|
|
1400
|
+
background_color_hex: '#009393'
|
|
1401
|
+
}
|
|
1389
1402
|
}],
|
|
1390
1403
|
logo_URIs: {
|
|
1404
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
1391
1405
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
1392
1406
|
}
|
|
1393
1407
|
},
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -2542,9 +2542,16 @@ const assets = {
|
|
|
2542
2542
|
chain_name: 'ethereum',
|
|
2543
2543
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
2544
2544
|
},
|
|
2545
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2545
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
2546
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2547
|
+
theme: {
|
|
2548
|
+
circle: true,
|
|
2549
|
+
primary_color_hex: '#009393',
|
|
2550
|
+
background_color_hex: '#009393'
|
|
2551
|
+
}
|
|
2546
2552
|
}],
|
|
2547
2553
|
logo_URIs: {
|
|
2554
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
2548
2555
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
2549
2556
|
}
|
|
2550
2557
|
},
|
|
@@ -3588,6 +3595,43 @@ const assets = {
|
|
|
3588
3595
|
}
|
|
3589
3596
|
}]
|
|
3590
3597
|
},
|
|
3598
|
+
{
|
|
3599
|
+
description: 'The native staking token of Self Chain.',
|
|
3600
|
+
denom_units: [{
|
|
3601
|
+
denom: 'ibc/07C1552AD0D5C8FE63F7E9AAD52E0488D5A9C2D2F49C0D9A0EFF940F5034C8FC',
|
|
3602
|
+
exponent: 0,
|
|
3603
|
+
aliases: ['uslf']
|
|
3604
|
+
}, {
|
|
3605
|
+
denom: 'slf',
|
|
3606
|
+
exponent: 6
|
|
3607
|
+
}],
|
|
3608
|
+
base: 'ibc/07C1552AD0D5C8FE63F7E9AAD52E0488D5A9C2D2F49C0D9A0EFF940F5034C8FC',
|
|
3609
|
+
name: 'Self',
|
|
3610
|
+
display: 'slf',
|
|
3611
|
+
symbol: 'SLF',
|
|
3612
|
+
logo_URIs: {
|
|
3613
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
3614
|
+
},
|
|
3615
|
+
coingecko_id: 'self-chain',
|
|
3616
|
+
images: [{
|
|
3617
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
3618
|
+
}],
|
|
3619
|
+
socials: {
|
|
3620
|
+
website: 'https://selfchain.xyz',
|
|
3621
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
3622
|
+
},
|
|
3623
|
+
traces: [{
|
|
3624
|
+
type: 'ibc',
|
|
3625
|
+
counterparty: {
|
|
3626
|
+
channel_id: 'channel-0',
|
|
3627
|
+
base_denom: 'uslf',
|
|
3628
|
+
chain_name: 'self'
|
|
3629
|
+
},
|
|
3630
|
+
chain: {
|
|
3631
|
+
channel_id: 'channel-892'
|
|
3632
|
+
}
|
|
3633
|
+
}]
|
|
3634
|
+
},
|
|
3591
3635
|
{
|
|
3592
3636
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
3593
3637
|
denom_units: [{
|
|
@@ -5166,9 +5210,16 @@ const assets = {
|
|
|
5166
5210
|
chain_name: 'ethereum',
|
|
5167
5211
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
5168
5212
|
},
|
|
5169
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
5213
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
5214
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
5215
|
+
theme: {
|
|
5216
|
+
circle: true,
|
|
5217
|
+
primary_color_hex: '#009393',
|
|
5218
|
+
background_color_hex: '#009393'
|
|
5219
|
+
}
|
|
5170
5220
|
}],
|
|
5171
5221
|
logo_URIs: {
|
|
5222
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
5172
5223
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
5173
5224
|
}
|
|
5174
5225
|
},
|
|
@@ -6212,6 +6263,43 @@ const assets = {
|
|
|
6212
6263
|
}
|
|
6213
6264
|
}]
|
|
6214
6265
|
},
|
|
6266
|
+
{
|
|
6267
|
+
description: 'The native staking token of Self Chain.',
|
|
6268
|
+
denom_units: [{
|
|
6269
|
+
denom: 'ibc/07C1552AD0D5C8FE63F7E9AAD52E0488D5A9C2D2F49C0D9A0EFF940F5034C8FC',
|
|
6270
|
+
exponent: 0,
|
|
6271
|
+
aliases: ['uslf']
|
|
6272
|
+
}, {
|
|
6273
|
+
denom: 'slf',
|
|
6274
|
+
exponent: 6
|
|
6275
|
+
}],
|
|
6276
|
+
base: 'ibc/07C1552AD0D5C8FE63F7E9AAD52E0488D5A9C2D2F49C0D9A0EFF940F5034C8FC',
|
|
6277
|
+
name: 'Self',
|
|
6278
|
+
display: 'slf',
|
|
6279
|
+
symbol: 'SLF',
|
|
6280
|
+
logo_URIs: {
|
|
6281
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
6282
|
+
},
|
|
6283
|
+
coingecko_id: 'self-chain',
|
|
6284
|
+
images: [{
|
|
6285
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/self/images/self.png'
|
|
6286
|
+
}],
|
|
6287
|
+
socials: {
|
|
6288
|
+
website: 'https://selfchain.xyz',
|
|
6289
|
+
twitter: 'https://x.com/selfchainxyz'
|
|
6290
|
+
},
|
|
6291
|
+
traces: [{
|
|
6292
|
+
type: 'ibc',
|
|
6293
|
+
counterparty: {
|
|
6294
|
+
channel_id: 'channel-0',
|
|
6295
|
+
base_denom: 'uslf',
|
|
6296
|
+
chain_name: 'self'
|
|
6297
|
+
},
|
|
6298
|
+
chain: {
|
|
6299
|
+
channel_id: 'channel-892'
|
|
6300
|
+
}
|
|
6301
|
+
}]
|
|
6302
|
+
},
|
|
6215
6303
|
{
|
|
6216
6304
|
description: 'DVPN is the native token of the Sentinel Hub.',
|
|
6217
6305
|
denom_units: [{
|
package/mainnet/cronos.js
CHANGED
|
@@ -177,9 +177,16 @@ const assets = {
|
|
|
177
177
|
chain_name: 'ethereum',
|
|
178
178
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
179
179
|
},
|
|
180
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
180
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
181
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
182
|
+
theme: {
|
|
183
|
+
circle: true,
|
|
184
|
+
primary_color_hex: '#009393',
|
|
185
|
+
background_color_hex: '#009393'
|
|
186
|
+
}
|
|
181
187
|
}],
|
|
182
188
|
logo_URIs: {
|
|
189
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
183
190
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
184
191
|
}
|
|
185
192
|
},
|
|
@@ -357,9 +364,16 @@ const assets = {
|
|
|
357
364
|
chain_name: 'ethereum',
|
|
358
365
|
base_denom: '0xdac17f958d2ee523a2206206994597c13d831ec7'
|
|
359
366
|
},
|
|
360
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
367
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg',
|
|
368
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
369
|
+
theme: {
|
|
370
|
+
circle: true,
|
|
371
|
+
primary_color_hex: '#009393',
|
|
372
|
+
background_color_hex: '#009393'
|
|
373
|
+
}
|
|
361
374
|
}],
|
|
362
375
|
logo_URIs: {
|
|
376
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.png',
|
|
363
377
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdt.svg'
|
|
364
378
|
}
|
|
365
379
|
}
|