@chain-registry/assets 1.51.0 → 1.52.1
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/agoric.js +68 -0
- package/esm/mainnet/archway.js +68 -0
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/aura.js +68 -0
- package/esm/mainnet/axelar.js +104 -2
- package/esm/mainnet/bandchain.js +4 -2
- package/esm/mainnet/celestia.js +68 -0
- package/esm/mainnet/composable.js +364 -0
- package/esm/mainnet/coreum.js +68 -0
- package/esm/mainnet/cosmoshub.js +140 -2
- package/esm/mainnet/crescent.js +68 -0
- package/esm/mainnet/doravota.js +4 -2
- package/esm/mainnet/dydx.js +72 -2
- package/esm/mainnet/dymension.js +68 -0
- package/esm/mainnet/evmos.js +72 -2
- package/esm/mainnet/furya.js +68 -0
- package/esm/mainnet/gravitybridge.js +4 -2
- package/esm/mainnet/haqq.js +68 -0
- package/esm/mainnet/impacthub.js +68 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +136 -0
- package/esm/mainnet/juno.js +338 -0
- package/esm/mainnet/kava.js +4 -2
- package/esm/mainnet/kujira.js +72 -2
- package/esm/mainnet/migaloo.js +68 -0
- package/esm/mainnet/neutron.js +214 -0
- package/esm/mainnet/nibiru.js +68 -0
- package/esm/mainnet/noble.js +72 -2
- package/esm/mainnet/omniflixhub.js +68 -0
- package/esm/mainnet/onex.js +68 -0
- package/esm/mainnet/osmosis.js +148 -2
- package/esm/mainnet/persistence.js +68 -0
- package/esm/mainnet/provenance.js +68 -0
- package/esm/mainnet/pryzm.js +1084 -0
- package/esm/mainnet/saga.js +78 -0
- package/esm/mainnet/secretnetwork.js +72 -2
- package/esm/mainnet/sei.js +68 -0
- package/esm/mainnet/stargaze.js +68 -0
- package/esm/mainnet/teritori.js +68 -0
- package/esm/mainnet/terra2.js +136 -0
- package/esm/mainnet/umee.js +68 -0
- package/esm/noncosmos/assets.js +2 -1
- package/esm/noncosmos/index.js +1 -0
- package/esm/noncosmos/solana.js +5 -0
- package/mainnet/agoric.js +68 -0
- package/mainnet/archway.js +68 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/aura.js +68 -0
- package/mainnet/axelar.js +104 -2
- package/mainnet/bandchain.js +4 -2
- package/mainnet/celestia.js +68 -0
- package/mainnet/composable.js +364 -0
- package/mainnet/coreum.js +68 -0
- package/mainnet/cosmoshub.js +140 -2
- package/mainnet/crescent.js +68 -0
- package/mainnet/doravota.js +4 -2
- package/mainnet/dydx.js +72 -2
- package/mainnet/dymension.js +68 -0
- package/mainnet/evmos.js +72 -2
- package/mainnet/furya.js +68 -0
- package/mainnet/gravitybridge.js +4 -2
- package/mainnet/haqq.js +68 -0
- package/mainnet/impacthub.js +68 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +3 -2
- package/mainnet/injective.js +136 -0
- package/mainnet/juno.js +338 -0
- package/mainnet/kava.js +4 -2
- package/mainnet/kujira.js +72 -2
- package/mainnet/migaloo.js +68 -0
- package/mainnet/neutron.js +214 -0
- package/mainnet/nibiru.js +68 -0
- package/mainnet/noble.js +72 -2
- package/mainnet/omniflixhub.js +68 -0
- package/mainnet/onex.js +68 -0
- package/mainnet/osmosis.js +148 -2
- package/mainnet/persistence.js +68 -0
- package/mainnet/provenance.js +68 -0
- package/mainnet/pryzm.d.ts +3 -0
- package/mainnet/pryzm.js +1086 -0
- package/mainnet/saga.js +78 -0
- package/mainnet/secretnetwork.js +72 -2
- package/mainnet/sei.js +68 -0
- package/mainnet/stargaze.js +68 -0
- package/mainnet/teritori.js +68 -0
- package/mainnet/terra2.js +136 -0
- package/mainnet/umee.js +68 -0
- package/noncosmos/assets.js +2 -1
- package/noncosmos/index.d.ts +1 -0
- package/noncosmos/index.js +2 -1
- package/noncosmos/solana.d.ts +3 -0
- package/noncosmos/solana.js +7 -0
- package/package.json +5 -5
package/mainnet/saga.js
CHANGED
|
@@ -3,6 +3,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'saga',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Axelar',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/24F4EF610106DB0CE7D325020028FBB32A21F3E639A26F6DA06B1EBA9DE396EA',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/24F4EF610106DB0CE7D325020028FBB32A21F3E639A26F6DA06B1EBA9DE396EA',
|
|
17
|
+
name: 'Axelar',
|
|
18
|
+
display: 'axl',
|
|
19
|
+
symbol: 'AXL',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'axelar',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://axelar.network/',
|
|
31
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
32
|
+
},
|
|
33
|
+
traces: [{
|
|
34
|
+
type: 'ibc',
|
|
35
|
+
counterparty: {
|
|
36
|
+
channel_id: 'channel-146',
|
|
37
|
+
base_denom: 'uaxl',
|
|
38
|
+
chain_name: 'axelar'
|
|
39
|
+
},
|
|
40
|
+
chain: {
|
|
41
|
+
channel_id: 'channel-24'
|
|
42
|
+
}
|
|
43
|
+
}]
|
|
44
|
+
},
|
|
6
45
|
{
|
|
7
46
|
description: 'The native token of Neutron chain.',
|
|
8
47
|
denom_units: [{
|
|
@@ -220,6 +259,45 @@ const assets = {
|
|
|
220
259
|
}
|
|
221
260
|
}]
|
|
222
261
|
},
|
|
262
|
+
{
|
|
263
|
+
description: 'The native token of Axelar',
|
|
264
|
+
denom_units: [{
|
|
265
|
+
denom: 'ibc/24F4EF610106DB0CE7D325020028FBB32A21F3E639A26F6DA06B1EBA9DE396EA',
|
|
266
|
+
exponent: 0,
|
|
267
|
+
aliases: ['uaxl']
|
|
268
|
+
}, {
|
|
269
|
+
denom: 'axl',
|
|
270
|
+
exponent: 6
|
|
271
|
+
}],
|
|
272
|
+
base: 'ibc/24F4EF610106DB0CE7D325020028FBB32A21F3E639A26F6DA06B1EBA9DE396EA',
|
|
273
|
+
name: 'Axelar',
|
|
274
|
+
display: 'axl',
|
|
275
|
+
symbol: 'AXL',
|
|
276
|
+
logo_URIs: {
|
|
277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
278
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
279
|
+
},
|
|
280
|
+
coingecko_id: 'axelar',
|
|
281
|
+
images: [{
|
|
282
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
283
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
284
|
+
}],
|
|
285
|
+
socials: {
|
|
286
|
+
website: 'https://axelar.network/',
|
|
287
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
288
|
+
},
|
|
289
|
+
traces: [{
|
|
290
|
+
type: 'ibc',
|
|
291
|
+
counterparty: {
|
|
292
|
+
channel_id: 'channel-146',
|
|
293
|
+
base_denom: 'uaxl',
|
|
294
|
+
chain_name: 'axelar'
|
|
295
|
+
},
|
|
296
|
+
chain: {
|
|
297
|
+
channel_id: 'channel-24'
|
|
298
|
+
}
|
|
299
|
+
}]
|
|
300
|
+
},
|
|
223
301
|
{
|
|
224
302
|
description: 'The native token of Neutron chain.',
|
|
225
303
|
denom_units: [{
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -472,7 +472,8 @@ const assets = {
|
|
|
472
472
|
'staking',
|
|
473
473
|
'wasm',
|
|
474
474
|
'assets',
|
|
475
|
-
'nft'
|
|
475
|
+
'nft',
|
|
476
|
+
'XRPL'
|
|
476
477
|
],
|
|
477
478
|
images: [{
|
|
478
479
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
@@ -1285,6 +1286,40 @@ const assets = {
|
|
|
1285
1286
|
}
|
|
1286
1287
|
}]
|
|
1287
1288
|
},
|
|
1289
|
+
{
|
|
1290
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
1291
|
+
denom_units: [{
|
|
1292
|
+
denom: 'ibc/924AA0AF11D2270CAF280A22DF1C4E2869B3619286F31B3C873D0B8AAE61363B',
|
|
1293
|
+
exponent: 0,
|
|
1294
|
+
aliases: ['uusdlr']
|
|
1295
|
+
}, {
|
|
1296
|
+
denom: 'usdlr',
|
|
1297
|
+
exponent: 6
|
|
1298
|
+
}],
|
|
1299
|
+
base: 'ibc/924AA0AF11D2270CAF280A22DF1C4E2869B3619286F31B3C873D0B8AAE61363B',
|
|
1300
|
+
display: 'usdlr',
|
|
1301
|
+
name: 'USDLR by Stable',
|
|
1302
|
+
symbol: 'USDLR',
|
|
1303
|
+
logo_URIs: {
|
|
1304
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
1305
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
1306
|
+
},
|
|
1307
|
+
images: [{
|
|
1308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
1309
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
1310
|
+
}],
|
|
1311
|
+
traces: [{
|
|
1312
|
+
type: 'ibc',
|
|
1313
|
+
counterparty: {
|
|
1314
|
+
channel_id: 'channel-17',
|
|
1315
|
+
base_denom: 'uusdlr',
|
|
1316
|
+
chain_name: 'noble'
|
|
1317
|
+
},
|
|
1318
|
+
chain: {
|
|
1319
|
+
channel_id: 'channel-88'
|
|
1320
|
+
}
|
|
1321
|
+
}]
|
|
1322
|
+
},
|
|
1288
1323
|
{
|
|
1289
1324
|
description: 'The native token of Nolus chain',
|
|
1290
1325
|
denom_units: [{
|
|
@@ -2037,7 +2072,8 @@ const assets = {
|
|
|
2037
2072
|
'staking',
|
|
2038
2073
|
'wasm',
|
|
2039
2074
|
'assets',
|
|
2040
|
-
'nft'
|
|
2075
|
+
'nft',
|
|
2076
|
+
'XRPL'
|
|
2041
2077
|
],
|
|
2042
2078
|
images: [{
|
|
2043
2079
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
@@ -2850,6 +2886,40 @@ const assets = {
|
|
|
2850
2886
|
}
|
|
2851
2887
|
}]
|
|
2852
2888
|
},
|
|
2889
|
+
{
|
|
2890
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
2891
|
+
denom_units: [{
|
|
2892
|
+
denom: 'ibc/924AA0AF11D2270CAF280A22DF1C4E2869B3619286F31B3C873D0B8AAE61363B',
|
|
2893
|
+
exponent: 0,
|
|
2894
|
+
aliases: ['uusdlr']
|
|
2895
|
+
}, {
|
|
2896
|
+
denom: 'usdlr',
|
|
2897
|
+
exponent: 6
|
|
2898
|
+
}],
|
|
2899
|
+
base: 'ibc/924AA0AF11D2270CAF280A22DF1C4E2869B3619286F31B3C873D0B8AAE61363B',
|
|
2900
|
+
display: 'usdlr',
|
|
2901
|
+
name: 'USDLR by Stable',
|
|
2902
|
+
symbol: 'USDLR',
|
|
2903
|
+
logo_URIs: {
|
|
2904
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
2905
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
2906
|
+
},
|
|
2907
|
+
images: [{
|
|
2908
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
2909
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
2910
|
+
}],
|
|
2911
|
+
traces: [{
|
|
2912
|
+
type: 'ibc',
|
|
2913
|
+
counterparty: {
|
|
2914
|
+
channel_id: 'channel-17',
|
|
2915
|
+
base_denom: 'uusdlr',
|
|
2916
|
+
chain_name: 'noble'
|
|
2917
|
+
},
|
|
2918
|
+
chain: {
|
|
2919
|
+
channel_id: 'channel-88'
|
|
2920
|
+
}
|
|
2921
|
+
}]
|
|
2922
|
+
},
|
|
2853
2923
|
{
|
|
2854
2924
|
description: 'The native token of Nolus chain',
|
|
2855
2925
|
denom_units: [{
|
package/mainnet/sei.js
CHANGED
|
@@ -533,6 +533,40 @@ const assets = {
|
|
|
533
533
|
}
|
|
534
534
|
}]
|
|
535
535
|
},
|
|
536
|
+
{
|
|
537
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
538
|
+
denom_units: [{
|
|
539
|
+
denom: 'ibc/E699D24AE9C49F2119D6B267D6F10B326EE6531079FA349B09F97BC4353CBE84',
|
|
540
|
+
exponent: 0,
|
|
541
|
+
aliases: ['uusdlr']
|
|
542
|
+
}, {
|
|
543
|
+
denom: 'usdlr',
|
|
544
|
+
exponent: 6
|
|
545
|
+
}],
|
|
546
|
+
base: 'ibc/E699D24AE9C49F2119D6B267D6F10B326EE6531079FA349B09F97BC4353CBE84',
|
|
547
|
+
display: 'usdlr',
|
|
548
|
+
name: 'USDLR by Stable',
|
|
549
|
+
symbol: 'USDLR',
|
|
550
|
+
logo_URIs: {
|
|
551
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
552
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
553
|
+
},
|
|
554
|
+
images: [{
|
|
555
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
556
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
557
|
+
}],
|
|
558
|
+
traces: [{
|
|
559
|
+
type: 'ibc',
|
|
560
|
+
counterparty: {
|
|
561
|
+
channel_id: 'channel-39',
|
|
562
|
+
base_denom: 'uusdlr',
|
|
563
|
+
chain_name: 'noble'
|
|
564
|
+
},
|
|
565
|
+
chain: {
|
|
566
|
+
channel_id: 'channel-45'
|
|
567
|
+
}
|
|
568
|
+
}]
|
|
569
|
+
},
|
|
536
570
|
{
|
|
537
571
|
description: 'The native token of Nois',
|
|
538
572
|
denom_units: [{
|
|
@@ -1260,6 +1294,40 @@ const assets = {
|
|
|
1260
1294
|
}
|
|
1261
1295
|
}]
|
|
1262
1296
|
},
|
|
1297
|
+
{
|
|
1298
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
1299
|
+
denom_units: [{
|
|
1300
|
+
denom: 'ibc/E699D24AE9C49F2119D6B267D6F10B326EE6531079FA349B09F97BC4353CBE84',
|
|
1301
|
+
exponent: 0,
|
|
1302
|
+
aliases: ['uusdlr']
|
|
1303
|
+
}, {
|
|
1304
|
+
denom: 'usdlr',
|
|
1305
|
+
exponent: 6
|
|
1306
|
+
}],
|
|
1307
|
+
base: 'ibc/E699D24AE9C49F2119D6B267D6F10B326EE6531079FA349B09F97BC4353CBE84',
|
|
1308
|
+
display: 'usdlr',
|
|
1309
|
+
name: 'USDLR by Stable',
|
|
1310
|
+
symbol: 'USDLR',
|
|
1311
|
+
logo_URIs: {
|
|
1312
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
1313
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
1314
|
+
},
|
|
1315
|
+
images: [{
|
|
1316
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
1317
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
1318
|
+
}],
|
|
1319
|
+
traces: [{
|
|
1320
|
+
type: 'ibc',
|
|
1321
|
+
counterparty: {
|
|
1322
|
+
channel_id: 'channel-39',
|
|
1323
|
+
base_denom: 'uusdlr',
|
|
1324
|
+
chain_name: 'noble'
|
|
1325
|
+
},
|
|
1326
|
+
chain: {
|
|
1327
|
+
channel_id: 'channel-45'
|
|
1328
|
+
}
|
|
1329
|
+
}]
|
|
1330
|
+
},
|
|
1263
1331
|
{
|
|
1264
1332
|
description: 'The native token of Nois',
|
|
1265
1333
|
denom_units: [{
|
package/mainnet/stargaze.js
CHANGED
|
@@ -928,6 +928,40 @@ const assets = {
|
|
|
928
928
|
}
|
|
929
929
|
}]
|
|
930
930
|
},
|
|
931
|
+
{
|
|
932
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
933
|
+
denom_units: [{
|
|
934
|
+
denom: 'ibc/0484E1E3C8D20DC5BF3F5575E4E7D93C683CA7DDCA4F8E2227642F8A1DA2D1E7',
|
|
935
|
+
exponent: 0,
|
|
936
|
+
aliases: ['uusdlr']
|
|
937
|
+
}, {
|
|
938
|
+
denom: 'usdlr',
|
|
939
|
+
exponent: 6
|
|
940
|
+
}],
|
|
941
|
+
base: 'ibc/0484E1E3C8D20DC5BF3F5575E4E7D93C683CA7DDCA4F8E2227642F8A1DA2D1E7',
|
|
942
|
+
display: 'usdlr',
|
|
943
|
+
name: 'USDLR by Stable',
|
|
944
|
+
symbol: 'USDLR',
|
|
945
|
+
logo_URIs: {
|
|
946
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
947
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
948
|
+
},
|
|
949
|
+
images: [{
|
|
950
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
951
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
952
|
+
}],
|
|
953
|
+
traces: [{
|
|
954
|
+
type: 'ibc',
|
|
955
|
+
counterparty: {
|
|
956
|
+
channel_id: 'channel-11',
|
|
957
|
+
base_denom: 'uusdlr',
|
|
958
|
+
chain_name: 'noble'
|
|
959
|
+
},
|
|
960
|
+
chain: {
|
|
961
|
+
channel_id: 'channel-204'
|
|
962
|
+
}
|
|
963
|
+
}]
|
|
964
|
+
},
|
|
931
965
|
{
|
|
932
966
|
description: 'The native token of Nois',
|
|
933
967
|
denom_units: [{
|
|
@@ -2091,6 +2125,40 @@ const assets = {
|
|
|
2091
2125
|
}
|
|
2092
2126
|
}]
|
|
2093
2127
|
},
|
|
2128
|
+
{
|
|
2129
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
2130
|
+
denom_units: [{
|
|
2131
|
+
denom: 'ibc/0484E1E3C8D20DC5BF3F5575E4E7D93C683CA7DDCA4F8E2227642F8A1DA2D1E7',
|
|
2132
|
+
exponent: 0,
|
|
2133
|
+
aliases: ['uusdlr']
|
|
2134
|
+
}, {
|
|
2135
|
+
denom: 'usdlr',
|
|
2136
|
+
exponent: 6
|
|
2137
|
+
}],
|
|
2138
|
+
base: 'ibc/0484E1E3C8D20DC5BF3F5575E4E7D93C683CA7DDCA4F8E2227642F8A1DA2D1E7',
|
|
2139
|
+
display: 'usdlr',
|
|
2140
|
+
name: 'USDLR by Stable',
|
|
2141
|
+
symbol: 'USDLR',
|
|
2142
|
+
logo_URIs: {
|
|
2143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
2144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
2145
|
+
},
|
|
2146
|
+
images: [{
|
|
2147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
2148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
2149
|
+
}],
|
|
2150
|
+
traces: [{
|
|
2151
|
+
type: 'ibc',
|
|
2152
|
+
counterparty: {
|
|
2153
|
+
channel_id: 'channel-11',
|
|
2154
|
+
base_denom: 'uusdlr',
|
|
2155
|
+
chain_name: 'noble'
|
|
2156
|
+
},
|
|
2157
|
+
chain: {
|
|
2158
|
+
channel_id: 'channel-204'
|
|
2159
|
+
}
|
|
2160
|
+
}]
|
|
2161
|
+
},
|
|
2094
2162
|
{
|
|
2095
2163
|
description: 'The native token of Nois',
|
|
2096
2164
|
denom_units: [{
|
package/mainnet/teritori.js
CHANGED
|
@@ -149,6 +149,40 @@ const assets = {
|
|
|
149
149
|
}
|
|
150
150
|
}]
|
|
151
151
|
},
|
|
152
|
+
{
|
|
153
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
154
|
+
denom_units: [{
|
|
155
|
+
denom: 'ibc/115AE498071A9D9E66C2832AFA7569E950B75E0784AEA52BE19D6D6C865436AC',
|
|
156
|
+
exponent: 0,
|
|
157
|
+
aliases: ['uusdlr']
|
|
158
|
+
}, {
|
|
159
|
+
denom: 'usdlr',
|
|
160
|
+
exponent: 6
|
|
161
|
+
}],
|
|
162
|
+
base: 'ibc/115AE498071A9D9E66C2832AFA7569E950B75E0784AEA52BE19D6D6C865436AC',
|
|
163
|
+
display: 'usdlr',
|
|
164
|
+
name: 'USDLR by Stable',
|
|
165
|
+
symbol: 'USDLR',
|
|
166
|
+
logo_URIs: {
|
|
167
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
168
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
169
|
+
},
|
|
170
|
+
images: [{
|
|
171
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
172
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
173
|
+
}],
|
|
174
|
+
traces: [{
|
|
175
|
+
type: 'ibc',
|
|
176
|
+
counterparty: {
|
|
177
|
+
channel_id: 'channel-54',
|
|
178
|
+
base_denom: 'uusdlr',
|
|
179
|
+
chain_name: 'noble'
|
|
180
|
+
},
|
|
181
|
+
chain: {
|
|
182
|
+
channel_id: 'channel-62'
|
|
183
|
+
}
|
|
184
|
+
}]
|
|
185
|
+
},
|
|
152
186
|
{
|
|
153
187
|
description: 'The native token of Osmosis',
|
|
154
188
|
denom_units: [{
|
|
@@ -416,6 +450,40 @@ const assets = {
|
|
|
416
450
|
}
|
|
417
451
|
}]
|
|
418
452
|
},
|
|
453
|
+
{
|
|
454
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
455
|
+
denom_units: [{
|
|
456
|
+
denom: 'ibc/115AE498071A9D9E66C2832AFA7569E950B75E0784AEA52BE19D6D6C865436AC',
|
|
457
|
+
exponent: 0,
|
|
458
|
+
aliases: ['uusdlr']
|
|
459
|
+
}, {
|
|
460
|
+
denom: 'usdlr',
|
|
461
|
+
exponent: 6
|
|
462
|
+
}],
|
|
463
|
+
base: 'ibc/115AE498071A9D9E66C2832AFA7569E950B75E0784AEA52BE19D6D6C865436AC',
|
|
464
|
+
display: 'usdlr',
|
|
465
|
+
name: 'USDLR by Stable',
|
|
466
|
+
symbol: 'USDLR',
|
|
467
|
+
logo_URIs: {
|
|
468
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
469
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
470
|
+
},
|
|
471
|
+
images: [{
|
|
472
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
473
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
474
|
+
}],
|
|
475
|
+
traces: [{
|
|
476
|
+
type: 'ibc',
|
|
477
|
+
counterparty: {
|
|
478
|
+
channel_id: 'channel-54',
|
|
479
|
+
base_denom: 'uusdlr',
|
|
480
|
+
chain_name: 'noble'
|
|
481
|
+
},
|
|
482
|
+
chain: {
|
|
483
|
+
channel_id: 'channel-62'
|
|
484
|
+
}
|
|
485
|
+
}]
|
|
486
|
+
},
|
|
419
487
|
{
|
|
420
488
|
description: 'The native token of Osmosis',
|
|
421
489
|
denom_units: [{
|
package/mainnet/terra2.js
CHANGED
|
@@ -1428,6 +1428,40 @@ const assets = {
|
|
|
1428
1428
|
}
|
|
1429
1429
|
}]
|
|
1430
1430
|
},
|
|
1431
|
+
{
|
|
1432
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
1433
|
+
denom_units: [{
|
|
1434
|
+
denom: 'ibc/AF0A884BE21BF9AE256F69DD0D474841858FAF55BFB3C6F3759C621EC5D164F4',
|
|
1435
|
+
exponent: 0,
|
|
1436
|
+
aliases: ['uusdlr']
|
|
1437
|
+
}, {
|
|
1438
|
+
denom: 'usdlr',
|
|
1439
|
+
exponent: 6
|
|
1440
|
+
}],
|
|
1441
|
+
base: 'ibc/AF0A884BE21BF9AE256F69DD0D474841858FAF55BFB3C6F3759C621EC5D164F4',
|
|
1442
|
+
display: 'usdlr',
|
|
1443
|
+
name: 'USDLR by Stable',
|
|
1444
|
+
symbol: 'USDLR',
|
|
1445
|
+
logo_URIs: {
|
|
1446
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
1447
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
1448
|
+
},
|
|
1449
|
+
images: [{
|
|
1450
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
1451
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
1452
|
+
}],
|
|
1453
|
+
traces: [{
|
|
1454
|
+
type: 'ibc',
|
|
1455
|
+
counterparty: {
|
|
1456
|
+
channel_id: 'channel-30',
|
|
1457
|
+
base_denom: 'uusdlr',
|
|
1458
|
+
chain_name: 'noble'
|
|
1459
|
+
},
|
|
1460
|
+
chain: {
|
|
1461
|
+
channel_id: 'channel-253'
|
|
1462
|
+
}
|
|
1463
|
+
}]
|
|
1464
|
+
},
|
|
1431
1465
|
{
|
|
1432
1466
|
description: 'The native token of Osmosis',
|
|
1433
1467
|
denom_units: [{
|
|
@@ -1510,6 +1544,40 @@ const assets = {
|
|
|
1510
1544
|
}
|
|
1511
1545
|
}]
|
|
1512
1546
|
},
|
|
1547
|
+
{
|
|
1548
|
+
description: 'The native token of PRYZM',
|
|
1549
|
+
denom_units: [{
|
|
1550
|
+
denom: 'ibc/03FB6085AA5F4F7B30D2DBE438EFDA8B005FE9ADEDC71055D2E6B99A88D5CE8E',
|
|
1551
|
+
exponent: 0,
|
|
1552
|
+
aliases: ['upryzm']
|
|
1553
|
+
}, {
|
|
1554
|
+
denom: 'pryzm',
|
|
1555
|
+
exponent: 6
|
|
1556
|
+
}],
|
|
1557
|
+
base: 'ibc/03FB6085AA5F4F7B30D2DBE438EFDA8B005FE9ADEDC71055D2E6B99A88D5CE8E',
|
|
1558
|
+
name: 'Pryzm',
|
|
1559
|
+
display: 'pryzm',
|
|
1560
|
+
symbol: 'PRYZM',
|
|
1561
|
+
logo_URIs: {
|
|
1562
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
1563
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
1564
|
+
},
|
|
1565
|
+
images: [{
|
|
1566
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
1567
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
1568
|
+
}],
|
|
1569
|
+
traces: [{
|
|
1570
|
+
type: 'ibc',
|
|
1571
|
+
counterparty: {
|
|
1572
|
+
channel_id: 'channel-4',
|
|
1573
|
+
base_denom: 'upryzm',
|
|
1574
|
+
chain_name: 'pryzm'
|
|
1575
|
+
},
|
|
1576
|
+
chain: {
|
|
1577
|
+
channel_id: 'channel-473'
|
|
1578
|
+
}
|
|
1579
|
+
}]
|
|
1580
|
+
},
|
|
1513
1581
|
{
|
|
1514
1582
|
description: 'The native token of Secret Network',
|
|
1515
1583
|
denom_units: [{
|
|
@@ -4076,6 +4144,40 @@ const assets = {
|
|
|
4076
4144
|
}
|
|
4077
4145
|
}]
|
|
4078
4146
|
},
|
|
4147
|
+
{
|
|
4148
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
4149
|
+
denom_units: [{
|
|
4150
|
+
denom: 'ibc/AF0A884BE21BF9AE256F69DD0D474841858FAF55BFB3C6F3759C621EC5D164F4',
|
|
4151
|
+
exponent: 0,
|
|
4152
|
+
aliases: ['uusdlr']
|
|
4153
|
+
}, {
|
|
4154
|
+
denom: 'usdlr',
|
|
4155
|
+
exponent: 6
|
|
4156
|
+
}],
|
|
4157
|
+
base: 'ibc/AF0A884BE21BF9AE256F69DD0D474841858FAF55BFB3C6F3759C621EC5D164F4',
|
|
4158
|
+
display: 'usdlr',
|
|
4159
|
+
name: 'USDLR by Stable',
|
|
4160
|
+
symbol: 'USDLR',
|
|
4161
|
+
logo_URIs: {
|
|
4162
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
4163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
4164
|
+
},
|
|
4165
|
+
images: [{
|
|
4166
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
4167
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
4168
|
+
}],
|
|
4169
|
+
traces: [{
|
|
4170
|
+
type: 'ibc',
|
|
4171
|
+
counterparty: {
|
|
4172
|
+
channel_id: 'channel-30',
|
|
4173
|
+
base_denom: 'uusdlr',
|
|
4174
|
+
chain_name: 'noble'
|
|
4175
|
+
},
|
|
4176
|
+
chain: {
|
|
4177
|
+
channel_id: 'channel-253'
|
|
4178
|
+
}
|
|
4179
|
+
}]
|
|
4180
|
+
},
|
|
4079
4181
|
{
|
|
4080
4182
|
description: 'The native token of Osmosis',
|
|
4081
4183
|
denom_units: [{
|
|
@@ -4158,6 +4260,40 @@ const assets = {
|
|
|
4158
4260
|
}
|
|
4159
4261
|
}]
|
|
4160
4262
|
},
|
|
4263
|
+
{
|
|
4264
|
+
description: 'The native token of PRYZM',
|
|
4265
|
+
denom_units: [{
|
|
4266
|
+
denom: 'ibc/03FB6085AA5F4F7B30D2DBE438EFDA8B005FE9ADEDC71055D2E6B99A88D5CE8E',
|
|
4267
|
+
exponent: 0,
|
|
4268
|
+
aliases: ['upryzm']
|
|
4269
|
+
}, {
|
|
4270
|
+
denom: 'pryzm',
|
|
4271
|
+
exponent: 6
|
|
4272
|
+
}],
|
|
4273
|
+
base: 'ibc/03FB6085AA5F4F7B30D2DBE438EFDA8B005FE9ADEDC71055D2E6B99A88D5CE8E',
|
|
4274
|
+
name: 'Pryzm',
|
|
4275
|
+
display: 'pryzm',
|
|
4276
|
+
symbol: 'PRYZM',
|
|
4277
|
+
logo_URIs: {
|
|
4278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
4279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
4280
|
+
},
|
|
4281
|
+
images: [{
|
|
4282
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
4283
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
4284
|
+
}],
|
|
4285
|
+
traces: [{
|
|
4286
|
+
type: 'ibc',
|
|
4287
|
+
counterparty: {
|
|
4288
|
+
channel_id: 'channel-4',
|
|
4289
|
+
base_denom: 'upryzm',
|
|
4290
|
+
chain_name: 'pryzm'
|
|
4291
|
+
},
|
|
4292
|
+
chain: {
|
|
4293
|
+
channel_id: 'channel-473'
|
|
4294
|
+
}
|
|
4295
|
+
}]
|
|
4296
|
+
},
|
|
4161
4297
|
{
|
|
4162
4298
|
description: 'The native token of Secret Network',
|
|
4163
4299
|
denom_units: [{
|