@chain-registry/assets 1.70.284 → 1.70.286
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/axelar.js +140 -0
- package/esm/mainnet/celestia.js +140 -0
- package/esm/mainnet/cosmoshub.js +140 -0
- package/esm/mainnet/dydx.js +140 -0
- package/esm/mainnet/injective.js +140 -0
- package/esm/mainnet/neutron.js +140 -0
- package/esm/mainnet/noble.js +140 -0
- package/esm/mainnet/osmosis.js +140 -0
- package/esm/mainnet/stride.js +140 -0
- package/esm/mainnet/terra2.js +140 -0
- package/esm/testnet/dydxtestnet.js +79 -1
- package/mainnet/axelar.js +140 -0
- package/mainnet/celestia.js +140 -0
- package/mainnet/cosmoshub.js +140 -0
- package/mainnet/dydx.js +140 -0
- package/mainnet/injective.js +140 -0
- package/mainnet/neutron.js +140 -0
- package/mainnet/noble.js +140 -0
- package/mainnet/osmosis.js +140 -0
- package/mainnet/stride.js +140 -0
- package/mainnet/terra2.js +140 -0
- package/package.json +5 -5
- package/testnet/dydxtestnet.js +79 -1
package/esm/mainnet/stride.js
CHANGED
|
@@ -8382,6 +8382,76 @@ const assets = {
|
|
|
8382
8382
|
}
|
|
8383
8383
|
}]
|
|
8384
8384
|
},
|
|
8385
|
+
{
|
|
8386
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
8387
|
+
denom_units: [{
|
|
8388
|
+
denom: 'ibc/16FE4C8035679C4ABDA9A7D94A6130041A65AE31EDA06229587E6176ACAB2D7B',
|
|
8389
|
+
exponent: 0,
|
|
8390
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
8391
|
+
}, {
|
|
8392
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
8393
|
+
exponent: 6
|
|
8394
|
+
}],
|
|
8395
|
+
base: 'ibc/16FE4C8035679C4ABDA9A7D94A6130041A65AE31EDA06229587E6176ACAB2D7B',
|
|
8396
|
+
name: 'PRYZM Base LP',
|
|
8397
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
8398
|
+
symbol: 'PRYZM-BASE-LP',
|
|
8399
|
+
logo_URIs: {
|
|
8400
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8401
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8402
|
+
},
|
|
8403
|
+
images: [{
|
|
8404
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8405
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8406
|
+
}],
|
|
8407
|
+
type_asset: 'sdk.coin',
|
|
8408
|
+
traces: [{
|
|
8409
|
+
type: 'ibc',
|
|
8410
|
+
counterparty: {
|
|
8411
|
+
channel_id: 'channel-23',
|
|
8412
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
8413
|
+
chain_name: 'pryzm'
|
|
8414
|
+
},
|
|
8415
|
+
chain: {
|
|
8416
|
+
channel_id: 'channel-257'
|
|
8417
|
+
}
|
|
8418
|
+
}]
|
|
8419
|
+
},
|
|
8420
|
+
{
|
|
8421
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
8422
|
+
denom_units: [{
|
|
8423
|
+
denom: 'ibc/5BBE58431CE0DAC6FE661B8EC2C0BAC01311592CE57CE9A87C5272A2300A6148',
|
|
8424
|
+
exponent: 0,
|
|
8425
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
8426
|
+
}, {
|
|
8427
|
+
denom: 'lp:35:pryzm-usdc',
|
|
8428
|
+
exponent: 6
|
|
8429
|
+
}],
|
|
8430
|
+
base: 'ibc/5BBE58431CE0DAC6FE661B8EC2C0BAC01311592CE57CE9A87C5272A2300A6148',
|
|
8431
|
+
name: 'PRYZM / USDC LP',
|
|
8432
|
+
display: 'lp:35:pryzm-usdc',
|
|
8433
|
+
symbol: 'PRYZM-USDC-LP',
|
|
8434
|
+
logo_URIs: {
|
|
8435
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8436
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8437
|
+
},
|
|
8438
|
+
images: [{
|
|
8439
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8440
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8441
|
+
}],
|
|
8442
|
+
type_asset: 'sdk.coin',
|
|
8443
|
+
traces: [{
|
|
8444
|
+
type: 'ibc',
|
|
8445
|
+
counterparty: {
|
|
8446
|
+
channel_id: 'channel-23',
|
|
8447
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
8448
|
+
chain_name: 'pryzm'
|
|
8449
|
+
},
|
|
8450
|
+
chain: {
|
|
8451
|
+
channel_id: 'channel-257'
|
|
8452
|
+
}
|
|
8453
|
+
}]
|
|
8454
|
+
},
|
|
8385
8455
|
{
|
|
8386
8456
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
8387
8457
|
denom_units: [{
|
|
@@ -17203,6 +17273,76 @@ const assets = {
|
|
|
17203
17273
|
}
|
|
17204
17274
|
}]
|
|
17205
17275
|
},
|
|
17276
|
+
{
|
|
17277
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
17278
|
+
denom_units: [{
|
|
17279
|
+
denom: 'ibc/16FE4C8035679C4ABDA9A7D94A6130041A65AE31EDA06229587E6176ACAB2D7B',
|
|
17280
|
+
exponent: 0,
|
|
17281
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
17282
|
+
}, {
|
|
17283
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
17284
|
+
exponent: 6
|
|
17285
|
+
}],
|
|
17286
|
+
base: 'ibc/16FE4C8035679C4ABDA9A7D94A6130041A65AE31EDA06229587E6176ACAB2D7B',
|
|
17287
|
+
name: 'PRYZM Base LP',
|
|
17288
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
17289
|
+
symbol: 'PRYZM-BASE-LP',
|
|
17290
|
+
logo_URIs: {
|
|
17291
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17293
|
+
},
|
|
17294
|
+
images: [{
|
|
17295
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17296
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17297
|
+
}],
|
|
17298
|
+
type_asset: 'sdk.coin',
|
|
17299
|
+
traces: [{
|
|
17300
|
+
type: 'ibc',
|
|
17301
|
+
counterparty: {
|
|
17302
|
+
channel_id: 'channel-23',
|
|
17303
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
17304
|
+
chain_name: 'pryzm'
|
|
17305
|
+
},
|
|
17306
|
+
chain: {
|
|
17307
|
+
channel_id: 'channel-257'
|
|
17308
|
+
}
|
|
17309
|
+
}]
|
|
17310
|
+
},
|
|
17311
|
+
{
|
|
17312
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
17313
|
+
denom_units: [{
|
|
17314
|
+
denom: 'ibc/5BBE58431CE0DAC6FE661B8EC2C0BAC01311592CE57CE9A87C5272A2300A6148',
|
|
17315
|
+
exponent: 0,
|
|
17316
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
17317
|
+
}, {
|
|
17318
|
+
denom: 'lp:35:pryzm-usdc',
|
|
17319
|
+
exponent: 6
|
|
17320
|
+
}],
|
|
17321
|
+
base: 'ibc/5BBE58431CE0DAC6FE661B8EC2C0BAC01311592CE57CE9A87C5272A2300A6148',
|
|
17322
|
+
name: 'PRYZM / USDC LP',
|
|
17323
|
+
display: 'lp:35:pryzm-usdc',
|
|
17324
|
+
symbol: 'PRYZM-USDC-LP',
|
|
17325
|
+
logo_URIs: {
|
|
17326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17328
|
+
},
|
|
17329
|
+
images: [{
|
|
17330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
17331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
17332
|
+
}],
|
|
17333
|
+
type_asset: 'sdk.coin',
|
|
17334
|
+
traces: [{
|
|
17335
|
+
type: 'ibc',
|
|
17336
|
+
counterparty: {
|
|
17337
|
+
channel_id: 'channel-23',
|
|
17338
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
17339
|
+
chain_name: 'pryzm'
|
|
17340
|
+
},
|
|
17341
|
+
chain: {
|
|
17342
|
+
channel_id: 'channel-257'
|
|
17343
|
+
}
|
|
17344
|
+
}]
|
|
17345
|
+
},
|
|
17206
17346
|
{
|
|
17207
17347
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
17208
17348
|
denom_units: [{
|
package/esm/mainnet/terra2.js
CHANGED
|
@@ -8569,6 +8569,76 @@ const assets = {
|
|
|
8569
8569
|
}
|
|
8570
8570
|
}]
|
|
8571
8571
|
},
|
|
8572
|
+
{
|
|
8573
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
8574
|
+
denom_units: [{
|
|
8575
|
+
denom: 'ibc/69B5AA3A2738DEABACFE870D4D505A00A7305229A101C4E8691D02E4B7CEE11F',
|
|
8576
|
+
exponent: 0,
|
|
8577
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
8578
|
+
}, {
|
|
8579
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
8580
|
+
exponent: 6
|
|
8581
|
+
}],
|
|
8582
|
+
base: 'ibc/69B5AA3A2738DEABACFE870D4D505A00A7305229A101C4E8691D02E4B7CEE11F',
|
|
8583
|
+
name: 'PRYZM Base LP',
|
|
8584
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
8585
|
+
symbol: 'PRYZM-BASE-LP',
|
|
8586
|
+
logo_URIs: {
|
|
8587
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8588
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8589
|
+
},
|
|
8590
|
+
images: [{
|
|
8591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8593
|
+
}],
|
|
8594
|
+
type_asset: 'sdk.coin',
|
|
8595
|
+
traces: [{
|
|
8596
|
+
type: 'ibc',
|
|
8597
|
+
counterparty: {
|
|
8598
|
+
channel_id: 'channel-4',
|
|
8599
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
8600
|
+
chain_name: 'pryzm'
|
|
8601
|
+
},
|
|
8602
|
+
chain: {
|
|
8603
|
+
channel_id: 'channel-473'
|
|
8604
|
+
}
|
|
8605
|
+
}]
|
|
8606
|
+
},
|
|
8607
|
+
{
|
|
8608
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
8609
|
+
denom_units: [{
|
|
8610
|
+
denom: 'ibc/FEDF7C0D8BF026F39618DB9230A4DC0EFCC723F2E40B7A643497419F63988F91',
|
|
8611
|
+
exponent: 0,
|
|
8612
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
8613
|
+
}, {
|
|
8614
|
+
denom: 'lp:35:pryzm-usdc',
|
|
8615
|
+
exponent: 6
|
|
8616
|
+
}],
|
|
8617
|
+
base: 'ibc/FEDF7C0D8BF026F39618DB9230A4DC0EFCC723F2E40B7A643497419F63988F91',
|
|
8618
|
+
name: 'PRYZM / USDC LP',
|
|
8619
|
+
display: 'lp:35:pryzm-usdc',
|
|
8620
|
+
symbol: 'PRYZM-USDC-LP',
|
|
8621
|
+
logo_URIs: {
|
|
8622
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8623
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8624
|
+
},
|
|
8625
|
+
images: [{
|
|
8626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
8627
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
8628
|
+
}],
|
|
8629
|
+
type_asset: 'sdk.coin',
|
|
8630
|
+
traces: [{
|
|
8631
|
+
type: 'ibc',
|
|
8632
|
+
counterparty: {
|
|
8633
|
+
channel_id: 'channel-4',
|
|
8634
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
8635
|
+
chain_name: 'pryzm'
|
|
8636
|
+
},
|
|
8637
|
+
chain: {
|
|
8638
|
+
channel_id: 'channel-473'
|
|
8639
|
+
}
|
|
8640
|
+
}]
|
|
8641
|
+
},
|
|
8572
8642
|
{
|
|
8573
8643
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
8574
8644
|
denom_units: [{
|
|
@@ -18597,6 +18667,76 @@ const assets = {
|
|
|
18597
18667
|
}
|
|
18598
18668
|
}]
|
|
18599
18669
|
},
|
|
18670
|
+
{
|
|
18671
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
18672
|
+
denom_units: [{
|
|
18673
|
+
denom: 'ibc/69B5AA3A2738DEABACFE870D4D505A00A7305229A101C4E8691D02E4B7CEE11F',
|
|
18674
|
+
exponent: 0,
|
|
18675
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
18676
|
+
}, {
|
|
18677
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
18678
|
+
exponent: 6
|
|
18679
|
+
}],
|
|
18680
|
+
base: 'ibc/69B5AA3A2738DEABACFE870D4D505A00A7305229A101C4E8691D02E4B7CEE11F',
|
|
18681
|
+
name: 'PRYZM Base LP',
|
|
18682
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
18683
|
+
symbol: 'PRYZM-BASE-LP',
|
|
18684
|
+
logo_URIs: {
|
|
18685
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18686
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18687
|
+
},
|
|
18688
|
+
images: [{
|
|
18689
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18690
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18691
|
+
}],
|
|
18692
|
+
type_asset: 'sdk.coin',
|
|
18693
|
+
traces: [{
|
|
18694
|
+
type: 'ibc',
|
|
18695
|
+
counterparty: {
|
|
18696
|
+
channel_id: 'channel-4',
|
|
18697
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
18698
|
+
chain_name: 'pryzm'
|
|
18699
|
+
},
|
|
18700
|
+
chain: {
|
|
18701
|
+
channel_id: 'channel-473'
|
|
18702
|
+
}
|
|
18703
|
+
}]
|
|
18704
|
+
},
|
|
18705
|
+
{
|
|
18706
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
18707
|
+
denom_units: [{
|
|
18708
|
+
denom: 'ibc/FEDF7C0D8BF026F39618DB9230A4DC0EFCC723F2E40B7A643497419F63988F91',
|
|
18709
|
+
exponent: 0,
|
|
18710
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
18711
|
+
}, {
|
|
18712
|
+
denom: 'lp:35:pryzm-usdc',
|
|
18713
|
+
exponent: 6
|
|
18714
|
+
}],
|
|
18715
|
+
base: 'ibc/FEDF7C0D8BF026F39618DB9230A4DC0EFCC723F2E40B7A643497419F63988F91',
|
|
18716
|
+
name: 'PRYZM / USDC LP',
|
|
18717
|
+
display: 'lp:35:pryzm-usdc',
|
|
18718
|
+
symbol: 'PRYZM-USDC-LP',
|
|
18719
|
+
logo_URIs: {
|
|
18720
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18721
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18722
|
+
},
|
|
18723
|
+
images: [{
|
|
18724
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
18725
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
18726
|
+
}],
|
|
18727
|
+
type_asset: 'sdk.coin',
|
|
18728
|
+
traces: [{
|
|
18729
|
+
type: 'ibc',
|
|
18730
|
+
counterparty: {
|
|
18731
|
+
channel_id: 'channel-4',
|
|
18732
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
18733
|
+
chain_name: 'pryzm'
|
|
18734
|
+
},
|
|
18735
|
+
chain: {
|
|
18736
|
+
channel_id: 'channel-473'
|
|
18737
|
+
}
|
|
18738
|
+
}]
|
|
18739
|
+
},
|
|
18600
18740
|
{
|
|
18601
18741
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
18602
18742
|
denom_units: [{
|
|
@@ -1,5 +1,83 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'dydxtestnet',
|
|
3
|
-
assets: [
|
|
3
|
+
assets: [{
|
|
4
|
+
description: 'Int3face Testnet blockchain native token',
|
|
5
|
+
denom_units: [{
|
|
6
|
+
denom: 'ibc/012680D73D291EA10EE78216BF59CD2C3097ACBB412291D69E293ADE87DA160E',
|
|
7
|
+
exponent: 0,
|
|
8
|
+
aliases: ['uint3']
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'int3',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
base: 'ibc/012680D73D291EA10EE78216BF59CD2C3097ACBB412291D69E293ADE87DA160E',
|
|
14
|
+
name: 'Int3face Testnet Token',
|
|
15
|
+
display: 'int3',
|
|
16
|
+
symbol: 'INT3',
|
|
17
|
+
logo_URIs: {
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
19
|
+
},
|
|
20
|
+
images: [{
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
22
|
+
theme: {
|
|
23
|
+
primary_color_hex: '#3d3d3d'
|
|
24
|
+
}
|
|
25
|
+
}],
|
|
26
|
+
socials: {
|
|
27
|
+
website: 'https://testnet.app.int3face.zone/',
|
|
28
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
29
|
+
},
|
|
30
|
+
type_asset: 'sdk.coin',
|
|
31
|
+
traces: [{
|
|
32
|
+
type: 'ibc',
|
|
33
|
+
counterparty: {
|
|
34
|
+
channel_id: 'channel-5',
|
|
35
|
+
base_denom: 'uint3',
|
|
36
|
+
chain_name: 'int3facetestnet'
|
|
37
|
+
},
|
|
38
|
+
chain: {
|
|
39
|
+
channel_id: 'channel-86'
|
|
40
|
+
}
|
|
41
|
+
}]
|
|
42
|
+
}, {
|
|
43
|
+
description: 'Int3face Testnet blockchain native token',
|
|
44
|
+
denom_units: [{
|
|
45
|
+
denom: 'ibc/012680D73D291EA10EE78216BF59CD2C3097ACBB412291D69E293ADE87DA160E',
|
|
46
|
+
exponent: 0,
|
|
47
|
+
aliases: ['uint3']
|
|
48
|
+
}, {
|
|
49
|
+
denom: 'int3',
|
|
50
|
+
exponent: 6
|
|
51
|
+
}],
|
|
52
|
+
base: 'ibc/012680D73D291EA10EE78216BF59CD2C3097ACBB412291D69E293ADE87DA160E',
|
|
53
|
+
name: 'Int3face Testnet Token',
|
|
54
|
+
display: 'int3',
|
|
55
|
+
symbol: 'INT3',
|
|
56
|
+
logo_URIs: {
|
|
57
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png'
|
|
58
|
+
},
|
|
59
|
+
images: [{
|
|
60
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/int3face/images/int3.png',
|
|
61
|
+
theme: {
|
|
62
|
+
primary_color_hex: '#3d3d3d'
|
|
63
|
+
}
|
|
64
|
+
}],
|
|
65
|
+
socials: {
|
|
66
|
+
website: 'https://testnet.app.int3face.zone/',
|
|
67
|
+
twitter: 'https://x.com/_Bitfrost_'
|
|
68
|
+
},
|
|
69
|
+
type_asset: 'sdk.coin',
|
|
70
|
+
traces: [{
|
|
71
|
+
type: 'ibc',
|
|
72
|
+
counterparty: {
|
|
73
|
+
channel_id: 'channel-5',
|
|
74
|
+
base_denom: 'uint3',
|
|
75
|
+
chain_name: 'int3facetestnet'
|
|
76
|
+
},
|
|
77
|
+
chain: {
|
|
78
|
+
channel_id: 'channel-86'
|
|
79
|
+
}
|
|
80
|
+
}]
|
|
81
|
+
}]
|
|
4
82
|
};
|
|
5
83
|
export default assets;
|
package/mainnet/axelar.js
CHANGED
|
@@ -9657,6 +9657,76 @@ const assets = {
|
|
|
9657
9657
|
}
|
|
9658
9658
|
}]
|
|
9659
9659
|
},
|
|
9660
|
+
{
|
|
9661
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
9662
|
+
denom_units: [{
|
|
9663
|
+
denom: 'ibc/E8FA3A347075C103A65FEE8F17EB4A1BD381BE58F965DCEEE5D38E93EF9CCA37',
|
|
9664
|
+
exponent: 0,
|
|
9665
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
9666
|
+
}, {
|
|
9667
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
9668
|
+
exponent: 6
|
|
9669
|
+
}],
|
|
9670
|
+
base: 'ibc/E8FA3A347075C103A65FEE8F17EB4A1BD381BE58F965DCEEE5D38E93EF9CCA37',
|
|
9671
|
+
name: 'PRYZM Base LP',
|
|
9672
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
9673
|
+
symbol: 'PRYZM-BASE-LP',
|
|
9674
|
+
logo_URIs: {
|
|
9675
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9676
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9677
|
+
},
|
|
9678
|
+
images: [{
|
|
9679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9681
|
+
}],
|
|
9682
|
+
type_asset: 'sdk.coin',
|
|
9683
|
+
traces: [{
|
|
9684
|
+
type: 'ibc',
|
|
9685
|
+
counterparty: {
|
|
9686
|
+
channel_id: 'channel-13',
|
|
9687
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
9688
|
+
chain_name: 'pryzm'
|
|
9689
|
+
},
|
|
9690
|
+
chain: {
|
|
9691
|
+
channel_id: 'channel-155'
|
|
9692
|
+
}
|
|
9693
|
+
}]
|
|
9694
|
+
},
|
|
9695
|
+
{
|
|
9696
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
9697
|
+
denom_units: [{
|
|
9698
|
+
denom: 'ibc/0D16962AEFCBDE7B0CE08376398787386337B4F5396B53877C924809714823BB',
|
|
9699
|
+
exponent: 0,
|
|
9700
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
9701
|
+
}, {
|
|
9702
|
+
denom: 'lp:35:pryzm-usdc',
|
|
9703
|
+
exponent: 6
|
|
9704
|
+
}],
|
|
9705
|
+
base: 'ibc/0D16962AEFCBDE7B0CE08376398787386337B4F5396B53877C924809714823BB',
|
|
9706
|
+
name: 'PRYZM / USDC LP',
|
|
9707
|
+
display: 'lp:35:pryzm-usdc',
|
|
9708
|
+
symbol: 'PRYZM-USDC-LP',
|
|
9709
|
+
logo_URIs: {
|
|
9710
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9711
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9712
|
+
},
|
|
9713
|
+
images: [{
|
|
9714
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
9715
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
9716
|
+
}],
|
|
9717
|
+
type_asset: 'sdk.coin',
|
|
9718
|
+
traces: [{
|
|
9719
|
+
type: 'ibc',
|
|
9720
|
+
counterparty: {
|
|
9721
|
+
channel_id: 'channel-13',
|
|
9722
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
9723
|
+
chain_name: 'pryzm'
|
|
9724
|
+
},
|
|
9725
|
+
chain: {
|
|
9726
|
+
channel_id: 'channel-155'
|
|
9727
|
+
}
|
|
9728
|
+
}]
|
|
9729
|
+
},
|
|
9660
9730
|
{
|
|
9661
9731
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
9662
9732
|
denom_units: [{
|
|
@@ -19363,6 +19433,76 @@ const assets = {
|
|
|
19363
19433
|
}
|
|
19364
19434
|
}]
|
|
19365
19435
|
},
|
|
19436
|
+
{
|
|
19437
|
+
description: 'Pryzm\'s LP token for PRYZM Base pool',
|
|
19438
|
+
denom_units: [{
|
|
19439
|
+
denom: 'ibc/E8FA3A347075C103A65FEE8F17EB4A1BD381BE58F965DCEEE5D38E93EF9CCA37',
|
|
19440
|
+
exponent: 0,
|
|
19441
|
+
aliases: ['lp:34:upryzmypt-upryzm']
|
|
19442
|
+
}, {
|
|
19443
|
+
denom: 'lp:34:pryzmypt-pryzm',
|
|
19444
|
+
exponent: 6
|
|
19445
|
+
}],
|
|
19446
|
+
base: 'ibc/E8FA3A347075C103A65FEE8F17EB4A1BD381BE58F965DCEEE5D38E93EF9CCA37',
|
|
19447
|
+
name: 'PRYZM Base LP',
|
|
19448
|
+
display: 'lp:34:pryzmypt-pryzm',
|
|
19449
|
+
symbol: 'PRYZM-BASE-LP',
|
|
19450
|
+
logo_URIs: {
|
|
19451
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19452
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19453
|
+
},
|
|
19454
|
+
images: [{
|
|
19455
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19456
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19457
|
+
}],
|
|
19458
|
+
type_asset: 'sdk.coin',
|
|
19459
|
+
traces: [{
|
|
19460
|
+
type: 'ibc',
|
|
19461
|
+
counterparty: {
|
|
19462
|
+
channel_id: 'channel-13',
|
|
19463
|
+
base_denom: 'lp:34:upryzmypt-upryzm',
|
|
19464
|
+
chain_name: 'pryzm'
|
|
19465
|
+
},
|
|
19466
|
+
chain: {
|
|
19467
|
+
channel_id: 'channel-155'
|
|
19468
|
+
}
|
|
19469
|
+
}]
|
|
19470
|
+
},
|
|
19471
|
+
{
|
|
19472
|
+
description: 'Pryzm\'s LP token for PRYZM / USDC pool',
|
|
19473
|
+
denom_units: [{
|
|
19474
|
+
denom: 'ibc/0D16962AEFCBDE7B0CE08376398787386337B4F5396B53877C924809714823BB',
|
|
19475
|
+
exponent: 0,
|
|
19476
|
+
aliases: ['lp:35:upryzm-uusdc']
|
|
19477
|
+
}, {
|
|
19478
|
+
denom: 'lp:35:pryzm-usdc',
|
|
19479
|
+
exponent: 6
|
|
19480
|
+
}],
|
|
19481
|
+
base: 'ibc/0D16962AEFCBDE7B0CE08376398787386337B4F5396B53877C924809714823BB',
|
|
19482
|
+
name: 'PRYZM / USDC LP',
|
|
19483
|
+
display: 'lp:35:pryzm-usdc',
|
|
19484
|
+
symbol: 'PRYZM-USDC-LP',
|
|
19485
|
+
logo_URIs: {
|
|
19486
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19487
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19488
|
+
},
|
|
19489
|
+
images: [{
|
|
19490
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
19491
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
19492
|
+
}],
|
|
19493
|
+
type_asset: 'sdk.coin',
|
|
19494
|
+
traces: [{
|
|
19495
|
+
type: 'ibc',
|
|
19496
|
+
counterparty: {
|
|
19497
|
+
channel_id: 'channel-13',
|
|
19498
|
+
base_denom: 'lp:35:upryzm-uusdc',
|
|
19499
|
+
chain_name: 'pryzm'
|
|
19500
|
+
},
|
|
19501
|
+
chain: {
|
|
19502
|
+
channel_id: 'channel-155'
|
|
19503
|
+
}
|
|
19504
|
+
}]
|
|
19505
|
+
},
|
|
19366
19506
|
{
|
|
19367
19507
|
description: 'Pryzm\'s LP token for sUSDS Yield pool',
|
|
19368
19508
|
denom_units: [{
|