@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/mainnet/juno.js
CHANGED
|
@@ -42,6 +42,52 @@ const assets = {
|
|
|
42
42
|
}
|
|
43
43
|
}]
|
|
44
44
|
},
|
|
45
|
+
{
|
|
46
|
+
description: 'The native token of Archway network',
|
|
47
|
+
denom_units: [
|
|
48
|
+
{
|
|
49
|
+
denom: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
50
|
+
exponent: 0,
|
|
51
|
+
aliases: ['aarch']
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
denom: 'uarch',
|
|
55
|
+
exponent: 12
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
denom: 'arch',
|
|
59
|
+
exponent: 18
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
base: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
63
|
+
name: 'Archway',
|
|
64
|
+
display: 'arch',
|
|
65
|
+
symbol: 'ARCH',
|
|
66
|
+
logo_URIs: {
|
|
67
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
68
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
69
|
+
},
|
|
70
|
+
coingecko_id: 'archway',
|
|
71
|
+
images: [{
|
|
72
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
73
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
74
|
+
}],
|
|
75
|
+
socials: {
|
|
76
|
+
website: 'https://archway.io/',
|
|
77
|
+
twitter: 'https://twitter.com/archwayHQ'
|
|
78
|
+
},
|
|
79
|
+
traces: [{
|
|
80
|
+
type: 'ibc',
|
|
81
|
+
counterparty: {
|
|
82
|
+
channel_id: 'channel-15',
|
|
83
|
+
base_denom: 'aarch',
|
|
84
|
+
chain_name: 'archway'
|
|
85
|
+
},
|
|
86
|
+
chain: {
|
|
87
|
+
channel_id: 'channel-290'
|
|
88
|
+
}
|
|
89
|
+
}]
|
|
90
|
+
},
|
|
45
91
|
{
|
|
46
92
|
description: 'The native token of Asset Mantle',
|
|
47
93
|
denom_units: [{
|
|
@@ -772,6 +818,52 @@ const assets = {
|
|
|
772
818
|
}
|
|
773
819
|
}]
|
|
774
820
|
},
|
|
821
|
+
{
|
|
822
|
+
description: 'The native token of Archway network',
|
|
823
|
+
denom_units: [
|
|
824
|
+
{
|
|
825
|
+
denom: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
826
|
+
exponent: 0,
|
|
827
|
+
aliases: ['aarch']
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
denom: 'uarch',
|
|
831
|
+
exponent: 12
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
denom: 'arch',
|
|
835
|
+
exponent: 18
|
|
836
|
+
}
|
|
837
|
+
],
|
|
838
|
+
base: 'ibc/537D8D8BF13799FBB38CACDF8090063E3C79CDCC6A70AE493F12A3F9E44DD074',
|
|
839
|
+
name: 'Archway',
|
|
840
|
+
display: 'arch',
|
|
841
|
+
symbol: 'ARCH',
|
|
842
|
+
logo_URIs: {
|
|
843
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
844
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
845
|
+
},
|
|
846
|
+
coingecko_id: 'archway',
|
|
847
|
+
images: [{
|
|
848
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.png',
|
|
849
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/archway/images/archway.svg'
|
|
850
|
+
}],
|
|
851
|
+
socials: {
|
|
852
|
+
website: 'https://archway.io/',
|
|
853
|
+
twitter: 'https://twitter.com/archwayHQ'
|
|
854
|
+
},
|
|
855
|
+
traces: [{
|
|
856
|
+
type: 'ibc',
|
|
857
|
+
counterparty: {
|
|
858
|
+
channel_id: 'channel-15',
|
|
859
|
+
base_denom: 'aarch',
|
|
860
|
+
chain_name: 'archway'
|
|
861
|
+
},
|
|
862
|
+
chain: {
|
|
863
|
+
channel_id: 'channel-290'
|
|
864
|
+
}
|
|
865
|
+
}]
|
|
866
|
+
},
|
|
775
867
|
{
|
|
776
868
|
description: 'The native token of Asset Mantle',
|
|
777
869
|
denom_units: [{
|
package/mainnet/migaloo.js
CHANGED
|
@@ -8716,6 +8716,78 @@ const assets = {
|
|
|
8716
8716
|
}
|
|
8717
8717
|
}]
|
|
8718
8718
|
},
|
|
8719
|
+
{
|
|
8720
|
+
description: 'Tadpole Frogztrik Token meme',
|
|
8721
|
+
type_asset: 'cw20',
|
|
8722
|
+
address: 'terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c',
|
|
8723
|
+
display: 'tadf',
|
|
8724
|
+
denom_units: [{
|
|
8725
|
+
denom: 'ibc/54D497B75FAD27A74BD7B1C365E5BC1063E88787747D6408E3F12638D265B962',
|
|
8726
|
+
exponent: 0,
|
|
8727
|
+
aliases: ['cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c']
|
|
8728
|
+
}, {
|
|
8729
|
+
denom: 'tadf',
|
|
8730
|
+
exponent: 6
|
|
8731
|
+
}],
|
|
8732
|
+
base: 'ibc/54D497B75FAD27A74BD7B1C365E5BC1063E88787747D6408E3F12638D265B962',
|
|
8733
|
+
name: 'Tadpole Frogztrik Token',
|
|
8734
|
+
symbol: 'TADF',
|
|
8735
|
+
images: [{
|
|
8736
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png'
|
|
8737
|
+
}],
|
|
8738
|
+
logo_URIs: {
|
|
8739
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png'
|
|
8740
|
+
},
|
|
8741
|
+
traces: [{
|
|
8742
|
+
type: 'ibc-cw20',
|
|
8743
|
+
counterparty: {
|
|
8744
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
8745
|
+
channel_id: 'channel-87',
|
|
8746
|
+
base_denom: 'cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c',
|
|
8747
|
+
chain_name: 'terra'
|
|
8748
|
+
},
|
|
8749
|
+
chain: {
|
|
8750
|
+
port: 'transfer',
|
|
8751
|
+
channel_id: 'channel-114'
|
|
8752
|
+
}
|
|
8753
|
+
}]
|
|
8754
|
+
},
|
|
8755
|
+
{
|
|
8756
|
+
description: 'Frogztrik NFT Token',
|
|
8757
|
+
type_asset: 'cw20',
|
|
8758
|
+
address: 'terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9',
|
|
8759
|
+
display: 'frog',
|
|
8760
|
+
denom_units: [{
|
|
8761
|
+
denom: 'ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3',
|
|
8762
|
+
exponent: 0,
|
|
8763
|
+
aliases: ['cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9']
|
|
8764
|
+
}, {
|
|
8765
|
+
denom: 'frog',
|
|
8766
|
+
exponent: 6
|
|
8767
|
+
}],
|
|
8768
|
+
base: 'ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3',
|
|
8769
|
+
name: 'Frogztrik NFT Token',
|
|
8770
|
+
symbol: 'FROG',
|
|
8771
|
+
images: [{
|
|
8772
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png'
|
|
8773
|
+
}],
|
|
8774
|
+
logo_URIs: {
|
|
8775
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png'
|
|
8776
|
+
},
|
|
8777
|
+
traces: [{
|
|
8778
|
+
type: 'ibc-cw20',
|
|
8779
|
+
counterparty: {
|
|
8780
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
8781
|
+
channel_id: 'channel-87',
|
|
8782
|
+
base_denom: 'cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9',
|
|
8783
|
+
chain_name: 'terra'
|
|
8784
|
+
},
|
|
8785
|
+
chain: {
|
|
8786
|
+
port: 'transfer',
|
|
8787
|
+
channel_id: 'channel-114'
|
|
8788
|
+
}
|
|
8789
|
+
}]
|
|
8790
|
+
},
|
|
8719
8791
|
{
|
|
8720
8792
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
8721
8793
|
denom_units: [{
|
|
@@ -16581,6 +16653,78 @@ const assets = {
|
|
|
16581
16653
|
}
|
|
16582
16654
|
}]
|
|
16583
16655
|
},
|
|
16656
|
+
{
|
|
16657
|
+
description: 'Tadpole Frogztrik Token meme',
|
|
16658
|
+
type_asset: 'cw20',
|
|
16659
|
+
address: 'terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c',
|
|
16660
|
+
display: 'tadf',
|
|
16661
|
+
denom_units: [{
|
|
16662
|
+
denom: 'ibc/54D497B75FAD27A74BD7B1C365E5BC1063E88787747D6408E3F12638D265B962',
|
|
16663
|
+
exponent: 0,
|
|
16664
|
+
aliases: ['cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c']
|
|
16665
|
+
}, {
|
|
16666
|
+
denom: 'tadf',
|
|
16667
|
+
exponent: 6
|
|
16668
|
+
}],
|
|
16669
|
+
base: 'ibc/54D497B75FAD27A74BD7B1C365E5BC1063E88787747D6408E3F12638D265B962',
|
|
16670
|
+
name: 'Tadpole Frogztrik Token',
|
|
16671
|
+
symbol: 'TADF',
|
|
16672
|
+
images: [{
|
|
16673
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png'
|
|
16674
|
+
}],
|
|
16675
|
+
logo_URIs: {
|
|
16676
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tadf.png'
|
|
16677
|
+
},
|
|
16678
|
+
traces: [{
|
|
16679
|
+
type: 'ibc-cw20',
|
|
16680
|
+
counterparty: {
|
|
16681
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
16682
|
+
channel_id: 'channel-87',
|
|
16683
|
+
base_denom: 'cw20:terra19gzvkw5hft3ulp8n6ws3p9yradhc802axqal59lzxau6rqxktj9q0dwf9c',
|
|
16684
|
+
chain_name: 'terra'
|
|
16685
|
+
},
|
|
16686
|
+
chain: {
|
|
16687
|
+
port: 'transfer',
|
|
16688
|
+
channel_id: 'channel-114'
|
|
16689
|
+
}
|
|
16690
|
+
}]
|
|
16691
|
+
},
|
|
16692
|
+
{
|
|
16693
|
+
description: 'Frogztrik NFT Token',
|
|
16694
|
+
type_asset: 'cw20',
|
|
16695
|
+
address: 'terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9',
|
|
16696
|
+
display: 'frog',
|
|
16697
|
+
denom_units: [{
|
|
16698
|
+
denom: 'ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3',
|
|
16699
|
+
exponent: 0,
|
|
16700
|
+
aliases: ['cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9']
|
|
16701
|
+
}, {
|
|
16702
|
+
denom: 'frog',
|
|
16703
|
+
exponent: 6
|
|
16704
|
+
}],
|
|
16705
|
+
base: 'ibc/B1BD4EF49A2E051EFC85E8C6A932B559CE62F9519E0E83BE29A8F0BDF89BD1D3',
|
|
16706
|
+
name: 'Frogztrik NFT Token',
|
|
16707
|
+
symbol: 'FROG',
|
|
16708
|
+
images: [{
|
|
16709
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png'
|
|
16710
|
+
}],
|
|
16711
|
+
logo_URIs: {
|
|
16712
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/FROG.png'
|
|
16713
|
+
},
|
|
16714
|
+
traces: [{
|
|
16715
|
+
type: 'ibc-cw20',
|
|
16716
|
+
counterparty: {
|
|
16717
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
16718
|
+
channel_id: 'channel-87',
|
|
16719
|
+
base_denom: 'cw20:terra1wez9puj43v4s25vrex7cv3ut3w75w4h6j5e537sujyuxj0r5ne2qp9uwl9',
|
|
16720
|
+
chain_name: 'terra'
|
|
16721
|
+
},
|
|
16722
|
+
chain: {
|
|
16723
|
+
port: 'transfer',
|
|
16724
|
+
channel_id: 'channel-114'
|
|
16725
|
+
}
|
|
16726
|
+
}]
|
|
16727
|
+
},
|
|
16584
16728
|
{
|
|
16585
16729
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
16586
16730
|
denom_units: [{
|
package/mainnet/osmosis.js
CHANGED
|
@@ -9879,14 +9879,14 @@ const assets = {
|
|
|
9879
9879
|
{
|
|
9880
9880
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
9881
9881
|
denom_units: [{
|
|
9882
|
-
denom: 'ibc/
|
|
9882
|
+
denom: 'ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7',
|
|
9883
9883
|
exponent: 0,
|
|
9884
9884
|
aliases: ['shido']
|
|
9885
9885
|
}, {
|
|
9886
9886
|
denom: 'SHIDO',
|
|
9887
9887
|
exponent: 18
|
|
9888
9888
|
}],
|
|
9889
|
-
base: 'ibc/
|
|
9889
|
+
base: 'ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7',
|
|
9890
9890
|
name: 'Shido',
|
|
9891
9891
|
display: 'SHIDO',
|
|
9892
9892
|
symbol: 'SHIDO',
|
|
@@ -9911,7 +9911,7 @@ const assets = {
|
|
|
9911
9911
|
chain_name: 'shido'
|
|
9912
9912
|
},
|
|
9913
9913
|
chain: {
|
|
9914
|
-
channel_id: 'channel-
|
|
9914
|
+
channel_id: 'channel-73755'
|
|
9915
9915
|
}
|
|
9916
9916
|
}]
|
|
9917
9917
|
},
|
|
@@ -12430,14 +12430,14 @@ const assets = {
|
|
|
12430
12430
|
{
|
|
12431
12431
|
description: 'The native EVM and Wasm, governance and staking token of the Shido Chain',
|
|
12432
12432
|
denom_units: [{
|
|
12433
|
-
denom: 'ibc/
|
|
12433
|
+
denom: 'ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7',
|
|
12434
12434
|
exponent: 0,
|
|
12435
12435
|
aliases: ['shido']
|
|
12436
12436
|
}, {
|
|
12437
12437
|
denom: 'SHIDO',
|
|
12438
12438
|
exponent: 18
|
|
12439
12439
|
}],
|
|
12440
|
-
base: 'ibc/
|
|
12440
|
+
base: 'ibc/62B50BB1DAEAD2A92D6C6ACAC118F4ED8CBE54265DCF5688E8D0A0A978AA46E7',
|
|
12441
12441
|
name: 'Shido',
|
|
12442
12442
|
display: 'SHIDO',
|
|
12443
12443
|
symbol: 'SHIDO',
|
|
@@ -12462,7 +12462,7 @@ const assets = {
|
|
|
12462
12462
|
chain_name: 'shido'
|
|
12463
12463
|
},
|
|
12464
12464
|
chain: {
|
|
12465
|
-
channel_id: 'channel-
|
|
12465
|
+
channel_id: 'channel-73755'
|
|
12466
12466
|
}
|
|
12467
12467
|
}]
|
|
12468
12468
|
},
|
package/mainnet/shido.js
CHANGED
|
@@ -3,6 +3,45 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'shido',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Axelar',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
17
|
+
name: 'Axelar',
|
|
18
|
+
display: 'axl',
|
|
19
|
+
symbol: 'AXL',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'axelar',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
28
|
+
}],
|
|
29
|
+
socials: {
|
|
30
|
+
website: 'https://axelar.network/',
|
|
31
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
32
|
+
},
|
|
33
|
+
traces: [{
|
|
34
|
+
type: 'ibc',
|
|
35
|
+
counterparty: {
|
|
36
|
+
channel_id: 'channel-148',
|
|
37
|
+
base_denom: 'uaxl',
|
|
38
|
+
chain_name: 'axelar'
|
|
39
|
+
},
|
|
40
|
+
chain: {
|
|
41
|
+
channel_id: 'channel-1'
|
|
42
|
+
}
|
|
43
|
+
}]
|
|
44
|
+
},
|
|
6
45
|
{
|
|
7
46
|
description: 'The native token of Osmosis',
|
|
8
47
|
denom_units: [{
|
|
@@ -35,7 +74,7 @@ const assets = {
|
|
|
35
74
|
traces: [{
|
|
36
75
|
type: 'ibc',
|
|
37
76
|
counterparty: {
|
|
38
|
-
channel_id: 'channel-
|
|
77
|
+
channel_id: 'channel-73755',
|
|
39
78
|
base_denom: 'uosmo',
|
|
40
79
|
chain_name: 'osmosis'
|
|
41
80
|
},
|
|
@@ -75,7 +114,7 @@ const assets = {
|
|
|
75
114
|
traces: [{
|
|
76
115
|
type: 'ibc',
|
|
77
116
|
counterparty: {
|
|
78
|
-
channel_id: 'channel-
|
|
117
|
+
channel_id: 'channel-73755',
|
|
79
118
|
base_denom: 'uion',
|
|
80
119
|
chain_name: 'osmosis'
|
|
81
120
|
},
|
|
@@ -84,6 +123,45 @@ const assets = {
|
|
|
84
123
|
}
|
|
85
124
|
}]
|
|
86
125
|
},
|
|
126
|
+
{
|
|
127
|
+
description: 'The native token of Axelar',
|
|
128
|
+
denom_units: [{
|
|
129
|
+
denom: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
130
|
+
exponent: 0,
|
|
131
|
+
aliases: ['uaxl']
|
|
132
|
+
}, {
|
|
133
|
+
denom: 'axl',
|
|
134
|
+
exponent: 6
|
|
135
|
+
}],
|
|
136
|
+
base: 'ibc/0E1517E2771CA7C03F2ED3F9BAECCAEADF0BFD79B89679E834933BC0F179AD98',
|
|
137
|
+
name: 'Axelar',
|
|
138
|
+
display: 'axl',
|
|
139
|
+
symbol: 'AXL',
|
|
140
|
+
logo_URIs: {
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
143
|
+
},
|
|
144
|
+
coingecko_id: 'axelar',
|
|
145
|
+
images: [{
|
|
146
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
147
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
148
|
+
}],
|
|
149
|
+
socials: {
|
|
150
|
+
website: 'https://axelar.network/',
|
|
151
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
152
|
+
},
|
|
153
|
+
traces: [{
|
|
154
|
+
type: 'ibc',
|
|
155
|
+
counterparty: {
|
|
156
|
+
channel_id: 'channel-148',
|
|
157
|
+
base_denom: 'uaxl',
|
|
158
|
+
chain_name: 'axelar'
|
|
159
|
+
},
|
|
160
|
+
chain: {
|
|
161
|
+
channel_id: 'channel-1'
|
|
162
|
+
}
|
|
163
|
+
}]
|
|
164
|
+
},
|
|
87
165
|
{
|
|
88
166
|
description: 'The native token of Osmosis',
|
|
89
167
|
denom_units: [{
|
|
@@ -116,7 +194,7 @@ const assets = {
|
|
|
116
194
|
traces: [{
|
|
117
195
|
type: 'ibc',
|
|
118
196
|
counterparty: {
|
|
119
|
-
channel_id: 'channel-
|
|
197
|
+
channel_id: 'channel-73755',
|
|
120
198
|
base_denom: 'uosmo',
|
|
121
199
|
chain_name: 'osmosis'
|
|
122
200
|
},
|
|
@@ -156,7 +234,7 @@ const assets = {
|
|
|
156
234
|
traces: [{
|
|
157
235
|
type: 'ibc',
|
|
158
236
|
counterparty: {
|
|
159
|
-
channel_id: 'channel-
|
|
237
|
+
channel_id: 'channel-73755',
|
|
160
238
|
base_denom: 'uion',
|
|
161
239
|
chain_name: 'osmosis'
|
|
162
240
|
},
|
package/noncosmos/assets.js
CHANGED
|
@@ -3,7 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
+
const ethereum_1 = __importDefault(require("./ethereum"));
|
|
6
7
|
const picasso_1 = __importDefault(require("./picasso"));
|
|
7
8
|
const composablepolkadot_1 = __importDefault(require("./composablepolkadot"));
|
|
8
|
-
const assets = [picasso_1.default, composablepolkadot_1.default];
|
|
9
|
+
const assets = [ethereum_1.default, picasso_1.default, composablepolkadot_1.default];
|
|
9
10
|
exports.default = assets;
|
package/noncosmos/index.d.ts
CHANGED
package/noncosmos/index.js
CHANGED
|
@@ -23,6 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.composablepolkadot = exports.picasso = void 0;
|
|
26
|
+
exports.composablepolkadot = exports.picasso = exports.ethereum = void 0;
|
|
27
|
+
exports.ethereum = __importStar(require("./ethereum"));
|
|
27
28
|
exports.picasso = __importStar(require("./picasso"));
|
|
28
29
|
exports.composablepolkadot = __importStar(require("./composablepolkadot"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.42.
|
|
3
|
+
"version": "1.42.10",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.26.
|
|
33
|
-
"chain-registry": "^1.41.
|
|
32
|
+
"@chain-registry/utils": "^1.26.8",
|
|
33
|
+
"chain-registry": "^1.41.10"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.25.
|
|
36
|
+
"@chain-registry/types": "^0.25.8"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "ddbc7ebd6bf4a089d6a34209f2cb1e6673d88a33"
|
|
47
47
|
}
|