chain-registry 2.0.1 → 2.0.2
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/README.md +42 -10
- package/esm/mainnet/cosmoshub/asset-list.js +85 -0
- package/esm/mainnet/ethereum/asset-list.js +20 -0
- package/esm/mainnet/noble/chain.js +3 -3
- package/esm/mainnet/osmosis/asset-list.js +47 -0
- package/esm/mainnet/osmosis/ibc-data.js +14 -0
- package/esm/mainnet/pryzm/asset-list.js +334 -0
- package/esm/mainnet/terra2/asset-list.js +94 -57
- package/esm/mainnet/terra2/chain.js +18 -12
- package/esm/mainnet/xion/chain.js +8 -8
- package/esm/mainnet/xion/ibc-data.js +14 -0
- package/esm/testnet/osmosistestnet/ibc-data.js +14 -0
- package/esm/testnet/xarchaintestnet/chain.js +2 -2
- package/esm/testnet/xiontestnet2/chain.js +8 -8
- package/esm/testnet/xiontestnet2/ibc-data.js +14 -0
- package/mainnet/cosmoshub/asset-list.js +85 -0
- package/mainnet/ethereum/asset-list.js +20 -0
- package/mainnet/noble/chain.js +3 -3
- package/mainnet/osmosis/asset-list.js +47 -0
- package/mainnet/osmosis/ibc-data.js +14 -0
- package/mainnet/pryzm/asset-list.js +334 -0
- package/mainnet/terra2/asset-list.js +94 -57
- package/mainnet/terra2/chain.js +18 -12
- package/mainnet/xion/chain.js +8 -8
- package/mainnet/xion/ibc-data.js +14 -0
- package/package.json +3 -3
- package/testnet/osmosistestnet/ibc-data.js +14 -0
- package/testnet/xarchaintestnet/chain.js +2 -2
- package/testnet/xiontestnet2/chain.js +8 -8
- package/testnet/xiontestnet2/ibc-data.js +14 -0
|
@@ -616,6 +616,87 @@ const info = {
|
|
|
616
616
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/susds.svg'
|
|
617
617
|
}]
|
|
618
618
|
},
|
|
619
|
+
{
|
|
620
|
+
description: 'Wrapped Bitcoin on Pryzm',
|
|
621
|
+
denomUnits: [{
|
|
622
|
+
denom: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
|
|
623
|
+
exponent: 0
|
|
624
|
+
}, {
|
|
625
|
+
denom: 'wbtc',
|
|
626
|
+
exponent: 8
|
|
627
|
+
}],
|
|
628
|
+
typeAsset: 'ics20',
|
|
629
|
+
base: 'ibc/88386AC48152D48B34B082648DF836F975506F0B57DBBFC10A54213B1BF484CB',
|
|
630
|
+
name: 'Wrapped Bitcoin',
|
|
631
|
+
display: 'wbtc',
|
|
632
|
+
symbol: 'WBTC',
|
|
633
|
+
traces: [{
|
|
634
|
+
type: 'ibc',
|
|
635
|
+
counterparty: {
|
|
636
|
+
chainName: 'cosmoshub',
|
|
637
|
+
baseDenom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462',
|
|
638
|
+
channelId: 'channel-859'
|
|
639
|
+
},
|
|
640
|
+
chain: {
|
|
641
|
+
channelId: 'channel-0',
|
|
642
|
+
path: 'transfer/channel-0/transfer/08-wasm-1369/0x2260fac5e5542a773aa44fbcfedf7c193bc2c599'
|
|
643
|
+
}
|
|
644
|
+
}],
|
|
645
|
+
logoURIs: {
|
|
646
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
647
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg'
|
|
648
|
+
},
|
|
649
|
+
images: [{
|
|
650
|
+
imageSync: {
|
|
651
|
+
chainName: 'cosmoshub',
|
|
652
|
+
baseDenom: 'ibc/D742E8566B0B8CC8F569D950051C09CF57988A88F0E45574BFB3079D41DE6462'
|
|
653
|
+
},
|
|
654
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.png',
|
|
655
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/wbtc.svg',
|
|
656
|
+
theme: {
|
|
657
|
+
primaryColorHex: '#f39444'
|
|
658
|
+
}
|
|
659
|
+
}]
|
|
660
|
+
},
|
|
661
|
+
{
|
|
662
|
+
description: 'Midas BTC Yield Token',
|
|
663
|
+
denomUnits: [{
|
|
664
|
+
denom: 'ibc/3FC3D99F9E5003057353AD968A6E3AC12AE50741B41441666BAB3890485C9D00',
|
|
665
|
+
exponent: 0
|
|
666
|
+
}, {
|
|
667
|
+
denom: 'mBTC',
|
|
668
|
+
exponent: 18
|
|
669
|
+
}],
|
|
670
|
+
typeAsset: 'ics20',
|
|
671
|
+
base: 'ibc/3FC3D99F9E5003057353AD968A6E3AC12AE50741B41441666BAB3890485C9D00',
|
|
672
|
+
name: 'mBTC',
|
|
673
|
+
display: 'mBTC',
|
|
674
|
+
symbol: 'mBTC',
|
|
675
|
+
traces: [{
|
|
676
|
+
type: 'ibc',
|
|
677
|
+
counterparty: {
|
|
678
|
+
chainName: 'cosmoshub',
|
|
679
|
+
baseDenom: 'ibc/62F1A800DCE1AA0FD47B3592DEBB7A8956A383A14A4F756E4881AEA927B21671',
|
|
680
|
+
channelId: 'channel-859'
|
|
681
|
+
},
|
|
682
|
+
chain: {
|
|
683
|
+
channelId: 'channel-0',
|
|
684
|
+
path: 'transfer/channel-0/transfer/08-wasm-1369/0x007115416ab6c266329a03b09a8aa39ac2ef7d9d'
|
|
685
|
+
}
|
|
686
|
+
}],
|
|
687
|
+
logoURIs: {
|
|
688
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
|
|
689
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
690
|
+
},
|
|
691
|
+
images: [{
|
|
692
|
+
imageSync: {
|
|
693
|
+
chainName: 'cosmoshub',
|
|
694
|
+
baseDenom: 'ibc/62F1A800DCE1AA0FD47B3592DEBB7A8956A383A14A4F756E4881AEA927B21671'
|
|
695
|
+
},
|
|
696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.png',
|
|
697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/midas-mbtc.svg'
|
|
698
|
+
}]
|
|
699
|
+
},
|
|
619
700
|
{
|
|
620
701
|
description: 'Pryzm\'s native liquid staking token for ATOM',
|
|
621
702
|
denomUnits: [{
|
|
@@ -2512,6 +2593,98 @@ const info = {
|
|
|
2512
2593
|
}],
|
|
2513
2594
|
typeAsset: 'sdk.coin'
|
|
2514
2595
|
},
|
|
2596
|
+
{
|
|
2597
|
+
description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Sep2025',
|
|
2598
|
+
denomUnits: [{
|
|
2599
|
+
denom: 'p:ambtc:30Sep2025',
|
|
2600
|
+
exponent: 0
|
|
2601
|
+
}, {
|
|
2602
|
+
denom: 'pmBTC30Sep2025',
|
|
2603
|
+
exponent: 18
|
|
2604
|
+
}],
|
|
2605
|
+
base: 'p:ambtc:30Sep2025',
|
|
2606
|
+
name: 'pmBTC (30Sep2025)',
|
|
2607
|
+
display: 'pmBTC30Sep2025',
|
|
2608
|
+
symbol: 'pmBTC-30Sep2025',
|
|
2609
|
+
logoURIs: {
|
|
2610
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
|
|
2611
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
|
|
2612
|
+
},
|
|
2613
|
+
images: [{
|
|
2614
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
|
|
2615
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
|
|
2616
|
+
}],
|
|
2617
|
+
typeAsset: 'sdk.coin'
|
|
2618
|
+
},
|
|
2619
|
+
{
|
|
2620
|
+
description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Dec2025',
|
|
2621
|
+
denomUnits: [{
|
|
2622
|
+
denom: 'p:ambtc:31Dec2025',
|
|
2623
|
+
exponent: 0
|
|
2624
|
+
}, {
|
|
2625
|
+
denom: 'pmBTC31Dec2025',
|
|
2626
|
+
exponent: 18
|
|
2627
|
+
}],
|
|
2628
|
+
base: 'p:ambtc:31Dec2025',
|
|
2629
|
+
name: 'pmBTC (31Dec2025)',
|
|
2630
|
+
display: 'pmBTC31Dec2025',
|
|
2631
|
+
symbol: 'pmBTC-31Dec2025',
|
|
2632
|
+
logoURIs: {
|
|
2633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
|
|
2634
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
|
|
2635
|
+
},
|
|
2636
|
+
images: [{
|
|
2637
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
|
|
2638
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
|
|
2639
|
+
}],
|
|
2640
|
+
typeAsset: 'sdk.coin'
|
|
2641
|
+
},
|
|
2642
|
+
{
|
|
2643
|
+
description: 'Pryzm\'s refracted principal token for mBTC with maturity of 31Mar2026',
|
|
2644
|
+
denomUnits: [{
|
|
2645
|
+
denom: 'p:ambtc:31Mar2026',
|
|
2646
|
+
exponent: 0
|
|
2647
|
+
}, {
|
|
2648
|
+
denom: 'pmBTC31Mar2026',
|
|
2649
|
+
exponent: 18
|
|
2650
|
+
}],
|
|
2651
|
+
base: 'p:ambtc:31Mar2026',
|
|
2652
|
+
name: 'pmBTC (31Mar2026)',
|
|
2653
|
+
display: 'pmBTC31Mar2026',
|
|
2654
|
+
symbol: 'pmBTC-31Mar2026',
|
|
2655
|
+
logoURIs: {
|
|
2656
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
|
|
2657
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
|
|
2658
|
+
},
|
|
2659
|
+
images: [{
|
|
2660
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
|
|
2661
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
|
|
2662
|
+
}],
|
|
2663
|
+
typeAsset: 'sdk.coin'
|
|
2664
|
+
},
|
|
2665
|
+
{
|
|
2666
|
+
description: 'Pryzm\'s refracted principal token for mBTC with maturity of 30Jun2026',
|
|
2667
|
+
denomUnits: [{
|
|
2668
|
+
denom: 'p:ambtc:30Jun2026',
|
|
2669
|
+
exponent: 0
|
|
2670
|
+
}, {
|
|
2671
|
+
denom: 'pmBTC30Jun2026',
|
|
2672
|
+
exponent: 18
|
|
2673
|
+
}],
|
|
2674
|
+
base: 'p:ambtc:30Jun2026',
|
|
2675
|
+
name: 'pmBTC (30Jun2026)',
|
|
2676
|
+
display: 'pmBTC30Jun2026',
|
|
2677
|
+
symbol: 'pmBTC-30Jun2026',
|
|
2678
|
+
logoURIs: {
|
|
2679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
|
|
2680
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
|
|
2681
|
+
},
|
|
2682
|
+
images: [{
|
|
2683
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.png',
|
|
2684
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/pmBTC.svg'
|
|
2685
|
+
}],
|
|
2686
|
+
typeAsset: 'sdk.coin'
|
|
2687
|
+
},
|
|
2515
2688
|
{
|
|
2516
2689
|
description: 'Pryzm\'s refracted yield token for ATOM with maturity of 30Sep2024',
|
|
2517
2690
|
denomUnits: [{
|
|
@@ -4191,6 +4364,98 @@ const info = {
|
|
|
4191
4364
|
}],
|
|
4192
4365
|
typeAsset: 'sdk.coin'
|
|
4193
4366
|
},
|
|
4367
|
+
{
|
|
4368
|
+
description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Sep2025',
|
|
4369
|
+
denomUnits: [{
|
|
4370
|
+
denom: 'y:ambtc:30Sep2025',
|
|
4371
|
+
exponent: 0
|
|
4372
|
+
}, {
|
|
4373
|
+
denom: 'ymBTC30Sep2025',
|
|
4374
|
+
exponent: 18
|
|
4375
|
+
}],
|
|
4376
|
+
base: 'y:ambtc:30Sep2025',
|
|
4377
|
+
name: 'ymBTC (30Sep2025)',
|
|
4378
|
+
display: 'ymBTC30Sep2025',
|
|
4379
|
+
symbol: 'ymBTC-30Sep2025',
|
|
4380
|
+
logoURIs: {
|
|
4381
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
|
|
4382
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
|
|
4383
|
+
},
|
|
4384
|
+
images: [{
|
|
4385
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
|
|
4386
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
|
|
4387
|
+
}],
|
|
4388
|
+
typeAsset: 'sdk.coin'
|
|
4389
|
+
},
|
|
4390
|
+
{
|
|
4391
|
+
description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Dec2025',
|
|
4392
|
+
denomUnits: [{
|
|
4393
|
+
denom: 'y:ambtc:31Dec2025',
|
|
4394
|
+
exponent: 0
|
|
4395
|
+
}, {
|
|
4396
|
+
denom: 'ymBTC31Dec2025',
|
|
4397
|
+
exponent: 18
|
|
4398
|
+
}],
|
|
4399
|
+
base: 'y:ambtc:31Dec2025',
|
|
4400
|
+
name: 'ymBTC (31Dec2025)',
|
|
4401
|
+
display: 'ymBTC31Dec2025',
|
|
4402
|
+
symbol: 'ymBTC-31Dec2025',
|
|
4403
|
+
logoURIs: {
|
|
4404
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
|
|
4405
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
|
|
4406
|
+
},
|
|
4407
|
+
images: [{
|
|
4408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
|
|
4409
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
|
|
4410
|
+
}],
|
|
4411
|
+
typeAsset: 'sdk.coin'
|
|
4412
|
+
},
|
|
4413
|
+
{
|
|
4414
|
+
description: 'Pryzm\'s refracted yield token for mBTC with maturity of 31Mar2026',
|
|
4415
|
+
denomUnits: [{
|
|
4416
|
+
denom: 'y:ambtc:31Mar2026',
|
|
4417
|
+
exponent: 0
|
|
4418
|
+
}, {
|
|
4419
|
+
denom: 'ymBTC31Mar2026',
|
|
4420
|
+
exponent: 18
|
|
4421
|
+
}],
|
|
4422
|
+
base: 'y:ambtc:31Mar2026',
|
|
4423
|
+
name: 'ymBTC (31Mar2026)',
|
|
4424
|
+
display: 'ymBTC31Mar2026',
|
|
4425
|
+
symbol: 'ymBTC-31Mar2026',
|
|
4426
|
+
logoURIs: {
|
|
4427
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
|
|
4428
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
|
|
4429
|
+
},
|
|
4430
|
+
images: [{
|
|
4431
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
|
|
4432
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
|
|
4433
|
+
}],
|
|
4434
|
+
typeAsset: 'sdk.coin'
|
|
4435
|
+
},
|
|
4436
|
+
{
|
|
4437
|
+
description: 'Pryzm\'s refracted yield token for mBTC with maturity of 30Jun2026',
|
|
4438
|
+
denomUnits: [{
|
|
4439
|
+
denom: 'y:ambtc:30Jun2026',
|
|
4440
|
+
exponent: 0
|
|
4441
|
+
}, {
|
|
4442
|
+
denom: 'ymBTC30Jun2026',
|
|
4443
|
+
exponent: 18
|
|
4444
|
+
}],
|
|
4445
|
+
base: 'y:ambtc:30Jun2026',
|
|
4446
|
+
name: 'ymBTC (30Jun2026)',
|
|
4447
|
+
display: 'ymBTC30Jun2026',
|
|
4448
|
+
symbol: 'ymBTC-30Jun2026',
|
|
4449
|
+
logoURIs: {
|
|
4450
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
|
|
4451
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
|
|
4452
|
+
},
|
|
4453
|
+
images: [{
|
|
4454
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.png',
|
|
4455
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/ymBTC.svg'
|
|
4456
|
+
}],
|
|
4457
|
+
typeAsset: 'sdk.coin'
|
|
4458
|
+
},
|
|
4194
4459
|
{
|
|
4195
4460
|
description: 'Pryzm\'s LP token for USDC / USDC.axl pool',
|
|
4196
4461
|
denomUnits: [{
|
|
@@ -4904,6 +5169,75 @@ const info = {
|
|
|
4904
5169
|
}],
|
|
4905
5170
|
typeAsset: 'sdk.coin'
|
|
4906
5171
|
},
|
|
5172
|
+
{
|
|
5173
|
+
description: 'Pryzm\'s LP token for mBTC Yield pool',
|
|
5174
|
+
denomUnits: [{
|
|
5175
|
+
denom: 'lp:38:ambtc',
|
|
5176
|
+
exponent: 0
|
|
5177
|
+
}, {
|
|
5178
|
+
denom: 'lp:38:mbtc',
|
|
5179
|
+
exponent: 18
|
|
5180
|
+
}],
|
|
5181
|
+
base: 'lp:38:ambtc',
|
|
5182
|
+
name: 'mBTC Yield LP',
|
|
5183
|
+
display: 'lp:38:mbtc',
|
|
5184
|
+
symbol: 'mBTC-YIELD-LP',
|
|
5185
|
+
logoURIs: {
|
|
5186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5188
|
+
},
|
|
5189
|
+
images: [{
|
|
5190
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5191
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5192
|
+
}],
|
|
5193
|
+
typeAsset: 'sdk.coin'
|
|
5194
|
+
},
|
|
5195
|
+
{
|
|
5196
|
+
description: 'Pryzm\'s LP token for mBTC Boost pool',
|
|
5197
|
+
denomUnits: [{
|
|
5198
|
+
denom: 'lp:39:ambtcypt-wsat',
|
|
5199
|
+
exponent: 0
|
|
5200
|
+
}, {
|
|
5201
|
+
denom: 'lp:39:mbtcypt-wbtc',
|
|
5202
|
+
exponent: 18
|
|
5203
|
+
}],
|
|
5204
|
+
base: 'lp:39:ambtcypt-wsat',
|
|
5205
|
+
name: 'mBTC Boost LP',
|
|
5206
|
+
display: 'lp:39:mbtcypt-wbtc',
|
|
5207
|
+
symbol: 'mBTC-BOOST-LP',
|
|
5208
|
+
logoURIs: {
|
|
5209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5211
|
+
},
|
|
5212
|
+
images: [{
|
|
5213
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5214
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5215
|
+
}],
|
|
5216
|
+
typeAsset: 'sdk.coin'
|
|
5217
|
+
},
|
|
5218
|
+
{
|
|
5219
|
+
description: 'Pryzm\'s LP token for WBTC / USDC pool',
|
|
5220
|
+
denomUnits: [{
|
|
5221
|
+
denom: 'lp:40:wsat-uusdc',
|
|
5222
|
+
exponent: 0
|
|
5223
|
+
}, {
|
|
5224
|
+
denom: 'lp:40:wbtc-usdc',
|
|
5225
|
+
exponent: 18
|
|
5226
|
+
}],
|
|
5227
|
+
base: 'lp:40:wsat-uusdc',
|
|
5228
|
+
name: 'WBTC / USDC LP',
|
|
5229
|
+
display: 'lp:40:wbtc-usdc',
|
|
5230
|
+
symbol: 'WBTC-USDC-LP',
|
|
5231
|
+
logoURIs: {
|
|
5232
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5233
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5234
|
+
},
|
|
5235
|
+
images: [{
|
|
5236
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.png',
|
|
5237
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/pryzm/images/lp.svg'
|
|
5238
|
+
}],
|
|
5239
|
+
typeAsset: 'sdk.coin'
|
|
5240
|
+
},
|
|
4907
5241
|
{
|
|
4908
5242
|
description: 'The non-transferable receipt of PRYZM airdrop for StakeDrop participants',
|
|
4909
5243
|
denomUnits: [{
|
|
@@ -3,7 +3,7 @@ const info = {
|
|
|
3
3
|
chainName: 'terra2',
|
|
4
4
|
assets: [
|
|
5
5
|
{
|
|
6
|
-
description: 'The native staking token of Terra.',
|
|
6
|
+
description: 'The native staking token of Terra Phoenix.',
|
|
7
7
|
denomUnits: [{
|
|
8
8
|
denom: 'uluna',
|
|
9
9
|
exponent: 0
|
|
@@ -28,8 +28,8 @@ const info = {
|
|
|
28
28
|
}
|
|
29
29
|
}],
|
|
30
30
|
socials: {
|
|
31
|
-
website: 'https://www.
|
|
32
|
-
twitter: 'https://twitter.com/
|
|
31
|
+
website: 'https://www.phoenix.money/',
|
|
32
|
+
twitter: 'https://twitter.com/phoenix_dir'
|
|
33
33
|
},
|
|
34
34
|
typeAsset: 'sdk.coin'
|
|
35
35
|
},
|
|
@@ -1141,60 +1141,6 @@ const info = {
|
|
|
1141
1141
|
},
|
|
1142
1142
|
coingeckoId: 'tether'
|
|
1143
1143
|
},
|
|
1144
|
-
{
|
|
1145
|
-
description: 'ATOM-LUNA liquidity pool token on URA',
|
|
1146
|
-
denomUnits: [{
|
|
1147
|
-
denom: 'factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP',
|
|
1148
|
-
exponent: 0
|
|
1149
|
-
}, {
|
|
1150
|
-
denom: 'atom-luna-lp',
|
|
1151
|
-
exponent: 6
|
|
1152
|
-
}],
|
|
1153
|
-
base: 'factory/terra1djk2zl83dspt696ex5crhfacu8vm6934576t4zdd2592fzyahr2qma6guq/ULUN-IBC/-LP',
|
|
1154
|
-
name: 'ATOM-LUNA LP Token URA',
|
|
1155
|
-
display: 'atom-luna-lp',
|
|
1156
|
-
symbol: 'ATOM-LUNA-LP',
|
|
1157
|
-
images: [{
|
|
1158
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg'
|
|
1159
|
-
}],
|
|
1160
|
-
typeAsset: 'sdk.coin'
|
|
1161
|
-
},
|
|
1162
|
-
{
|
|
1163
|
-
description: 'LUNA-USDC liquidity pool token on URA',
|
|
1164
|
-
denomUnits: [{
|
|
1165
|
-
denom: 'factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP',
|
|
1166
|
-
exponent: 0
|
|
1167
|
-
}, {
|
|
1168
|
-
denom: 'luna-usdc-lp',
|
|
1169
|
-
exponent: 6
|
|
1170
|
-
}],
|
|
1171
|
-
base: 'factory/terra12jxfw2vg4cu6mxlgf39dp5ccxtuwm468w8eh9cnh2qsxc9t0sffs7ekhft/ULUN-IBC/-LP',
|
|
1172
|
-
name: 'LUNA-USDC LP Token URA',
|
|
1173
|
-
display: 'luna-usdc-lp',
|
|
1174
|
-
symbol: 'LUNA-USDC-LP',
|
|
1175
|
-
images: [{
|
|
1176
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg'
|
|
1177
|
-
}],
|
|
1178
|
-
typeAsset: 'sdk.coin'
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
description: 'LUNA-USDT liquidity pool token on URA',
|
|
1182
|
-
denomUnits: [{
|
|
1183
|
-
denom: 'factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP',
|
|
1184
|
-
exponent: 0
|
|
1185
|
-
}, {
|
|
1186
|
-
denom: 'luna-usdt-lp',
|
|
1187
|
-
exponent: 6
|
|
1188
|
-
}],
|
|
1189
|
-
base: 'factory/terra1w9spejtuac5dt0gympq576uhwde39exhh7hdxwl99rjvaphfukkq6y4cv7/ULUN-IBC/-LP',
|
|
1190
|
-
name: 'LUNA-USDT LP Token URA',
|
|
1191
|
-
display: 'luna-usdt-lp',
|
|
1192
|
-
symbol: 'LUNA-USDT-LP',
|
|
1193
|
-
images: [{
|
|
1194
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/ura.svg'
|
|
1195
|
-
}],
|
|
1196
|
-
typeAsset: 'sdk.coin'
|
|
1197
|
-
},
|
|
1198
1144
|
{
|
|
1199
1145
|
description: 'ashLUNA',
|
|
1200
1146
|
denomUnits: [{
|
|
@@ -1465,6 +1411,97 @@ const info = {
|
|
|
1465
1411
|
name: 'Eris Protocol LUNA/USDC ampLP',
|
|
1466
1412
|
display: 'amplp',
|
|
1467
1413
|
symbol: 'LUNA-USDC-ampLP'
|
|
1414
|
+
},
|
|
1415
|
+
{
|
|
1416
|
+
description: 'EURe is a Euro-backed stablecoin issued by Monerium on Noble.',
|
|
1417
|
+
denomUnits: [{
|
|
1418
|
+
denom: 'ibc/8D52B251B447B7160421ACFBD50F6B0ABE5F98D2C404B03701130F12044439A1',
|
|
1419
|
+
exponent: 0,
|
|
1420
|
+
aliases: ['ueure']
|
|
1421
|
+
}, {
|
|
1422
|
+
denom: 'eure',
|
|
1423
|
+
exponent: 6
|
|
1424
|
+
}],
|
|
1425
|
+
typeAsset: 'ics20',
|
|
1426
|
+
base: 'ibc/8D52B251B447B7160421ACFBD50F6B0ABE5F98D2C404B03701130F12044439A1',
|
|
1427
|
+
name: 'Monerium EUR emoney',
|
|
1428
|
+
display: 'eure',
|
|
1429
|
+
symbol: 'EURe',
|
|
1430
|
+
traces: [
|
|
1431
|
+
{
|
|
1432
|
+
type: 'synthetic',
|
|
1433
|
+
counterparty: {
|
|
1434
|
+
chainName: 'forex',
|
|
1435
|
+
baseDenom: 'EUR'
|
|
1436
|
+
},
|
|
1437
|
+
provider: 'Monerium'
|
|
1438
|
+
},
|
|
1439
|
+
{
|
|
1440
|
+
type: 'additional-mintage',
|
|
1441
|
+
counterparty: {
|
|
1442
|
+
chainName: 'ethereum',
|
|
1443
|
+
baseDenom: '0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f'
|
|
1444
|
+
},
|
|
1445
|
+
provider: 'Monerium'
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
type: 'ibc',
|
|
1449
|
+
counterparty: {
|
|
1450
|
+
chainName: 'noble',
|
|
1451
|
+
baseDenom: 'ueure',
|
|
1452
|
+
channelId: 'channel-30'
|
|
1453
|
+
},
|
|
1454
|
+
chain: {
|
|
1455
|
+
channelId: 'channel-253',
|
|
1456
|
+
path: 'transfer/channel-253/ueure'
|
|
1457
|
+
}
|
|
1458
|
+
}
|
|
1459
|
+
],
|
|
1460
|
+
logoURIs: {
|
|
1461
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.png',
|
|
1462
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.svg'
|
|
1463
|
+
},
|
|
1464
|
+
images: [{
|
|
1465
|
+
imageSync: {
|
|
1466
|
+
chainName: 'ethereum',
|
|
1467
|
+
baseDenom: '0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f'
|
|
1468
|
+
},
|
|
1469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.png',
|
|
1470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eure.svg',
|
|
1471
|
+
theme: {
|
|
1472
|
+
circle: true,
|
|
1473
|
+
primaryColorHex: '#0095D7',
|
|
1474
|
+
backgroundColorHex: '#FFFFFF'
|
|
1475
|
+
}
|
|
1476
|
+
}],
|
|
1477
|
+
coingeckoId: 'monerium-eur-money'
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
description: 'A Terra native overcollateralized USD stablecoin, powered by Capapult Finance.',
|
|
1481
|
+
denomUnits: [{
|
|
1482
|
+
denom: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
|
|
1483
|
+
exponent: 0
|
|
1484
|
+
}, {
|
|
1485
|
+
denom: 'solid',
|
|
1486
|
+
exponent: 6
|
|
1487
|
+
}],
|
|
1488
|
+
typeAsset: 'cw20',
|
|
1489
|
+
address: 'terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
|
|
1490
|
+
base: 'cw20:terra10aa3zdkrc7jwuf8ekl3zq7e7m42vmzqehcmu74e4egc7xkm5kr2s0muyst',
|
|
1491
|
+
name: 'Solid USD',
|
|
1492
|
+
display: 'solid',
|
|
1493
|
+
symbol: 'SOLID',
|
|
1494
|
+
logoURIs: {
|
|
1495
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
1496
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg'
|
|
1497
|
+
},
|
|
1498
|
+
images: [{
|
|
1499
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.png',
|
|
1500
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/solid.svg',
|
|
1501
|
+
theme: {
|
|
1502
|
+
primaryColorHex: '#040404'
|
|
1503
|
+
}
|
|
1504
|
+
}]
|
|
1468
1505
|
}
|
|
1469
1506
|
]
|
|
1470
1507
|
};
|
|
@@ -3,7 +3,7 @@ const info = {
|
|
|
3
3
|
chainName: 'terra2',
|
|
4
4
|
status: 'live',
|
|
5
5
|
networkType: 'mainnet',
|
|
6
|
-
website: 'https://www.
|
|
6
|
+
website: 'https://www.phoenix.money/',
|
|
7
7
|
prettyName: 'Terra',
|
|
8
8
|
chainType: 'cosmos',
|
|
9
9
|
chainId: 'phoenix-1',
|
|
@@ -26,12 +26,12 @@ const info = {
|
|
|
26
26
|
}]
|
|
27
27
|
},
|
|
28
28
|
codebase: {
|
|
29
|
-
gitRepo: 'https://github.com/
|
|
30
|
-
recommendedVersion: 'v2.
|
|
31
|
-
compatibleVersions: ['v2.
|
|
29
|
+
gitRepo: 'https://github.com/phoenix-directive/core/',
|
|
30
|
+
recommendedVersion: 'v2.16.0',
|
|
31
|
+
compatibleVersions: ['v2.16.0'],
|
|
32
32
|
binaries: {
|
|
33
|
-
"linux/arm64": 'https://github.com/
|
|
34
|
-
"linux/amd64": 'https://github.com/
|
|
33
|
+
"linux/arm64": 'https://github.com/phoenix-directive/core/releases/download/v2.16.0/terra_2.16.0_Linux_arm64.tar.gz',
|
|
34
|
+
"linux/amd64": 'https://github.com/phoenix-directive/core/releases/download/v2.16.0/terra_2.16.0_Linux_x86_64.tar.gz'
|
|
35
35
|
},
|
|
36
36
|
genesis: {
|
|
37
37
|
name: 'v2.0',
|
|
@@ -188,6 +188,18 @@ const info = {
|
|
|
188
188
|
]
|
|
189
189
|
},
|
|
190
190
|
explorers: [
|
|
191
|
+
{
|
|
192
|
+
kind: 'mintscan',
|
|
193
|
+
url: 'https://www.mintscan.io/terra',
|
|
194
|
+
txPage: 'https://www.mintscan.io/terra/transactions/${txHash}',
|
|
195
|
+
accountPage: 'https://www.mintscan.io/terra/accounts/${accountAddress}'
|
|
196
|
+
},
|
|
197
|
+
{
|
|
198
|
+
kind: 'Chainscope',
|
|
199
|
+
url: 'https://chainsco.pe/terra2',
|
|
200
|
+
txPage: 'https://chainsco.pe/terra2/tx/${txHash}',
|
|
201
|
+
accountPage: 'https://chainsco.pe/terra2/address/${accountAddress}'
|
|
202
|
+
},
|
|
191
203
|
{
|
|
192
204
|
kind: 'atomscan',
|
|
193
205
|
url: 'https://atomscan.com/terra2',
|
|
@@ -211,12 +223,6 @@ const info = {
|
|
|
211
223
|
url: 'https://stakeflow.io/terra',
|
|
212
224
|
accountPage: 'https://stakeflow.io/terra/accounts/${accountAddress}'
|
|
213
225
|
},
|
|
214
|
-
{
|
|
215
|
-
kind: 'mintscan',
|
|
216
|
-
url: 'https://www.mintscan.io/terra',
|
|
217
|
-
txPage: 'https://www.mintscan.io/terra/transactions/${txHash}',
|
|
218
|
-
accountPage: 'https://www.mintscan.io/terra/accounts/${accountAddress}'
|
|
219
|
-
},
|
|
220
226
|
{
|
|
221
227
|
kind: 'Chainroot',
|
|
222
228
|
url: 'https://explorer.chainroot.io/terra',
|
|
@@ -36,21 +36,21 @@ const info = {
|
|
|
36
36
|
},
|
|
37
37
|
codebase: {
|
|
38
38
|
gitRepo: 'https://github.com/burnt-labs/xion',
|
|
39
|
-
tag: '
|
|
40
|
-
recommendedVersion: '
|
|
39
|
+
tag: 'v19.0.1',
|
|
40
|
+
recommendedVersion: 'v19.0.1',
|
|
41
41
|
language: {
|
|
42
42
|
type: 'go',
|
|
43
43
|
version: 'v1.23'
|
|
44
44
|
},
|
|
45
45
|
binaries: {
|
|
46
|
-
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
47
|
-
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
48
|
-
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
49
|
-
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/
|
|
46
|
+
"darwin/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_darwin_amd64.tar.gz?checksum=sha256:f350e2ab0cc08c18acce0d6518bd4f29ac88f1c331eb10d3ca43ec3e74103521',
|
|
47
|
+
"darwin/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_darwin_arm64.tar.gz?checksum=sha256:9c2944de98c54f4e8517259d0782daca4c43900887b7d7c19044ba75b6e2976d',
|
|
48
|
+
"linux/amd64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_linux_amd64.tar.gz?checksum=sha256:5350ccf4fb83f086f772ceebd8a1c3788c2fa64ad1976d92052842e23a1977c3',
|
|
49
|
+
"linux/arm64": 'https://github.com/burnt-labs/xion/releases/download/v19.0.1/xiond_19.0.1_linux_arm64.tar.gz?checksum=sha256:efed79d4b240c6edaa4488b54e7efcbff89313c0f0ed6e1682dab0f1d97315c2'
|
|
50
50
|
},
|
|
51
51
|
sdk: {
|
|
52
52
|
type: 'cosmos',
|
|
53
|
-
version: 'v0.
|
|
53
|
+
version: 'v0.53.0'
|
|
54
54
|
},
|
|
55
55
|
consensus: {
|
|
56
56
|
type: 'cometbft',
|
|
@@ -65,7 +65,7 @@ const info = {
|
|
|
65
65
|
version: 'v8.7.0'
|
|
66
66
|
},
|
|
67
67
|
genesis: {
|
|
68
|
-
genesisUrl: 'https://raw.githubusercontent.com/burnt-labs/xion-mainnet-1/
|
|
68
|
+
genesisUrl: 'https://raw.githubusercontent.com/burnt-labs/xion-mainnet-1/main/config/genesis.json'
|
|
69
69
|
}
|
|
70
70
|
},
|
|
71
71
|
apis: {
|
|
@@ -171,6 +171,20 @@ const info = [
|
|
|
171
171
|
status: 'live',
|
|
172
172
|
preferred: true
|
|
173
173
|
}
|
|
174
|
+
}, {
|
|
175
|
+
chain1: {
|
|
176
|
+
channelId: 'channel-98063',
|
|
177
|
+
portId: 'icqhost'
|
|
178
|
+
},
|
|
179
|
+
chain2: {
|
|
180
|
+
channelId: 'channel-14',
|
|
181
|
+
portId: 'feeabs'
|
|
182
|
+
},
|
|
183
|
+
ordering: 'unordered',
|
|
184
|
+
version: 'icq-1',
|
|
185
|
+
tags: {
|
|
186
|
+
status: 'live'
|
|
187
|
+
}
|
|
174
188
|
}]
|
|
175
189
|
},
|
|
176
190
|
{
|