@chain-registry/assets 1.42.9 → 1.42.10
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/archway.js +78 -0
- package/esm/mainnet/axelar.js +78 -0
- package/esm/mainnet/composable.js +1974 -818
- package/esm/mainnet/juno.js +92 -0
- package/esm/mainnet/migaloo.js +144 -0
- package/esm/mainnet/osmosis.js +6 -6
- package/esm/mainnet/shido.js +82 -4
- package/esm/noncosmos/assets.js +2 -1
- package/esm/noncosmos/ethereum.js +5 -0
- package/esm/noncosmos/index.js +1 -0
- package/mainnet/archway.js +78 -0
- package/mainnet/axelar.js +78 -0
- package/mainnet/composable.js +1974 -818
- package/mainnet/juno.js +92 -0
- package/mainnet/migaloo.js +144 -0
- package/mainnet/osmosis.js +6 -6
- package/mainnet/shido.js +82 -4
- package/noncosmos/assets.js +2 -1
- package/noncosmos/ethereum.d.ts +3 -0
- package/noncosmos/ethereum.js +7 -0
- package/noncosmos/index.d.ts +1 -0
- package/noncosmos/index.js +2 -1
- package/package.json +5 -5
package/esm/mainnet/juno.js
CHANGED
|
@@ -40,6 +40,52 @@ const assets = {
|
|
|
40
40
|
}
|
|
41
41
|
}]
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
description: 'The native token of Archway network',
|
|
45
|
+
denom_units: [
|
|
46
|
+
{
|
|
47
|
+
denom: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
48
|
+
exponent: 0,
|
|
49
|
+
aliases: ['aarch']
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
denom: 'uarch',
|
|
53
|
+
exponent: 12
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
denom: 'arch',
|
|
57
|
+
exponent: 18
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
base: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
61
|
+
name: 'Archway',
|
|
62
|
+
display: 'arch',
|
|
63
|
+
symbol: 'ARCH',
|
|
64
|
+
logo_URIs: {
|
|
65
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
66
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
67
|
+
},
|
|
68
|
+
coingecko_id: 'archway',
|
|
69
|
+
images: [{
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
72
|
+
}],
|
|
73
|
+
socials: {
|
|
74
|
+
website: 'https://archway.io/',
|
|
75
|
+
twitter: 'https://twitter.com/archwayHQ'
|
|
76
|
+
},
|
|
77
|
+
traces: [{
|
|
78
|
+
type: 'ibc',
|
|
79
|
+
counterparty: {
|
|
80
|
+
channel_id: 'channel-15',
|
|
81
|
+
base_denom: 'aarch',
|
|
82
|
+
chain_name: 'archway'
|
|
83
|
+
},
|
|
84
|
+
chain: {
|
|
85
|
+
channel_id: 'channel-290'
|
|
86
|
+
}
|
|
87
|
+
}]
|
|
88
|
+
},
|
|
43
89
|
{
|
|
44
90
|
description: 'The native token of Asset Mantle',
|
|
45
91
|
denom_units: [{
|
|
@@ -770,6 +816,52 @@ const assets = {
|
|
|
770
816
|
}
|
|
771
817
|
}]
|
|
772
818
|
},
|
|
819
|
+
{
|
|
820
|
+
description: 'The native token of Archway network',
|
|
821
|
+
denom_units: [
|
|
822
|
+
{
|
|
823
|
+
denom: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
824
|
+
exponent: 0,
|
|
825
|
+
aliases: ['aarch']
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
denom: 'uarch',
|
|
829
|
+
exponent: 12
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
denom: 'arch',
|
|
833
|
+
exponent: 18
|
|
834
|
+
}
|
|
835
|
+
],
|
|
836
|
+
base: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
837
|
+
name: 'Archway',
|
|
838
|
+
display: 'arch',
|
|
839
|
+
symbol: 'ARCH',
|
|
840
|
+
logo_URIs: {
|
|
841
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
842
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
843
|
+
},
|
|
844
|
+
coingecko_id: 'archway',
|
|
845
|
+
images: [{
|
|
846
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
847
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
848
|
+
}],
|
|
849
|
+
socials: {
|
|
850
|
+
website: 'https://archway.io/',
|
|
851
|
+
twitter: 'https://twitter.com/archwayHQ'
|
|
852
|
+
},
|
|
853
|
+
traces: [{
|
|
854
|
+
type: 'ibc',
|
|
855
|
+
counterparty: {
|
|
856
|
+
channel_id: 'channel-15',
|
|
857
|
+
base_denom: 'aarch',
|
|
858
|
+
chain_name: 'archway'
|
|
859
|
+
},
|
|
860
|
+
chain: {
|
|
861
|
+
channel_id: 'channel-290'
|
|
862
|
+
}
|
|
863
|
+
}]
|
|
864
|
+
},
|
|
773
865
|
{
|
|
774
866
|
description: 'The native token of Asset Mantle',
|
|
775
867
|
denom_units: [{
|
package/esm/mainnet/migaloo.js
CHANGED
|
@@ -8714,6 +8714,78 @@ const assets = {
|
|
|
8714
8714
|
}
|
|
8715
8715
|
}]
|
|
8716
8716
|
},
|
|
8717
|
+
{
|
|
8718
|
+
description: 'Tadpole Frogztrik Token meme',
|
|
8719
|
+
type_asset: 'cw20',
|
|
8720
|
+
address: 'terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c',
|
|
8721
|
+
display: 'tadf',
|
|
8722
|
+
denom_units: [{
|
|
8723
|
+
denom: 'ibc/54D497B75FAD27A74BD7B1C365E5BC1063E88787747D6408E3F12638D265B962',
|
|
8724
|
+
exponent: 0,
|
|
8725
|
+
aliases: ['cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c']
|
|
8726
|
+
}, {
|
|
8727
|
+
denom: 'tadf',
|
|
8728
|
+
exponent: 6
|
|
8729
|
+
}],
|
|
8730
|
+
base: 'ibc/54D497B75FAD27A74BD7B1C365E5BC1063E88787747D6408E3F12638D265B962',
|
|
8731
|
+
name: 'Tadpole Frogztrik Token',
|
|
8732
|
+
symbol: 'TADF',
|
|
8733
|
+
images: [{
|
|
8734
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png'
|
|
8735
|
+
}],
|
|
8736
|
+
logo_URIs: {
|
|
8737
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png'
|
|
8738
|
+
},
|
|
8739
|
+
traces: [{
|
|
8740
|
+
type: 'ibc-cw20',
|
|
8741
|
+
counterparty: {
|
|
8742
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
8743
|
+
channel_id: 'channel-87',
|
|
8744
|
+
base_denom: 'cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c',
|
|
8745
|
+
chain_name: 'terra'
|
|
8746
|
+
},
|
|
8747
|
+
chain: {
|
|
8748
|
+
port: 'transfer',
|
|
8749
|
+
channel_id: 'channel-114'
|
|
8750
|
+
}
|
|
8751
|
+
}]
|
|
8752
|
+
},
|
|
8753
|
+
{
|
|
8754
|
+
description: 'Frogztrik NFT Token',
|
|
8755
|
+
type_asset: 'cw20',
|
|
8756
|
+
address: 'terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9',
|
|
8757
|
+
display: 'frog',
|
|
8758
|
+
denom_units: [{
|
|
8759
|
+
denom: 'ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3',
|
|
8760
|
+
exponent: 0,
|
|
8761
|
+
aliases: ['cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9']
|
|
8762
|
+
}, {
|
|
8763
|
+
denom: 'frog',
|
|
8764
|
+
exponent: 6
|
|
8765
|
+
}],
|
|
8766
|
+
base: 'ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3',
|
|
8767
|
+
name: 'Frogztrik NFT Token',
|
|
8768
|
+
symbol: 'FROG',
|
|
8769
|
+
images: [{
|
|
8770
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png'
|
|
8771
|
+
}],
|
|
8772
|
+
logo_URIs: {
|
|
8773
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png'
|
|
8774
|
+
},
|
|
8775
|
+
traces: [{
|
|
8776
|
+
type: 'ibc-cw20',
|
|
8777
|
+
counterparty: {
|
|
8778
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
8779
|
+
channel_id: 'channel-87',
|
|
8780
|
+
base_denom: 'cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9',
|
|
8781
|
+
chain_name: 'terra'
|
|
8782
|
+
},
|
|
8783
|
+
chain: {
|
|
8784
|
+
port: 'transfer',
|
|
8785
|
+
channel_id: 'channel-114'
|
|
8786
|
+
}
|
|
8787
|
+
}]
|
|
8788
|
+
},
|
|
8717
8789
|
{
|
|
8718
8790
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
8719
8791
|
denom_units: [{
|
|
@@ -16579,6 +16651,78 @@ const assets = {
|
|
|
16579
16651
|
}
|
|
16580
16652
|
}]
|
|
16581
16653
|
},
|
|
16654
|
+
{
|
|
16655
|
+
description: 'Tadpole Frogztrik Token meme',
|
|
16656
|
+
type_asset: 'cw20',
|
|
16657
|
+
address: 'terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c',
|
|
16658
|
+
display: 'tadf',
|
|
16659
|
+
denom_units: [{
|
|
16660
|
+
denom: 'ibc/54D497B75FAD27A74BD7B1C365E5BC1063E88787747D6408E3F12638D265B962',
|
|
16661
|
+
exponent: 0,
|
|
16662
|
+
aliases: ['cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c']
|
|
16663
|
+
}, {
|
|
16664
|
+
denom: 'tadf',
|
|
16665
|
+
exponent: 6
|
|
16666
|
+
}],
|
|
16667
|
+
base: 'ibc/54D497B75FAD27A74BD7B1C365E5BC1063E88787747D6408E3F12638D265B962',
|
|
16668
|
+
name: 'Tadpole Frogztrik Token',
|
|
16669
|
+
symbol: 'TADF',
|
|
16670
|
+
images: [{
|
|
16671
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png'
|
|
16672
|
+
}],
|
|
16673
|
+
logo_URIs: {
|
|
16674
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png'
|
|
16675
|
+
},
|
|
16676
|
+
traces: [{
|
|
16677
|
+
type: 'ibc-cw20',
|
|
16678
|
+
counterparty: {
|
|
16679
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
16680
|
+
channel_id: 'channel-87',
|
|
16681
|
+
base_denom: 'cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c',
|
|
16682
|
+
chain_name: 'terra'
|
|
16683
|
+
},
|
|
16684
|
+
chain: {
|
|
16685
|
+
port: 'transfer',
|
|
16686
|
+
channel_id: 'channel-114'
|
|
16687
|
+
}
|
|
16688
|
+
}]
|
|
16689
|
+
},
|
|
16690
|
+
{
|
|
16691
|
+
description: 'Frogztrik NFT Token',
|
|
16692
|
+
type_asset: 'cw20',
|
|
16693
|
+
address: 'terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9',
|
|
16694
|
+
display: 'frog',
|
|
16695
|
+
denom_units: [{
|
|
16696
|
+
denom: 'ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3',
|
|
16697
|
+
exponent: 0,
|
|
16698
|
+
aliases: ['cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9']
|
|
16699
|
+
}, {
|
|
16700
|
+
denom: 'frog',
|
|
16701
|
+
exponent: 6
|
|
16702
|
+
}],
|
|
16703
|
+
base: 'ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3',
|
|
16704
|
+
name: 'Frogztrik NFT Token',
|
|
16705
|
+
symbol: 'FROG',
|
|
16706
|
+
images: [{
|
|
16707
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png'
|
|
16708
|
+
}],
|
|
16709
|
+
logo_URIs: {
|
|
16710
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png'
|
|
16711
|
+
},
|
|
16712
|
+
traces: [{
|
|
16713
|
+
type: 'ibc-cw20',
|
|
16714
|
+
counterparty: {
|
|
16715
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
16716
|
+
channel_id: 'channel-87',
|
|
16717
|
+
base_denom: 'cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9',
|
|
16718
|
+
chain_name: 'terra'
|
|
16719
|
+
},
|
|
16720
|
+
chain: {
|
|
16721
|
+
port: 'transfer',
|
|
16722
|
+
channel_id: 'channel-114'
|
|
16723
|
+
}
|
|
16724
|
+
}]
|
|
16725
|
+
},
|
|
16582
16726
|
{
|
|
16583
16727
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
16584
16728
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -9877,14 +9877,14 @@ const assets = {
|
|
|
9877
9877
|
{
|
|
9878
9878
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
9879
9879
|
denom_units: [{
|
|
9880
|
-
denom: 'ibc/
|
|
9880
|
+
denom: 'ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7',
|
|
9881
9881
|
exponent: 0,
|
|
9882
9882
|
aliases: ['shido']
|
|
9883
9883
|
}, {
|
|
9884
9884
|
denom: 'SHIDO',
|
|
9885
9885
|
exponent: 18
|
|
9886
9886
|
}],
|
|
9887
|
-
base: 'ibc/
|
|
9887
|
+
base: 'ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7',
|
|
9888
9888
|
name: 'Shido',
|
|
9889
9889
|
display: 'SHIDO',
|
|
9890
9890
|
symbol: 'SHIDO',
|
|
@@ -9909,7 +9909,7 @@ const assets = {
|
|
|
9909
9909
|
chain_name: 'shido'
|
|
9910
9910
|
},
|
|
9911
9911
|
chain: {
|
|
9912
|
-
channel_id: 'channel-
|
|
9912
|
+
channel_id: 'channel-73755'
|
|
9913
9913
|
}
|
|
9914
9914
|
}]
|
|
9915
9915
|
},
|
|
@@ -12428,14 +12428,14 @@ const assets = {
|
|
|
12428
12428
|
{
|
|
12429
12429
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
12430
12430
|
denom_units: [{
|
|
12431
|
-
denom: 'ibc/
|
|
12431
|
+
denom: 'ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7',
|
|
12432
12432
|
exponent: 0,
|
|
12433
12433
|
aliases: ['shido']
|
|
12434
12434
|
}, {
|
|
12435
12435
|
denom: 'SHIDO',
|
|
12436
12436
|
exponent: 18
|
|
12437
12437
|
}],
|
|
12438
|
-
base: 'ibc/
|
|
12438
|
+
base: 'ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7',
|
|
12439
12439
|
name: 'Shido',
|
|
12440
12440
|
display: 'SHIDO',
|
|
12441
12441
|
symbol: 'SHIDO',
|
|
@@ -12460,7 +12460,7 @@ const assets = {
|
|
|
12460
12460
|
chain_name: 'shido'
|
|
12461
12461
|
},
|
|
12462
12462
|
chain: {
|
|
12463
|
-
channel_id: 'channel-
|
|
12463
|
+
channel_id: 'channel-73755'
|
|
12464
12464
|
}
|
|
12465
12465
|
}]
|
|
12466
12466
|
},
|
package/esm/mainnet/shido.js
CHANGED
|
@@ -1,6 +1,45 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'shido',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Axelar',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uaxl']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'axl',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
15
|
+
name: 'Axelar',
|
|
16
|
+
display: 'axl',
|
|
17
|
+
symbol: 'AXL',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'axelar',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
26
|
+
}],
|
|
27
|
+
socials: {
|
|
28
|
+
website: 'https://axelar.network/',
|
|
29
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
30
|
+
},
|
|
31
|
+
traces: [{
|
|
32
|
+
type: 'ibc',
|
|
33
|
+
counterparty: {
|
|
34
|
+
channel_id: 'channel-148',
|
|
35
|
+
base_denom: 'uaxl',
|
|
36
|
+
chain_name: 'axelar'
|
|
37
|
+
},
|
|
38
|
+
chain: {
|
|
39
|
+
channel_id: 'channel-1'
|
|
40
|
+
}
|
|
41
|
+
}]
|
|
42
|
+
},
|
|
4
43
|
{
|
|
5
44
|
description: 'The native token of Osmosis',
|
|
6
45
|
denom_units: [{
|
|
@@ -33,7 +72,7 @@ const assets = {
|
|
|
33
72
|
traces: [{
|
|
34
73
|
type: 'ibc',
|
|
35
74
|
counterparty: {
|
|
36
|
-
channel_id: 'channel-
|
|
75
|
+
channel_id: 'channel-73755',
|
|
37
76
|
base_denom: 'uosmo',
|
|
38
77
|
chain_name: 'osmosis'
|
|
39
78
|
},
|
|
@@ -73,7 +112,7 @@ const assets = {
|
|
|
73
112
|
traces: [{
|
|
74
113
|
type: 'ibc',
|
|
75
114
|
counterparty: {
|
|
76
|
-
channel_id: 'channel-
|
|
115
|
+
channel_id: 'channel-73755',
|
|
77
116
|
base_denom: 'uion',
|
|
78
117
|
chain_name: 'osmosis'
|
|
79
118
|
},
|
|
@@ -82,6 +121,45 @@ const assets = {
|
|
|
82
121
|
}
|
|
83
122
|
}]
|
|
84
123
|
},
|
|
124
|
+
{
|
|
125
|
+
description: 'The native token of Axelar',
|
|
126
|
+
denom_units: [{
|
|
127
|
+
denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
128
|
+
exponent: 0,
|
|
129
|
+
aliases: ['uaxl']
|
|
130
|
+
}, {
|
|
131
|
+
denom: 'axl',
|
|
132
|
+
exponent: 6
|
|
133
|
+
}],
|
|
134
|
+
base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
135
|
+
name: 'Axelar',
|
|
136
|
+
display: 'axl',
|
|
137
|
+
symbol: 'AXL',
|
|
138
|
+
logo_URIs: {
|
|
139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
141
|
+
},
|
|
142
|
+
coingecko_id: 'axelar',
|
|
143
|
+
images: [{
|
|
144
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
145
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
146
|
+
}],
|
|
147
|
+
socials: {
|
|
148
|
+
website: 'https://axelar.network/',
|
|
149
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
150
|
+
},
|
|
151
|
+
traces: [{
|
|
152
|
+
type: 'ibc',
|
|
153
|
+
counterparty: {
|
|
154
|
+
channel_id: 'channel-148',
|
|
155
|
+
base_denom: 'uaxl',
|
|
156
|
+
chain_name: 'axelar'
|
|
157
|
+
},
|
|
158
|
+
chain: {
|
|
159
|
+
channel_id: 'channel-1'
|
|
160
|
+
}
|
|
161
|
+
}]
|
|
162
|
+
},
|
|
85
163
|
{
|
|
86
164
|
description: 'The native token of Osmosis',
|
|
87
165
|
denom_units: [{
|
|
@@ -114,7 +192,7 @@ const assets = {
|
|
|
114
192
|
traces: [{
|
|
115
193
|
type: 'ibc',
|
|
116
194
|
counterparty: {
|
|
117
|
-
channel_id: 'channel-
|
|
195
|
+
channel_id: 'channel-73755',
|
|
118
196
|
base_denom: 'uosmo',
|
|
119
197
|
chain_name: 'osmosis'
|
|
120
198
|
},
|
|
@@ -154,7 +232,7 @@ const assets = {
|
|
|
154
232
|
traces: [{
|
|
155
233
|
type: 'ibc',
|
|
156
234
|
counterparty: {
|
|
157
|
-
channel_id: 'channel-
|
|
235
|
+
channel_id: 'channel-73755',
|
|
158
236
|
base_denom: 'uion',
|
|
159
237
|
chain_name: 'osmosis'
|
|
160
238
|
},
|
package/esm/noncosmos/assets.js
CHANGED
package/esm/noncosmos/index.js
CHANGED
package/mainnet/archway.js
CHANGED
|
@@ -634,6 +634,45 @@ const assets = {
|
|
|
634
634
|
}
|
|
635
635
|
}]
|
|
636
636
|
},
|
|
637
|
+
{
|
|
638
|
+
description: 'The native token of JUNO Chain',
|
|
639
|
+
denom_units: [{
|
|
640
|
+
denom: 'ibc/3BEA25F3A13A9C17476C821CCF8ECCC84351DDB7B1B06B98654C3B4427F785CC',
|
|
641
|
+
exponent: 0,
|
|
642
|
+
aliases: ['ujuno']
|
|
643
|
+
}, {
|
|
644
|
+
denom: 'juno',
|
|
645
|
+
exponent: 6
|
|
646
|
+
}],
|
|
647
|
+
base: 'ibc/3BEA25F3A13A9C17476C821CCF8ECCC84351DDB7B1B06B98654C3B4427F785CC',
|
|
648
|
+
name: 'Juno',
|
|
649
|
+
display: 'juno',
|
|
650
|
+
symbol: 'JUNO',
|
|
651
|
+
logo_URIs: {
|
|
652
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
653
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
654
|
+
},
|
|
655
|
+
coingecko_id: 'juno-network',
|
|
656
|
+
images: [{
|
|
657
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
658
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
659
|
+
}],
|
|
660
|
+
socials: {
|
|
661
|
+
website: 'https://junonetwork.io/',
|
|
662
|
+
twitter: 'https://twitter.com/JunoNetwork'
|
|
663
|
+
},
|
|
664
|
+
traces: [{
|
|
665
|
+
type: 'ibc',
|
|
666
|
+
counterparty: {
|
|
667
|
+
channel_id: 'channel-290',
|
|
668
|
+
base_denom: 'ujuno',
|
|
669
|
+
chain_name: 'juno'
|
|
670
|
+
},
|
|
671
|
+
chain: {
|
|
672
|
+
channel_id: 'channel-15'
|
|
673
|
+
}
|
|
674
|
+
}]
|
|
675
|
+
},
|
|
637
676
|
{
|
|
638
677
|
description: 'The native staking and governance token of the Kujira chain.',
|
|
639
678
|
denom_units: [{
|
|
@@ -1676,6 +1715,45 @@ const assets = {
|
|
|
1676
1715
|
}
|
|
1677
1716
|
}]
|
|
1678
1717
|
},
|
|
1718
|
+
{
|
|
1719
|
+
description: 'The native token of JUNO Chain',
|
|
1720
|
+
denom_units: [{
|
|
1721
|
+
denom: 'ibc/3BEA25F3A13A9C17476C821CCF8ECCC84351DDB7B1B06B98654C3B4427F785CC',
|
|
1722
|
+
exponent: 0,
|
|
1723
|
+
aliases: ['ujuno']
|
|
1724
|
+
}, {
|
|
1725
|
+
denom: 'juno',
|
|
1726
|
+
exponent: 6
|
|
1727
|
+
}],
|
|
1728
|
+
base: 'ibc/3BEA25F3A13A9C17476C821CCF8ECCC84351DDB7B1B06B98654C3B4427F785CC',
|
|
1729
|
+
name: 'Juno',
|
|
1730
|
+
display: 'juno',
|
|
1731
|
+
symbol: 'JUNO',
|
|
1732
|
+
logo_URIs: {
|
|
1733
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
1734
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
1735
|
+
},
|
|
1736
|
+
coingecko_id: 'juno-network',
|
|
1737
|
+
images: [{
|
|
1738
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
|
1739
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
|
1740
|
+
}],
|
|
1741
|
+
socials: {
|
|
1742
|
+
website: 'https://junonetwork.io/',
|
|
1743
|
+
twitter: 'https://twitter.com/JunoNetwork'
|
|
1744
|
+
},
|
|
1745
|
+
traces: [{
|
|
1746
|
+
type: 'ibc',
|
|
1747
|
+
counterparty: {
|
|
1748
|
+
channel_id: 'channel-290',
|
|
1749
|
+
base_denom: 'ujuno',
|
|
1750
|
+
chain_name: 'juno'
|
|
1751
|
+
},
|
|
1752
|
+
chain: {
|
|
1753
|
+
channel_id: 'channel-15'
|
|
1754
|
+
}
|
|
1755
|
+
}]
|
|
1756
|
+
},
|
|
1679
1757
|
{
|
|
1680
1758
|
description: 'The native staking and governance token of the Kujira chain.',
|
|
1681
1759
|
denom_units: [{
|
package/mainnet/axelar.js
CHANGED
|
@@ -2011,6 +2011,45 @@ const assets = {
|
|
|
2011
2011
|
}
|
|
2012
2012
|
}]
|
|
2013
2013
|
},
|
|
2014
|
+
{
|
|
2015
|
+
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
2016
|
+
denom_units: [{
|
|
2017
|
+
denom: 'ibc/69610BB9AA825ED55EC650937F3AD9FD94FEFE7488354C0824C65C9DD04D4511',
|
|
2018
|
+
exponent: 0,
|
|
2019
|
+
aliases: ['shido']
|
|
2020
|
+
}, {
|
|
2021
|
+
denom: 'SHIDO',
|
|
2022
|
+
exponent: 18
|
|
2023
|
+
}],
|
|
2024
|
+
base: 'ibc/69610BB9AA825ED55EC650937F3AD9FD94FEFE7488354C0824C65C9DD04D4511',
|
|
2025
|
+
name: 'Shido',
|
|
2026
|
+
display: 'SHIDO',
|
|
2027
|
+
symbol: 'SHIDO',
|
|
2028
|
+
logo_URIs: {
|
|
2029
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
|
|
2030
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
2031
|
+
},
|
|
2032
|
+
coingecko_id: 'shido-2',
|
|
2033
|
+
images: [{
|
|
2034
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
|
|
2035
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
2036
|
+
}],
|
|
2037
|
+
socials: {
|
|
2038
|
+
website: 'https://shido.io/',
|
|
2039
|
+
twitter: 'https://twitter.com/ShidoGlobal'
|
|
2040
|
+
},
|
|
2041
|
+
traces: [{
|
|
2042
|
+
type: 'ibc',
|
|
2043
|
+
counterparty: {
|
|
2044
|
+
channel_id: 'channel-1',
|
|
2045
|
+
base_denom: 'shido',
|
|
2046
|
+
chain_name: 'shido'
|
|
2047
|
+
},
|
|
2048
|
+
chain: {
|
|
2049
|
+
channel_id: 'channel-148'
|
|
2050
|
+
}
|
|
2051
|
+
}]
|
|
2052
|
+
},
|
|
2014
2053
|
{
|
|
2015
2054
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
2016
2055
|
denom_units: [
|
|
@@ -3645,6 +3684,45 @@ const assets = {
|
|
|
3645
3684
|
}
|
|
3646
3685
|
}]
|
|
3647
3686
|
},
|
|
3687
|
+
{
|
|
3688
|
+
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
3689
|
+
denom_units: [{
|
|
3690
|
+
denom: 'ibc/69610BB9AA825ED55EC650937F3AD9FD94FEFE7488354C0824C65C9DD04D4511',
|
|
3691
|
+
exponent: 0,
|
|
3692
|
+
aliases: ['shido']
|
|
3693
|
+
}, {
|
|
3694
|
+
denom: 'SHIDO',
|
|
3695
|
+
exponent: 18
|
|
3696
|
+
}],
|
|
3697
|
+
base: 'ibc/69610BB9AA825ED55EC650937F3AD9FD94FEFE7488354C0824C65C9DD04D4511',
|
|
3698
|
+
name: 'Shido',
|
|
3699
|
+
display: 'SHIDO',
|
|
3700
|
+
symbol: 'SHIDO',
|
|
3701
|
+
logo_URIs: {
|
|
3702
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
|
|
3703
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
3704
|
+
},
|
|
3705
|
+
coingecko_id: 'shido-2',
|
|
3706
|
+
images: [{
|
|
3707
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.png',
|
|
3708
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/shido/images/shido.svg'
|
|
3709
|
+
}],
|
|
3710
|
+
socials: {
|
|
3711
|
+
website: 'https://shido.io/',
|
|
3712
|
+
twitter: 'https://twitter.com/ShidoGlobal'
|
|
3713
|
+
},
|
|
3714
|
+
traces: [{
|
|
3715
|
+
type: 'ibc',
|
|
3716
|
+
counterparty: {
|
|
3717
|
+
channel_id: 'channel-1',
|
|
3718
|
+
base_denom: 'shido',
|
|
3719
|
+
chain_name: 'shido'
|
|
3720
|
+
},
|
|
3721
|
+
chain: {
|
|
3722
|
+
channel_id: 'channel-148'
|
|
3723
|
+
}
|
|
3724
|
+
}]
|
|
3725
|
+
},
|
|
3648
3726
|
{
|
|
3649
3727
|
description: 'Somm Token (SOMM) is the native staking token of the Sommelier Chain',
|
|
3650
3728
|
denom_units: [
|