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