@chain-registry/assets 1.70.86 → 1.70.88
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/carbon.js +72 -0
- package/esm/mainnet/elys.js +78 -0
- package/esm/mainnet/kujira.js +72 -0
- package/esm/mainnet/migaloo.js +72 -0
- package/esm/mainnet/neutron.js +72 -0
- package/esm/mainnet/osmosis.js +72 -0
- package/esm/mainnet/secretnetwork.js +72 -0
- package/esm/mainnet/xion.js +170 -0
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/manifesttestnet.js +154 -0
- package/esm/testnet/osmosistestnet.js +140 -0
- package/mainnet/carbon.js +72 -0
- package/mainnet/elys.js +78 -0
- package/mainnet/kujira.js +72 -0
- package/mainnet/migaloo.js +72 -0
- package/mainnet/neutron.js +72 -0
- package/mainnet/osmosis.js +72 -0
- package/mainnet/secretnetwork.js +72 -0
- package/mainnet/xion.js +170 -0
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/manifesttestnet.d.ts +3 -0
- package/testnet/manifesttestnet.js +156 -0
- package/testnet/osmosistestnet.js +140 -0
package/esm/mainnet/carbon.js
CHANGED
|
@@ -2393,6 +2393,42 @@ const assets = {
|
|
|
2393
2393
|
}
|
|
2394
2394
|
}]
|
|
2395
2395
|
},
|
|
2396
|
+
{
|
|
2397
|
+
description: 'ERIS Arbitrage LUNA',
|
|
2398
|
+
type_asset: 'cw20',
|
|
2399
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
2400
|
+
denom_units: [{
|
|
2401
|
+
denom: 'ibc/781B32DD8EBFC502EC6F1C023706AA74F1232880D70AC2EB7C6A903F4ED6242B',
|
|
2402
|
+
exponent: 0,
|
|
2403
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
2404
|
+
}, {
|
|
2405
|
+
denom: 'arbLUNA',
|
|
2406
|
+
exponent: 6
|
|
2407
|
+
}],
|
|
2408
|
+
base: 'ibc/781B32DD8EBFC502EC6F1C023706AA74F1232880D70AC2EB7C6A903F4ED6242B',
|
|
2409
|
+
name: 'ERIS Arb LUNA',
|
|
2410
|
+
display: 'arbLUNA',
|
|
2411
|
+
symbol: 'arbLUNA',
|
|
2412
|
+
logo_URIs: {
|
|
2413
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
2414
|
+
},
|
|
2415
|
+
images: [{
|
|
2416
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
2417
|
+
}],
|
|
2418
|
+
traces: [{
|
|
2419
|
+
type: 'ibc-cw20',
|
|
2420
|
+
counterparty: {
|
|
2421
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
2422
|
+
channel_id: 'channel-41',
|
|
2423
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
2424
|
+
chain_name: 'terra2'
|
|
2425
|
+
},
|
|
2426
|
+
chain: {
|
|
2427
|
+
port: 'transfer',
|
|
2428
|
+
channel_id: 'channel-16'
|
|
2429
|
+
}
|
|
2430
|
+
}]
|
|
2431
|
+
},
|
|
2396
2432
|
{
|
|
2397
2433
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
2398
2434
|
denom_units: [{
|
|
@@ -3688,6 +3724,42 @@ const assets = {
|
|
|
3688
3724
|
channel_id: 'channel-16'
|
|
3689
3725
|
}
|
|
3690
3726
|
}]
|
|
3727
|
+
},
|
|
3728
|
+
{
|
|
3729
|
+
description: 'ERIS Arbitrage LUNA',
|
|
3730
|
+
type_asset: 'cw20',
|
|
3731
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
3732
|
+
denom_units: [{
|
|
3733
|
+
denom: 'ibc/781B32DD8EBFC502EC6F1C023706AA74F1232880D70AC2EB7C6A903F4ED6242B',
|
|
3734
|
+
exponent: 0,
|
|
3735
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
3736
|
+
}, {
|
|
3737
|
+
denom: 'arbLUNA',
|
|
3738
|
+
exponent: 6
|
|
3739
|
+
}],
|
|
3740
|
+
base: 'ibc/781B32DD8EBFC502EC6F1C023706AA74F1232880D70AC2EB7C6A903F4ED6242B',
|
|
3741
|
+
name: 'ERIS Arb LUNA',
|
|
3742
|
+
display: 'arbLUNA',
|
|
3743
|
+
symbol: 'arbLUNA',
|
|
3744
|
+
logo_URIs: {
|
|
3745
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
3746
|
+
},
|
|
3747
|
+
images: [{
|
|
3748
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
3749
|
+
}],
|
|
3750
|
+
traces: [{
|
|
3751
|
+
type: 'ibc-cw20',
|
|
3752
|
+
counterparty: {
|
|
3753
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
3754
|
+
channel_id: 'channel-41',
|
|
3755
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
3756
|
+
chain_name: 'terra2'
|
|
3757
|
+
},
|
|
3758
|
+
chain: {
|
|
3759
|
+
port: 'transfer',
|
|
3760
|
+
channel_id: 'channel-16'
|
|
3761
|
+
}
|
|
3762
|
+
}]
|
|
3691
3763
|
}
|
|
3692
3764
|
]
|
|
3693
3765
|
};
|
package/esm/mainnet/elys.js
CHANGED
|
@@ -603,6 +603,45 @@ const assets = {
|
|
|
603
603
|
}
|
|
604
604
|
}]
|
|
605
605
|
},
|
|
606
|
+
{
|
|
607
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
608
|
+
denom_units: [{
|
|
609
|
+
denom: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
610
|
+
exponent: 0,
|
|
611
|
+
aliases: ['uxion']
|
|
612
|
+
}, {
|
|
613
|
+
denom: 'XION',
|
|
614
|
+
exponent: 6,
|
|
615
|
+
aliases: ['xion']
|
|
616
|
+
}],
|
|
617
|
+
base: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
618
|
+
display: 'XION',
|
|
619
|
+
name: 'xion',
|
|
620
|
+
symbol: 'XION',
|
|
621
|
+
coingecko_id: 'xion-2',
|
|
622
|
+
type_asset: 'sdk.coin',
|
|
623
|
+
logo_URIs: {
|
|
624
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
625
|
+
},
|
|
626
|
+
images: [{
|
|
627
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
628
|
+
}],
|
|
629
|
+
socials: {
|
|
630
|
+
website: 'https://xion.burnt.com/',
|
|
631
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
632
|
+
},
|
|
633
|
+
traces: [{
|
|
634
|
+
type: 'ibc',
|
|
635
|
+
counterparty: {
|
|
636
|
+
channel_id: 'channel-9',
|
|
637
|
+
base_denom: 'uxion',
|
|
638
|
+
chain_name: 'xion'
|
|
639
|
+
},
|
|
640
|
+
chain: {
|
|
641
|
+
channel_id: 'channel-8'
|
|
642
|
+
}
|
|
643
|
+
}]
|
|
644
|
+
},
|
|
606
645
|
{
|
|
607
646
|
description: 'The permissioned staking asset for Noble Chain',
|
|
608
647
|
denom_units: [{
|
|
@@ -860,6 +899,45 @@ const assets = {
|
|
|
860
899
|
channel_id: 'channel-9'
|
|
861
900
|
}
|
|
862
901
|
}]
|
|
902
|
+
},
|
|
903
|
+
{
|
|
904
|
+
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
905
|
+
denom_units: [{
|
|
906
|
+
denom: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
907
|
+
exponent: 0,
|
|
908
|
+
aliases: ['uxion']
|
|
909
|
+
}, {
|
|
910
|
+
denom: 'XION',
|
|
911
|
+
exponent: 6,
|
|
912
|
+
aliases: ['xion']
|
|
913
|
+
}],
|
|
914
|
+
base: 'ibc/6BFB09FE2464A7681645610F56BBEFF555A00B8AE146339FEB4609BF40FB0F4A',
|
|
915
|
+
display: 'XION',
|
|
916
|
+
name: 'xion',
|
|
917
|
+
symbol: 'XION',
|
|
918
|
+
coingecko_id: 'xion-2',
|
|
919
|
+
type_asset: 'sdk.coin',
|
|
920
|
+
logo_URIs: {
|
|
921
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
922
|
+
},
|
|
923
|
+
images: [{
|
|
924
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
925
|
+
}],
|
|
926
|
+
socials: {
|
|
927
|
+
website: 'https://xion.burnt.com/',
|
|
928
|
+
twitter: 'https://twitter.com/burnt_xion'
|
|
929
|
+
},
|
|
930
|
+
traces: [{
|
|
931
|
+
type: 'ibc',
|
|
932
|
+
counterparty: {
|
|
933
|
+
channel_id: 'channel-9',
|
|
934
|
+
base_denom: 'uxion',
|
|
935
|
+
chain_name: 'xion'
|
|
936
|
+
},
|
|
937
|
+
chain: {
|
|
938
|
+
channel_id: 'channel-8'
|
|
939
|
+
}
|
|
940
|
+
}]
|
|
863
941
|
}
|
|
864
942
|
]
|
|
865
943
|
};
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -7844,6 +7844,42 @@ const assets = {
|
|
|
7844
7844
|
}
|
|
7845
7845
|
}]
|
|
7846
7846
|
},
|
|
7847
|
+
{
|
|
7848
|
+
description: 'ERIS Arbitrage LUNA',
|
|
7849
|
+
type_asset: 'cw20',
|
|
7850
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
7851
|
+
denom_units: [{
|
|
7852
|
+
denom: 'ibc/5F5070224BAAB407493823E99C61B35CECD8B004C85D5B8361BFFF732A09D8CF',
|
|
7853
|
+
exponent: 0,
|
|
7854
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
7855
|
+
}, {
|
|
7856
|
+
denom: 'arbLUNA',
|
|
7857
|
+
exponent: 6
|
|
7858
|
+
}],
|
|
7859
|
+
base: 'ibc/5F5070224BAAB407493823E99C61B35CECD8B004C85D5B8361BFFF732A09D8CF',
|
|
7860
|
+
name: 'ERIS Arb LUNA',
|
|
7861
|
+
display: 'arbLUNA',
|
|
7862
|
+
symbol: 'arbLUNA',
|
|
7863
|
+
logo_URIs: {
|
|
7864
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
7865
|
+
},
|
|
7866
|
+
images: [{
|
|
7867
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
7868
|
+
}],
|
|
7869
|
+
traces: [{
|
|
7870
|
+
type: 'ibc-cw20',
|
|
7871
|
+
counterparty: {
|
|
7872
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
7873
|
+
channel_id: 'channel-28',
|
|
7874
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
7875
|
+
chain_name: 'terra2'
|
|
7876
|
+
},
|
|
7877
|
+
chain: {
|
|
7878
|
+
port: 'transfer',
|
|
7879
|
+
channel_id: 'channel-36'
|
|
7880
|
+
}
|
|
7881
|
+
}]
|
|
7882
|
+
},
|
|
7847
7883
|
{
|
|
7848
7884
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
7849
7885
|
denom_units: [{
|
|
@@ -9516,6 +9552,42 @@ const assets = {
|
|
|
9516
9552
|
channel_id: 'channel-36'
|
|
9517
9553
|
}
|
|
9518
9554
|
}]
|
|
9555
|
+
},
|
|
9556
|
+
{
|
|
9557
|
+
description: 'ERIS Arbitrage LUNA',
|
|
9558
|
+
type_asset: 'cw20',
|
|
9559
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
9560
|
+
denom_units: [{
|
|
9561
|
+
denom: 'ibc/5F5070224BAAB407493823E99C61B35CECD8B004C85D5B8361BFFF732A09D8CF',
|
|
9562
|
+
exponent: 0,
|
|
9563
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
9564
|
+
}, {
|
|
9565
|
+
denom: 'arbLUNA',
|
|
9566
|
+
exponent: 6
|
|
9567
|
+
}],
|
|
9568
|
+
base: 'ibc/5F5070224BAAB407493823E99C61B35CECD8B004C85D5B8361BFFF732A09D8CF',
|
|
9569
|
+
name: 'ERIS Arb LUNA',
|
|
9570
|
+
display: 'arbLUNA',
|
|
9571
|
+
symbol: 'arbLUNA',
|
|
9572
|
+
logo_URIs: {
|
|
9573
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
9574
|
+
},
|
|
9575
|
+
images: [{
|
|
9576
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
9577
|
+
}],
|
|
9578
|
+
traces: [{
|
|
9579
|
+
type: 'ibc-cw20',
|
|
9580
|
+
counterparty: {
|
|
9581
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
9582
|
+
channel_id: 'channel-28',
|
|
9583
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
9584
|
+
chain_name: 'terra2'
|
|
9585
|
+
},
|
|
9586
|
+
chain: {
|
|
9587
|
+
port: 'transfer',
|
|
9588
|
+
channel_id: 'channel-36'
|
|
9589
|
+
}
|
|
9590
|
+
}]
|
|
9519
9591
|
}
|
|
9520
9592
|
]
|
|
9521
9593
|
};
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -11425,6 +11425,42 @@ const assets = {
|
|
|
11425
11425
|
}
|
|
11426
11426
|
}]
|
|
11427
11427
|
},
|
|
11428
|
+
{
|
|
11429
|
+
description: 'ERIS Arbitrage LUNA',
|
|
11430
|
+
type_asset: 'cw20',
|
|
11431
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
11432
|
+
denom_units: [{
|
|
11433
|
+
denom: 'ibc/9D5A1DCC543A59EA1802437F33316EE273D35A092CCD84B5CBFD34B89AA28E85',
|
|
11434
|
+
exponent: 0,
|
|
11435
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
11436
|
+
}, {
|
|
11437
|
+
denom: 'arbLUNA',
|
|
11438
|
+
exponent: 6
|
|
11439
|
+
}],
|
|
11440
|
+
base: 'ibc/9D5A1DCC543A59EA1802437F33316EE273D35A092CCD84B5CBFD34B89AA28E85',
|
|
11441
|
+
name: 'ERIS Arb LUNA',
|
|
11442
|
+
display: 'arbLUNA',
|
|
11443
|
+
symbol: 'arbLUNA',
|
|
11444
|
+
logo_URIs: {
|
|
11445
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
11446
|
+
},
|
|
11447
|
+
images: [{
|
|
11448
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
11449
|
+
}],
|
|
11450
|
+
traces: [{
|
|
11451
|
+
type: 'ibc-cw20',
|
|
11452
|
+
counterparty: {
|
|
11453
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
11454
|
+
channel_id: 'channel-87',
|
|
11455
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
11456
|
+
chain_name: 'terra2'
|
|
11457
|
+
},
|
|
11458
|
+
chain: {
|
|
11459
|
+
port: 'transfer',
|
|
11460
|
+
channel_id: 'channel-2'
|
|
11461
|
+
}
|
|
11462
|
+
}]
|
|
11463
|
+
},
|
|
11428
11464
|
{
|
|
11429
11465
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
11430
11466
|
denom_units: [{
|
|
@@ -20158,6 +20194,42 @@ const assets = {
|
|
|
20158
20194
|
channel_id: 'channel-2'
|
|
20159
20195
|
}
|
|
20160
20196
|
}]
|
|
20197
|
+
},
|
|
20198
|
+
{
|
|
20199
|
+
description: 'ERIS Arbitrage LUNA',
|
|
20200
|
+
type_asset: 'cw20',
|
|
20201
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
20202
|
+
denom_units: [{
|
|
20203
|
+
denom: 'ibc/9D5A1DCC543A59EA1802437F33316EE273D35A092CCD84B5CBFD34B89AA28E85',
|
|
20204
|
+
exponent: 0,
|
|
20205
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
20206
|
+
}, {
|
|
20207
|
+
denom: 'arbLUNA',
|
|
20208
|
+
exponent: 6
|
|
20209
|
+
}],
|
|
20210
|
+
base: 'ibc/9D5A1DCC543A59EA1802437F33316EE273D35A092CCD84B5CBFD34B89AA28E85',
|
|
20211
|
+
name: 'ERIS Arb LUNA',
|
|
20212
|
+
display: 'arbLUNA',
|
|
20213
|
+
symbol: 'arbLUNA',
|
|
20214
|
+
logo_URIs: {
|
|
20215
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
20216
|
+
},
|
|
20217
|
+
images: [{
|
|
20218
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
20219
|
+
}],
|
|
20220
|
+
traces: [{
|
|
20221
|
+
type: 'ibc-cw20',
|
|
20222
|
+
counterparty: {
|
|
20223
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
20224
|
+
channel_id: 'channel-87',
|
|
20225
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
20226
|
+
chain_name: 'terra2'
|
|
20227
|
+
},
|
|
20228
|
+
chain: {
|
|
20229
|
+
port: 'transfer',
|
|
20230
|
+
channel_id: 'channel-2'
|
|
20231
|
+
}
|
|
20232
|
+
}]
|
|
20161
20233
|
}
|
|
20162
20234
|
]
|
|
20163
20235
|
};
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -13164,6 +13164,42 @@ const assets = {
|
|
|
13164
13164
|
}
|
|
13165
13165
|
}]
|
|
13166
13166
|
},
|
|
13167
|
+
{
|
|
13168
|
+
description: 'ERIS Arbitrage LUNA',
|
|
13169
|
+
type_asset: 'cw20',
|
|
13170
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
13171
|
+
denom_units: [{
|
|
13172
|
+
denom: 'ibc/4628F57F4FD551A8D99F23C4AEA462864C2F38802B905413D6B1D0082FFEEDF3',
|
|
13173
|
+
exponent: 0,
|
|
13174
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
13175
|
+
}, {
|
|
13176
|
+
denom: 'arbLUNA',
|
|
13177
|
+
exponent: 6
|
|
13178
|
+
}],
|
|
13179
|
+
base: 'ibc/4628F57F4FD551A8D99F23C4AEA462864C2F38802B905413D6B1D0082FFEEDF3',
|
|
13180
|
+
name: 'ERIS Arb LUNA',
|
|
13181
|
+
display: 'arbLUNA',
|
|
13182
|
+
symbol: 'arbLUNA',
|
|
13183
|
+
logo_URIs: {
|
|
13184
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
13185
|
+
},
|
|
13186
|
+
images: [{
|
|
13187
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
13188
|
+
}],
|
|
13189
|
+
traces: [{
|
|
13190
|
+
type: 'ibc-cw20',
|
|
13191
|
+
counterparty: {
|
|
13192
|
+
port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce',
|
|
13193
|
+
channel_id: 'channel-167',
|
|
13194
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
13195
|
+
chain_name: 'terra2'
|
|
13196
|
+
},
|
|
13197
|
+
chain: {
|
|
13198
|
+
port: 'transfer',
|
|
13199
|
+
channel_id: 'channel-5'
|
|
13200
|
+
}
|
|
13201
|
+
}]
|
|
13202
|
+
},
|
|
13167
13203
|
{
|
|
13168
13204
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
13169
13205
|
denom_units: [{
|
|
@@ -14836,6 +14872,42 @@ const assets = {
|
|
|
14836
14872
|
channel_id: 'channel-5'
|
|
14837
14873
|
}
|
|
14838
14874
|
}]
|
|
14875
|
+
},
|
|
14876
|
+
{
|
|
14877
|
+
description: 'ERIS Arbitrage LUNA',
|
|
14878
|
+
type_asset: 'cw20',
|
|
14879
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
14880
|
+
denom_units: [{
|
|
14881
|
+
denom: 'ibc/4628F57F4FD551A8D99F23C4AEA462864C2F38802B905413D6B1D0082FFEEDF3',
|
|
14882
|
+
exponent: 0,
|
|
14883
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
14884
|
+
}, {
|
|
14885
|
+
denom: 'arbLUNA',
|
|
14886
|
+
exponent: 6
|
|
14887
|
+
}],
|
|
14888
|
+
base: 'ibc/4628F57F4FD551A8D99F23C4AEA462864C2F38802B905413D6B1D0082FFEEDF3',
|
|
14889
|
+
name: 'ERIS Arb LUNA',
|
|
14890
|
+
display: 'arbLUNA',
|
|
14891
|
+
symbol: 'arbLUNA',
|
|
14892
|
+
logo_URIs: {
|
|
14893
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
14894
|
+
},
|
|
14895
|
+
images: [{
|
|
14896
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
14897
|
+
}],
|
|
14898
|
+
traces: [{
|
|
14899
|
+
type: 'ibc-cw20',
|
|
14900
|
+
counterparty: {
|
|
14901
|
+
port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce',
|
|
14902
|
+
channel_id: 'channel-167',
|
|
14903
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
14904
|
+
chain_name: 'terra2'
|
|
14905
|
+
},
|
|
14906
|
+
chain: {
|
|
14907
|
+
port: 'transfer',
|
|
14908
|
+
channel_id: 'channel-5'
|
|
14909
|
+
}
|
|
14910
|
+
}]
|
|
14839
14911
|
}
|
|
14840
14912
|
]
|
|
14841
14913
|
};
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -40399,6 +40399,42 @@ const assets = {
|
|
|
40399
40399
|
}
|
|
40400
40400
|
}]
|
|
40401
40401
|
},
|
|
40402
|
+
{
|
|
40403
|
+
description: 'ERIS Arbitrage LUNA',
|
|
40404
|
+
type_asset: 'cw20',
|
|
40405
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
40406
|
+
denom_units: [{
|
|
40407
|
+
denom: 'ibc/45F81F8C67A457FE02E8C6E50CA15EE46C915274EFF13E7FEEB248617718F6A0',
|
|
40408
|
+
exponent: 0,
|
|
40409
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
40410
|
+
}, {
|
|
40411
|
+
denom: 'arbLUNA',
|
|
40412
|
+
exponent: 6
|
|
40413
|
+
}],
|
|
40414
|
+
base: 'ibc/45F81F8C67A457FE02E8C6E50CA15EE46C915274EFF13E7FEEB248617718F6A0',
|
|
40415
|
+
name: 'ERIS Arb LUNA',
|
|
40416
|
+
display: 'arbLUNA',
|
|
40417
|
+
symbol: 'arbLUNA',
|
|
40418
|
+
logo_URIs: {
|
|
40419
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
40420
|
+
},
|
|
40421
|
+
images: [{
|
|
40422
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
40423
|
+
}],
|
|
40424
|
+
traces: [{
|
|
40425
|
+
type: 'ibc-cw20',
|
|
40426
|
+
counterparty: {
|
|
40427
|
+
port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
|
|
40428
|
+
channel_id: 'channel-85',
|
|
40429
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
40430
|
+
chain_name: 'terra2'
|
|
40431
|
+
},
|
|
40432
|
+
chain: {
|
|
40433
|
+
port: 'transfer',
|
|
40434
|
+
channel_id: 'channel-559'
|
|
40435
|
+
}
|
|
40436
|
+
}]
|
|
40437
|
+
},
|
|
40402
40438
|
{
|
|
40403
40439
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
40404
40440
|
denom_units: [{
|
|
@@ -49132,6 +49168,42 @@ const assets = {
|
|
|
49132
49168
|
channel_id: 'channel-559'
|
|
49133
49169
|
}
|
|
49134
49170
|
}]
|
|
49171
|
+
},
|
|
49172
|
+
{
|
|
49173
|
+
description: 'ERIS Arbitrage LUNA',
|
|
49174
|
+
type_asset: 'cw20',
|
|
49175
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
49176
|
+
denom_units: [{
|
|
49177
|
+
denom: 'ibc/45F81F8C67A457FE02E8C6E50CA15EE46C915274EFF13E7FEEB248617718F6A0',
|
|
49178
|
+
exponent: 0,
|
|
49179
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
49180
|
+
}, {
|
|
49181
|
+
denom: 'arbLUNA',
|
|
49182
|
+
exponent: 6
|
|
49183
|
+
}],
|
|
49184
|
+
base: 'ibc/45F81F8C67A457FE02E8C6E50CA15EE46C915274EFF13E7FEEB248617718F6A0',
|
|
49185
|
+
name: 'ERIS Arb LUNA',
|
|
49186
|
+
display: 'arbLUNA',
|
|
49187
|
+
symbol: 'arbLUNA',
|
|
49188
|
+
logo_URIs: {
|
|
49189
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
49190
|
+
},
|
|
49191
|
+
images: [{
|
|
49192
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
49193
|
+
}],
|
|
49194
|
+
traces: [{
|
|
49195
|
+
type: 'ibc-cw20',
|
|
49196
|
+
counterparty: {
|
|
49197
|
+
port: 'wasm.terra1d90p5lacfxnqgjxjupu234lxnxyeu8fdeef4d0e0nqy3p30r7gss4myn9x',
|
|
49198
|
+
channel_id: 'channel-85',
|
|
49199
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
49200
|
+
chain_name: 'terra2'
|
|
49201
|
+
},
|
|
49202
|
+
chain: {
|
|
49203
|
+
port: 'transfer',
|
|
49204
|
+
channel_id: 'channel-559'
|
|
49205
|
+
}
|
|
49206
|
+
}]
|
|
49135
49207
|
}
|
|
49136
49208
|
]
|
|
49137
49209
|
};
|
|
@@ -15143,6 +15143,42 @@ const assets = {
|
|
|
15143
15143
|
}
|
|
15144
15144
|
}]
|
|
15145
15145
|
},
|
|
15146
|
+
{
|
|
15147
|
+
description: 'ERIS Arbitrage LUNA',
|
|
15148
|
+
type_asset: 'cw20',
|
|
15149
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
15150
|
+
denom_units: [{
|
|
15151
|
+
denom: 'ibc/5A64BCACA631B6C2BB520AFE8283C6C83E8EE44C4B39D6298C7C8915BC38DF5B',
|
|
15152
|
+
exponent: 0,
|
|
15153
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
15154
|
+
}, {
|
|
15155
|
+
denom: 'arbLUNA',
|
|
15156
|
+
exponent: 6
|
|
15157
|
+
}],
|
|
15158
|
+
base: 'ibc/5A64BCACA631B6C2BB520AFE8283C6C83E8EE44C4B39D6298C7C8915BC38DF5B',
|
|
15159
|
+
name: 'ERIS Arb LUNA',
|
|
15160
|
+
display: 'arbLUNA',
|
|
15161
|
+
symbol: 'arbLUNA',
|
|
15162
|
+
logo_URIs: {
|
|
15163
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
15164
|
+
},
|
|
15165
|
+
images: [{
|
|
15166
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
15167
|
+
}],
|
|
15168
|
+
traces: [{
|
|
15169
|
+
type: 'ibc-cw20',
|
|
15170
|
+
counterparty: {
|
|
15171
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
15172
|
+
channel_id: 'channel-382',
|
|
15173
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
15174
|
+
chain_name: 'terra2'
|
|
15175
|
+
},
|
|
15176
|
+
chain: {
|
|
15177
|
+
port: 'transfer',
|
|
15178
|
+
channel_id: 'channel-127'
|
|
15179
|
+
}
|
|
15180
|
+
}]
|
|
15181
|
+
},
|
|
15146
15182
|
{
|
|
15147
15183
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
15148
15184
|
denom_units: [{
|
|
@@ -16438,6 +16474,42 @@ const assets = {
|
|
|
16438
16474
|
channel_id: 'channel-127'
|
|
16439
16475
|
}
|
|
16440
16476
|
}]
|
|
16477
|
+
},
|
|
16478
|
+
{
|
|
16479
|
+
description: 'ERIS Arbitrage LUNA',
|
|
16480
|
+
type_asset: 'cw20',
|
|
16481
|
+
address: 'terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
16482
|
+
denom_units: [{
|
|
16483
|
+
denom: 'ibc/5A64BCACA631B6C2BB520AFE8283C6C83E8EE44C4B39D6298C7C8915BC38DF5B',
|
|
16484
|
+
exponent: 0,
|
|
16485
|
+
aliases: ['cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490']
|
|
16486
|
+
}, {
|
|
16487
|
+
denom: 'arbLUNA',
|
|
16488
|
+
exponent: 6
|
|
16489
|
+
}],
|
|
16490
|
+
base: 'ibc/5A64BCACA631B6C2BB520AFE8283C6C83E8EE44C4B39D6298C7C8915BC38DF5B',
|
|
16491
|
+
name: 'ERIS Arb LUNA',
|
|
16492
|
+
display: 'arbLUNA',
|
|
16493
|
+
symbol: 'arbLUNA',
|
|
16494
|
+
logo_URIs: {
|
|
16495
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
16496
|
+
},
|
|
16497
|
+
images: [{
|
|
16498
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/arbluna.svg'
|
|
16499
|
+
}],
|
|
16500
|
+
traces: [{
|
|
16501
|
+
type: 'ibc-cw20',
|
|
16502
|
+
counterparty: {
|
|
16503
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
16504
|
+
channel_id: 'channel-382',
|
|
16505
|
+
base_denom: 'cw20:terra1se7rvuerys4kd2snt6vqswh9wugu49vhyzls8ymc02wl37g2p2ms5yz490',
|
|
16506
|
+
chain_name: 'terra2'
|
|
16507
|
+
},
|
|
16508
|
+
chain: {
|
|
16509
|
+
port: 'transfer',
|
|
16510
|
+
channel_id: 'channel-127'
|
|
16511
|
+
}
|
|
16512
|
+
}]
|
|
16441
16513
|
}
|
|
16442
16514
|
]
|
|
16443
16515
|
};
|