@chain-registry/assets 1.52.0 → 1.53.0
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/onex.js
CHANGED
|
@@ -251,6 +251,40 @@ const assets = {
|
|
|
251
251
|
}
|
|
252
252
|
}]
|
|
253
253
|
},
|
|
254
|
+
{
|
|
255
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
256
|
+
denom_units: [{
|
|
257
|
+
denom: 'ibc/E7751B80858A253AA8F0EDA196F14F7BACEB2CD39180D549507AE6F817657862',
|
|
258
|
+
exponent: 0,
|
|
259
|
+
aliases: ['uusdlr']
|
|
260
|
+
}, {
|
|
261
|
+
denom: 'usdlr',
|
|
262
|
+
exponent: 6
|
|
263
|
+
}],
|
|
264
|
+
base: 'ibc/E7751B80858A253AA8F0EDA196F14F7BACEB2CD39180D549507AE6F817657862',
|
|
265
|
+
display: 'usdlr',
|
|
266
|
+
name: 'USDLR by Stable',
|
|
267
|
+
symbol: 'USDLR',
|
|
268
|
+
logo_URIs: {
|
|
269
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
270
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
271
|
+
},
|
|
272
|
+
images: [{
|
|
273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
274
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
275
|
+
}],
|
|
276
|
+
traces: [{
|
|
277
|
+
type: 'ibc',
|
|
278
|
+
counterparty: {
|
|
279
|
+
channel_id: 'channel-78',
|
|
280
|
+
base_denom: 'uusdlr',
|
|
281
|
+
chain_name: 'noble'
|
|
282
|
+
},
|
|
283
|
+
chain: {
|
|
284
|
+
channel_id: 'channel-5'
|
|
285
|
+
}
|
|
286
|
+
}]
|
|
287
|
+
},
|
|
254
288
|
{
|
|
255
289
|
description: 'The native staking and governance token of Kava',
|
|
256
290
|
denom_units: [{
|
|
@@ -499,6 +533,40 @@ const assets = {
|
|
|
499
533
|
}
|
|
500
534
|
}]
|
|
501
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/E7751B80858A253AA8F0EDA196F14F7BACEB2CD39180D549507AE6F817657862',
|
|
540
|
+
exponent: 0,
|
|
541
|
+
aliases: ['uusdlr']
|
|
542
|
+
}, {
|
|
543
|
+
denom: 'usdlr',
|
|
544
|
+
exponent: 6
|
|
545
|
+
}],
|
|
546
|
+
base: 'ibc/E7751B80858A253AA8F0EDA196F14F7BACEB2CD39180D549507AE6F817657862',
|
|
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-78',
|
|
562
|
+
base_denom: 'uusdlr',
|
|
563
|
+
chain_name: 'noble'
|
|
564
|
+
},
|
|
565
|
+
chain: {
|
|
566
|
+
channel_id: 'channel-5'
|
|
567
|
+
}
|
|
568
|
+
}]
|
|
569
|
+
},
|
|
502
570
|
{
|
|
503
571
|
description: 'The native token of Osmosis',
|
|
504
572
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -1468,7 +1468,8 @@ const assets = {
|
|
|
1468
1468
|
'staking',
|
|
1469
1469
|
'wasm',
|
|
1470
1470
|
'assets',
|
|
1471
|
-
'nft'
|
|
1471
|
+
'nft',
|
|
1472
|
+
'XRPL'
|
|
1472
1473
|
],
|
|
1473
1474
|
images: [{
|
|
1474
1475
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
@@ -1766,6 +1767,10 @@ const assets = {
|
|
|
1766
1767
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
1767
1768
|
},
|
|
1768
1769
|
coingecko_id: 'dhealth',
|
|
1770
|
+
socials: {
|
|
1771
|
+
website: 'https://dhealth.com',
|
|
1772
|
+
twitter: 'https://twitter.com/dhealth_network'
|
|
1773
|
+
},
|
|
1769
1774
|
images: [{
|
|
1770
1775
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
1771
1776
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
@@ -4086,6 +4091,40 @@ const assets = {
|
|
|
4086
4091
|
}
|
|
4087
4092
|
}]
|
|
4088
4093
|
},
|
|
4094
|
+
{
|
|
4095
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
4096
|
+
denom_units: [{
|
|
4097
|
+
denom: 'ibc/10F7891A60D0600D1A9E87EB4C9FD14078FD755FB18380B5F94C146C3C78E5E0',
|
|
4098
|
+
exponent: 0,
|
|
4099
|
+
aliases: ['uusdlr']
|
|
4100
|
+
}, {
|
|
4101
|
+
denom: 'usdlr',
|
|
4102
|
+
exponent: 6
|
|
4103
|
+
}],
|
|
4104
|
+
base: 'ibc/10F7891A60D0600D1A9E87EB4C9FD14078FD755FB18380B5F94C146C3C78E5E0',
|
|
4105
|
+
display: 'usdlr',
|
|
4106
|
+
name: 'USDLR by Stable',
|
|
4107
|
+
symbol: 'USDLR',
|
|
4108
|
+
logo_URIs: {
|
|
4109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
4110
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
4111
|
+
},
|
|
4112
|
+
images: [{
|
|
4113
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
4114
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
4115
|
+
}],
|
|
4116
|
+
traces: [{
|
|
4117
|
+
type: 'ibc',
|
|
4118
|
+
counterparty: {
|
|
4119
|
+
channel_id: 'channel-1',
|
|
4120
|
+
base_denom: 'uusdlr',
|
|
4121
|
+
chain_name: 'noble'
|
|
4122
|
+
},
|
|
4123
|
+
chain: {
|
|
4124
|
+
channel_id: 'channel-750'
|
|
4125
|
+
}
|
|
4126
|
+
}]
|
|
4127
|
+
},
|
|
4089
4128
|
{
|
|
4090
4129
|
description: 'The native token of Nois',
|
|
4091
4130
|
denom_units: [{
|
|
@@ -6008,7 +6047,8 @@ const assets = {
|
|
|
6008
6047
|
'staking',
|
|
6009
6048
|
'wasm',
|
|
6010
6049
|
'assets',
|
|
6011
|
-
'nft'
|
|
6050
|
+
'nft',
|
|
6051
|
+
'XRPL'
|
|
6012
6052
|
],
|
|
6013
6053
|
images: [{
|
|
6014
6054
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/coreum.png',
|
|
@@ -6306,6 +6346,10 @@ const assets = {
|
|
|
6306
6346
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
6307
6347
|
},
|
|
6308
6348
|
coingecko_id: 'dhealth',
|
|
6349
|
+
socials: {
|
|
6350
|
+
website: 'https://dhealth.com',
|
|
6351
|
+
twitter: 'https://twitter.com/dhealth_network'
|
|
6352
|
+
},
|
|
6309
6353
|
images: [{
|
|
6310
6354
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.png',
|
|
6311
6355
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dhealth/images/dhp.svg'
|
|
@@ -8626,6 +8670,40 @@ const assets = {
|
|
|
8626
8670
|
}
|
|
8627
8671
|
}]
|
|
8628
8672
|
},
|
|
8673
|
+
{
|
|
8674
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
8675
|
+
denom_units: [{
|
|
8676
|
+
denom: 'ibc/10F7891A60D0600D1A9E87EB4C9FD14078FD755FB18380B5F94C146C3C78E5E0',
|
|
8677
|
+
exponent: 0,
|
|
8678
|
+
aliases: ['uusdlr']
|
|
8679
|
+
}, {
|
|
8680
|
+
denom: 'usdlr',
|
|
8681
|
+
exponent: 6
|
|
8682
|
+
}],
|
|
8683
|
+
base: 'ibc/10F7891A60D0600D1A9E87EB4C9FD14078FD755FB18380B5F94C146C3C78E5E0',
|
|
8684
|
+
display: 'usdlr',
|
|
8685
|
+
name: 'USDLR by Stable',
|
|
8686
|
+
symbol: 'USDLR',
|
|
8687
|
+
logo_URIs: {
|
|
8688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
8689
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
8690
|
+
},
|
|
8691
|
+
images: [{
|
|
8692
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
8693
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
8694
|
+
}],
|
|
8695
|
+
traces: [{
|
|
8696
|
+
type: 'ibc',
|
|
8697
|
+
counterparty: {
|
|
8698
|
+
channel_id: 'channel-1',
|
|
8699
|
+
base_denom: 'uusdlr',
|
|
8700
|
+
chain_name: 'noble'
|
|
8701
|
+
},
|
|
8702
|
+
chain: {
|
|
8703
|
+
channel_id: 'channel-750'
|
|
8704
|
+
}
|
|
8705
|
+
}]
|
|
8706
|
+
},
|
|
8629
8707
|
{
|
|
8630
8708
|
description: 'The native token of Nois',
|
|
8631
8709
|
denom_units: [{
|
|
@@ -9300,6 +9378,40 @@ const assets = {
|
|
|
9300
9378
|
}
|
|
9301
9379
|
}]
|
|
9302
9380
|
},
|
|
9381
|
+
{
|
|
9382
|
+
description: 'The native token of PRYZM',
|
|
9383
|
+
denom_units: [{
|
|
9384
|
+
denom: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
|
|
9385
|
+
exponent: 0,
|
|
9386
|
+
aliases: ['upryzm']
|
|
9387
|
+
}, {
|
|
9388
|
+
denom: 'pryzm',
|
|
9389
|
+
exponent: 6
|
|
9390
|
+
}],
|
|
9391
|
+
base: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
|
|
9392
|
+
name: 'Pryzm',
|
|
9393
|
+
display: 'pryzm',
|
|
9394
|
+
symbol: 'PRYZM',
|
|
9395
|
+
logo_URIs: {
|
|
9396
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
9397
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
9398
|
+
},
|
|
9399
|
+
images: [{
|
|
9400
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
9401
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
9402
|
+
}],
|
|
9403
|
+
traces: [{
|
|
9404
|
+
type: 'ibc',
|
|
9405
|
+
counterparty: {
|
|
9406
|
+
channel_id: 'channel-2',
|
|
9407
|
+
base_denom: 'upryzm',
|
|
9408
|
+
chain_name: 'pryzm'
|
|
9409
|
+
},
|
|
9410
|
+
chain: {
|
|
9411
|
+
channel_id: 'channel-75755'
|
|
9412
|
+
}
|
|
9413
|
+
}]
|
|
9414
|
+
},
|
|
9303
9415
|
{
|
|
9304
9416
|
description: 'The revenue token for Pylons',
|
|
9305
9417
|
denom_units: [{
|
|
@@ -11885,6 +11997,40 @@ const assets = {
|
|
|
11885
11997
|
}
|
|
11886
11998
|
}]
|
|
11887
11999
|
},
|
|
12000
|
+
{
|
|
12001
|
+
description: 'The native token of PRYZM',
|
|
12002
|
+
denom_units: [{
|
|
12003
|
+
denom: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
|
|
12004
|
+
exponent: 0,
|
|
12005
|
+
aliases: ['upryzm']
|
|
12006
|
+
}, {
|
|
12007
|
+
denom: 'pryzm',
|
|
12008
|
+
exponent: 6
|
|
12009
|
+
}],
|
|
12010
|
+
base: 'ibc/73C91DAE5E8AAC34C95BE8B969365449FFFC2D900A5FDEF40BA339EB34CE5752',
|
|
12011
|
+
name: 'Pryzm',
|
|
12012
|
+
display: 'pryzm',
|
|
12013
|
+
symbol: 'PRYZM',
|
|
12014
|
+
logo_URIs: {
|
|
12015
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
12016
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
12017
|
+
},
|
|
12018
|
+
images: [{
|
|
12019
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.png',
|
|
12020
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pryzm.svg'
|
|
12021
|
+
}],
|
|
12022
|
+
traces: [{
|
|
12023
|
+
type: 'ibc',
|
|
12024
|
+
counterparty: {
|
|
12025
|
+
channel_id: 'channel-2',
|
|
12026
|
+
base_denom: 'upryzm',
|
|
12027
|
+
chain_name: 'pryzm'
|
|
12028
|
+
},
|
|
12029
|
+
chain: {
|
|
12030
|
+
channel_id: 'channel-75755'
|
|
12031
|
+
}
|
|
12032
|
+
}]
|
|
12033
|
+
},
|
|
11888
12034
|
{
|
|
11889
12035
|
description: 'The revenue token for Pylons',
|
|
11890
12036
|
denom_units: [{
|
package/mainnet/persistence.js
CHANGED
|
@@ -1086,6 +1086,40 @@ const assets = {
|
|
|
1086
1086
|
}
|
|
1087
1087
|
}]
|
|
1088
1088
|
},
|
|
1089
|
+
{
|
|
1090
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
1091
|
+
denom_units: [{
|
|
1092
|
+
denom: 'ibc/79BC4B67BA89558D183369EC3E62230C4FDCDAEAE9C9E62730D1BC0497443C8E',
|
|
1093
|
+
exponent: 0,
|
|
1094
|
+
aliases: ['uusdlr']
|
|
1095
|
+
}, {
|
|
1096
|
+
denom: 'usdlr',
|
|
1097
|
+
exponent: 6
|
|
1098
|
+
}],
|
|
1099
|
+
base: 'ibc/79BC4B67BA89558D183369EC3E62230C4FDCDAEAE9C9E62730D1BC0497443C8E',
|
|
1100
|
+
display: 'usdlr',
|
|
1101
|
+
name: 'USDLR by Stable',
|
|
1102
|
+
symbol: 'USDLR',
|
|
1103
|
+
logo_URIs: {
|
|
1104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
1105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
1106
|
+
},
|
|
1107
|
+
images: [{
|
|
1108
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
1109
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
1110
|
+
}],
|
|
1111
|
+
traces: [{
|
|
1112
|
+
type: 'ibc',
|
|
1113
|
+
counterparty: {
|
|
1114
|
+
channel_id: 'channel-36',
|
|
1115
|
+
base_denom: 'uusdlr',
|
|
1116
|
+
chain_name: 'noble'
|
|
1117
|
+
},
|
|
1118
|
+
chain: {
|
|
1119
|
+
channel_id: 'channel-132'
|
|
1120
|
+
}
|
|
1121
|
+
}]
|
|
1122
|
+
},
|
|
1089
1123
|
{
|
|
1090
1124
|
description: 'The native token of Osmosis',
|
|
1091
1125
|
denom_units: [{
|
|
@@ -2251,6 +2285,40 @@ const assets = {
|
|
|
2251
2285
|
}
|
|
2252
2286
|
}]
|
|
2253
2287
|
},
|
|
2288
|
+
{
|
|
2289
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
2290
|
+
denom_units: [{
|
|
2291
|
+
denom: 'ibc/79BC4B67BA89558D183369EC3E62230C4FDCDAEAE9C9E62730D1BC0497443C8E',
|
|
2292
|
+
exponent: 0,
|
|
2293
|
+
aliases: ['uusdlr']
|
|
2294
|
+
}, {
|
|
2295
|
+
denom: 'usdlr',
|
|
2296
|
+
exponent: 6
|
|
2297
|
+
}],
|
|
2298
|
+
base: 'ibc/79BC4B67BA89558D183369EC3E62230C4FDCDAEAE9C9E62730D1BC0497443C8E',
|
|
2299
|
+
display: 'usdlr',
|
|
2300
|
+
name: 'USDLR by Stable',
|
|
2301
|
+
symbol: 'USDLR',
|
|
2302
|
+
logo_URIs: {
|
|
2303
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
2304
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
2305
|
+
},
|
|
2306
|
+
images: [{
|
|
2307
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
2308
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
2309
|
+
}],
|
|
2310
|
+
traces: [{
|
|
2311
|
+
type: 'ibc',
|
|
2312
|
+
counterparty: {
|
|
2313
|
+
channel_id: 'channel-36',
|
|
2314
|
+
base_denom: 'uusdlr',
|
|
2315
|
+
chain_name: 'noble'
|
|
2316
|
+
},
|
|
2317
|
+
chain: {
|
|
2318
|
+
channel_id: 'channel-132'
|
|
2319
|
+
}
|
|
2320
|
+
}]
|
|
2321
|
+
},
|
|
2254
2322
|
{
|
|
2255
2323
|
description: 'The native token of Osmosis',
|
|
2256
2324
|
denom_units: [{
|
package/mainnet/provenance.js
CHANGED
|
@@ -110,6 +110,40 @@ const assets = {
|
|
|
110
110
|
}
|
|
111
111
|
}]
|
|
112
112
|
},
|
|
113
|
+
{
|
|
114
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
115
|
+
denom_units: [{
|
|
116
|
+
denom: 'ibc/6643E5D2A83C3B989C49B234E70027C111F21B37026D44FC74C59BC9B2F29B3A',
|
|
117
|
+
exponent: 0,
|
|
118
|
+
aliases: ['uusdlr']
|
|
119
|
+
}, {
|
|
120
|
+
denom: 'usdlr',
|
|
121
|
+
exponent: 6
|
|
122
|
+
}],
|
|
123
|
+
base: 'ibc/6643E5D2A83C3B989C49B234E70027C111F21B37026D44FC74C59BC9B2F29B3A',
|
|
124
|
+
display: 'usdlr',
|
|
125
|
+
name: 'USDLR by Stable',
|
|
126
|
+
symbol: 'USDLR',
|
|
127
|
+
logo_URIs: {
|
|
128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
129
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
130
|
+
},
|
|
131
|
+
images: [{
|
|
132
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
133
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
134
|
+
}],
|
|
135
|
+
traces: [{
|
|
136
|
+
type: 'ibc',
|
|
137
|
+
counterparty: {
|
|
138
|
+
channel_id: 'channel-20',
|
|
139
|
+
base_denom: 'uusdlr',
|
|
140
|
+
chain_name: 'noble'
|
|
141
|
+
},
|
|
142
|
+
chain: {
|
|
143
|
+
channel_id: 'channel-10'
|
|
144
|
+
}
|
|
145
|
+
}]
|
|
146
|
+
},
|
|
113
147
|
{
|
|
114
148
|
description: 'The native token of Osmosis',
|
|
115
149
|
denom_units: [{
|
|
@@ -299,6 +333,40 @@ const assets = {
|
|
|
299
333
|
}
|
|
300
334
|
}]
|
|
301
335
|
},
|
|
336
|
+
{
|
|
337
|
+
description: 'USDLR is a fiat-backed stablecoin issued by Stable. Stable pays DeFi protocols who distribute USDLR.',
|
|
338
|
+
denom_units: [{
|
|
339
|
+
denom: 'ibc/6643E5D2A83C3B989C49B234E70027C111F21B37026D44FC74C59BC9B2F29B3A',
|
|
340
|
+
exponent: 0,
|
|
341
|
+
aliases: ['uusdlr']
|
|
342
|
+
}, {
|
|
343
|
+
denom: 'usdlr',
|
|
344
|
+
exponent: 6
|
|
345
|
+
}],
|
|
346
|
+
base: 'ibc/6643E5D2A83C3B989C49B234E70027C111F21B37026D44FC74C59BC9B2F29B3A',
|
|
347
|
+
display: 'usdlr',
|
|
348
|
+
name: 'USDLR by Stable',
|
|
349
|
+
symbol: 'USDLR',
|
|
350
|
+
logo_URIs: {
|
|
351
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
352
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
353
|
+
},
|
|
354
|
+
images: [{
|
|
355
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.png',
|
|
356
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/nobletestnet/images/usdlr.svg'
|
|
357
|
+
}],
|
|
358
|
+
traces: [{
|
|
359
|
+
type: 'ibc',
|
|
360
|
+
counterparty: {
|
|
361
|
+
channel_id: 'channel-20',
|
|
362
|
+
base_denom: 'uusdlr',
|
|
363
|
+
chain_name: 'noble'
|
|
364
|
+
},
|
|
365
|
+
chain: {
|
|
366
|
+
channel_id: 'channel-10'
|
|
367
|
+
}
|
|
368
|
+
}]
|
|
369
|
+
},
|
|
302
370
|
{
|
|
303
371
|
description: 'The native token of Osmosis',
|
|
304
372
|
denom_units: [{
|