@chain-registry/assets 1.70.60 → 1.70.62
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/agoric.js +306 -0
- package/esm/mainnet/axelar.js +88 -2
- package/esm/mainnet/cosmoshub.js +2 -2
- package/esm/mainnet/juno.js +4 -4
- package/esm/mainnet/kujira.js +4 -4
- package/esm/mainnet/neutron.js +164 -0
- package/esm/mainnet/noble.js +88 -2
- package/esm/mainnet/okexchain.js +4 -4
- package/esm/mainnet/osmosis.js +92 -6
- package/esm/mainnet/sifchain.js +2 -2
- package/esm/testnet/axelartestnet.js +8 -8
- package/esm/testnet/sagatestnet.js +8 -8
- package/mainnet/agoric.js +306 -0
- package/mainnet/axelar.js +88 -2
- package/mainnet/cosmoshub.js +2 -2
- package/mainnet/juno.js +4 -4
- package/mainnet/kujira.js +4 -4
- package/mainnet/neutron.js +164 -0
- package/mainnet/noble.js +88 -2
- package/mainnet/okexchain.js +4 -4
- package/mainnet/osmosis.js +92 -6
- package/mainnet/sifchain.js +2 -2
- package/package.json +5 -5
- package/testnet/axelartestnet.js +8 -8
- package/testnet/sagatestnet.js +8 -8
package/esm/mainnet/agoric.js
CHANGED
|
@@ -701,6 +701,159 @@ const assets = {
|
|
|
701
701
|
}
|
|
702
702
|
}]
|
|
703
703
|
},
|
|
704
|
+
{
|
|
705
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
706
|
+
denom_units: [{
|
|
707
|
+
denom: 'ibc/6EE9687CBBF88E1EFE351BCB01025E0B76452D48A2B41F6583E9E0B942FD62E7',
|
|
708
|
+
exponent: 0,
|
|
709
|
+
aliases: ['untrn']
|
|
710
|
+
}, {
|
|
711
|
+
denom: 'ntrn',
|
|
712
|
+
exponent: 6
|
|
713
|
+
}],
|
|
714
|
+
base: 'ibc/6EE9687CBBF88E1EFE351BCB01025E0B76452D48A2B41F6583E9E0B942FD62E7',
|
|
715
|
+
name: 'Neutron',
|
|
716
|
+
display: 'ntrn',
|
|
717
|
+
symbol: 'NTRN',
|
|
718
|
+
logo_URIs: {
|
|
719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
721
|
+
},
|
|
722
|
+
coingecko_id: 'neutron-3',
|
|
723
|
+
images: [{
|
|
724
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
725
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
726
|
+
theme: {
|
|
727
|
+
primary_color_hex: '#040404',
|
|
728
|
+
background_color_hex: '#000000',
|
|
729
|
+
circle: true
|
|
730
|
+
}
|
|
731
|
+
}],
|
|
732
|
+
socials: {
|
|
733
|
+
website: 'https://neutron.org/',
|
|
734
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
735
|
+
},
|
|
736
|
+
type_asset: 'sdk.coin',
|
|
737
|
+
traces: [{
|
|
738
|
+
type: 'ibc',
|
|
739
|
+
counterparty: {
|
|
740
|
+
channel_id: 'channel-5789',
|
|
741
|
+
base_denom: 'untrn',
|
|
742
|
+
chain_name: 'neutron'
|
|
743
|
+
},
|
|
744
|
+
chain: {
|
|
745
|
+
channel_id: 'channel-146'
|
|
746
|
+
}
|
|
747
|
+
}]
|
|
748
|
+
},
|
|
749
|
+
{
|
|
750
|
+
description: 'BITCOSMOS',
|
|
751
|
+
denom_units: [{
|
|
752
|
+
denom: 'ibc/59DFCE0F5123464FF7FFFF075B45FD731F0C7963B6AE56EB751C11E615B1CD1E',
|
|
753
|
+
exponent: 0,
|
|
754
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
755
|
+
}, {
|
|
756
|
+
denom: 'bitcosmos',
|
|
757
|
+
exponent: 6
|
|
758
|
+
}],
|
|
759
|
+
base: 'ibc/59DFCE0F5123464FF7FFFF075B45FD731F0C7963B6AE56EB751C11E615B1CD1E',
|
|
760
|
+
name: 'Bitcosmos',
|
|
761
|
+
display: 'bitcosmos',
|
|
762
|
+
symbol: 'BTC',
|
|
763
|
+
logo_URIs: {
|
|
764
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
765
|
+
},
|
|
766
|
+
images: [{
|
|
767
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
768
|
+
theme: {
|
|
769
|
+
primary_color_hex: '#1b0847'
|
|
770
|
+
}
|
|
771
|
+
}],
|
|
772
|
+
type_asset: 'sdk.coin',
|
|
773
|
+
traces: [{
|
|
774
|
+
type: 'ibc',
|
|
775
|
+
counterparty: {
|
|
776
|
+
channel_id: 'channel-5789',
|
|
777
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
778
|
+
chain_name: 'neutron'
|
|
779
|
+
},
|
|
780
|
+
chain: {
|
|
781
|
+
channel_id: 'channel-146'
|
|
782
|
+
}
|
|
783
|
+
}]
|
|
784
|
+
},
|
|
785
|
+
{
|
|
786
|
+
description: 'What the Fuck',
|
|
787
|
+
denom_units: [{
|
|
788
|
+
denom: 'ibc/B9F90D293D25BAC3880D1011657358A4E5104773ADC1DE53593A3B3DCE15B475',
|
|
789
|
+
exponent: 0,
|
|
790
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
791
|
+
}, {
|
|
792
|
+
denom: 'wtf',
|
|
793
|
+
exponent: 6
|
|
794
|
+
}],
|
|
795
|
+
base: 'ibc/B9F90D293D25BAC3880D1011657358A4E5104773ADC1DE53593A3B3DCE15B475',
|
|
796
|
+
name: 'wtf',
|
|
797
|
+
display: 'wtf',
|
|
798
|
+
symbol: 'WTF',
|
|
799
|
+
logo_URIs: {
|
|
800
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
801
|
+
},
|
|
802
|
+
images: [{
|
|
803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
804
|
+
theme: {
|
|
805
|
+
primary_color_hex: '#dcd5ab'
|
|
806
|
+
}
|
|
807
|
+
}],
|
|
808
|
+
type_asset: 'sdk.coin',
|
|
809
|
+
traces: [{
|
|
810
|
+
type: 'ibc',
|
|
811
|
+
counterparty: {
|
|
812
|
+
channel_id: 'channel-5789',
|
|
813
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
814
|
+
chain_name: 'neutron'
|
|
815
|
+
},
|
|
816
|
+
chain: {
|
|
817
|
+
channel_id: 'channel-146'
|
|
818
|
+
}
|
|
819
|
+
}]
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
description: 'Astro BOY',
|
|
823
|
+
denom_units: [{
|
|
824
|
+
denom: 'ibc/64A01950BB006DE3D540E5174DFF3D60B36059DDDC413769AB4C8C051217A64C',
|
|
825
|
+
exponent: 0,
|
|
826
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
827
|
+
}, {
|
|
828
|
+
denom: 'boy',
|
|
829
|
+
exponent: 6
|
|
830
|
+
}],
|
|
831
|
+
base: 'ibc/64A01950BB006DE3D540E5174DFF3D60B36059DDDC413769AB4C8C051217A64C',
|
|
832
|
+
name: 'boy',
|
|
833
|
+
display: 'boy',
|
|
834
|
+
symbol: 'BOY',
|
|
835
|
+
logo_URIs: {
|
|
836
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
837
|
+
},
|
|
838
|
+
images: [{
|
|
839
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
840
|
+
theme: {
|
|
841
|
+
primary_color_hex: '#333333'
|
|
842
|
+
}
|
|
843
|
+
}],
|
|
844
|
+
type_asset: 'sdk.coin',
|
|
845
|
+
traces: [{
|
|
846
|
+
type: 'ibc',
|
|
847
|
+
counterparty: {
|
|
848
|
+
channel_id: 'channel-5789',
|
|
849
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
850
|
+
chain_name: 'neutron'
|
|
851
|
+
},
|
|
852
|
+
chain: {
|
|
853
|
+
channel_id: 'channel-146'
|
|
854
|
+
}
|
|
855
|
+
}]
|
|
856
|
+
},
|
|
704
857
|
{
|
|
705
858
|
description: 'The permissioned staking asset for Noble Chain',
|
|
706
859
|
denom_units: [{
|
|
@@ -1818,6 +1971,159 @@ const assets = {
|
|
|
1818
1971
|
}
|
|
1819
1972
|
}]
|
|
1820
1973
|
},
|
|
1974
|
+
{
|
|
1975
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
1976
|
+
denom_units: [{
|
|
1977
|
+
denom: 'ibc/6EE9687CBBF88E1EFE351BCB01025E0B76452D48A2B41F6583E9E0B942FD62E7',
|
|
1978
|
+
exponent: 0,
|
|
1979
|
+
aliases: ['untrn']
|
|
1980
|
+
}, {
|
|
1981
|
+
denom: 'ntrn',
|
|
1982
|
+
exponent: 6
|
|
1983
|
+
}],
|
|
1984
|
+
base: 'ibc/6EE9687CBBF88E1EFE351BCB01025E0B76452D48A2B41F6583E9E0B942FD62E7',
|
|
1985
|
+
name: 'Neutron',
|
|
1986
|
+
display: 'ntrn',
|
|
1987
|
+
symbol: 'NTRN',
|
|
1988
|
+
logo_URIs: {
|
|
1989
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1990
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
1991
|
+
},
|
|
1992
|
+
coingecko_id: 'neutron-3',
|
|
1993
|
+
images: [{
|
|
1994
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
1995
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
1996
|
+
theme: {
|
|
1997
|
+
primary_color_hex: '#040404',
|
|
1998
|
+
background_color_hex: '#000000',
|
|
1999
|
+
circle: true
|
|
2000
|
+
}
|
|
2001
|
+
}],
|
|
2002
|
+
socials: {
|
|
2003
|
+
website: 'https://neutron.org/',
|
|
2004
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
2005
|
+
},
|
|
2006
|
+
type_asset: 'sdk.coin',
|
|
2007
|
+
traces: [{
|
|
2008
|
+
type: 'ibc',
|
|
2009
|
+
counterparty: {
|
|
2010
|
+
channel_id: 'channel-5789',
|
|
2011
|
+
base_denom: 'untrn',
|
|
2012
|
+
chain_name: 'neutron'
|
|
2013
|
+
},
|
|
2014
|
+
chain: {
|
|
2015
|
+
channel_id: 'channel-146'
|
|
2016
|
+
}
|
|
2017
|
+
}]
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
description: 'BITCOSMOS',
|
|
2021
|
+
denom_units: [{
|
|
2022
|
+
denom: 'ibc/59DFCE0F5123464FF7FFFF075B45FD731F0C7963B6AE56EB751C11E615B1CD1E',
|
|
2023
|
+
exponent: 0,
|
|
2024
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
2025
|
+
}, {
|
|
2026
|
+
denom: 'bitcosmos',
|
|
2027
|
+
exponent: 6
|
|
2028
|
+
}],
|
|
2029
|
+
base: 'ibc/59DFCE0F5123464FF7FFFF075B45FD731F0C7963B6AE56EB751C11E615B1CD1E',
|
|
2030
|
+
name: 'Bitcosmos',
|
|
2031
|
+
display: 'bitcosmos',
|
|
2032
|
+
symbol: 'BTC',
|
|
2033
|
+
logo_URIs: {
|
|
2034
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
2035
|
+
},
|
|
2036
|
+
images: [{
|
|
2037
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
2038
|
+
theme: {
|
|
2039
|
+
primary_color_hex: '#1b0847'
|
|
2040
|
+
}
|
|
2041
|
+
}],
|
|
2042
|
+
type_asset: 'sdk.coin',
|
|
2043
|
+
traces: [{
|
|
2044
|
+
type: 'ibc',
|
|
2045
|
+
counterparty: {
|
|
2046
|
+
channel_id: 'channel-5789',
|
|
2047
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
2048
|
+
chain_name: 'neutron'
|
|
2049
|
+
},
|
|
2050
|
+
chain: {
|
|
2051
|
+
channel_id: 'channel-146'
|
|
2052
|
+
}
|
|
2053
|
+
}]
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
description: 'What the Fuck',
|
|
2057
|
+
denom_units: [{
|
|
2058
|
+
denom: 'ibc/B9F90D293D25BAC3880D1011657358A4E5104773ADC1DE53593A3B3DCE15B475',
|
|
2059
|
+
exponent: 0,
|
|
2060
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
2061
|
+
}, {
|
|
2062
|
+
denom: 'wtf',
|
|
2063
|
+
exponent: 6
|
|
2064
|
+
}],
|
|
2065
|
+
base: 'ibc/B9F90D293D25BAC3880D1011657358A4E5104773ADC1DE53593A3B3DCE15B475',
|
|
2066
|
+
name: 'wtf',
|
|
2067
|
+
display: 'wtf',
|
|
2068
|
+
symbol: 'WTF',
|
|
2069
|
+
logo_URIs: {
|
|
2070
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
2071
|
+
},
|
|
2072
|
+
images: [{
|
|
2073
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
2074
|
+
theme: {
|
|
2075
|
+
primary_color_hex: '#dcd5ab'
|
|
2076
|
+
}
|
|
2077
|
+
}],
|
|
2078
|
+
type_asset: 'sdk.coin',
|
|
2079
|
+
traces: [{
|
|
2080
|
+
type: 'ibc',
|
|
2081
|
+
counterparty: {
|
|
2082
|
+
channel_id: 'channel-5789',
|
|
2083
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
2084
|
+
chain_name: 'neutron'
|
|
2085
|
+
},
|
|
2086
|
+
chain: {
|
|
2087
|
+
channel_id: 'channel-146'
|
|
2088
|
+
}
|
|
2089
|
+
}]
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
description: 'Astro BOY',
|
|
2093
|
+
denom_units: [{
|
|
2094
|
+
denom: 'ibc/64A01950BB006DE3D540E5174DFF3D60B36059DDDC413769AB4C8C051217A64C',
|
|
2095
|
+
exponent: 0,
|
|
2096
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
2097
|
+
}, {
|
|
2098
|
+
denom: 'boy',
|
|
2099
|
+
exponent: 6
|
|
2100
|
+
}],
|
|
2101
|
+
base: 'ibc/64A01950BB006DE3D540E5174DFF3D60B36059DDDC413769AB4C8C051217A64C',
|
|
2102
|
+
name: 'boy',
|
|
2103
|
+
display: 'boy',
|
|
2104
|
+
symbol: 'BOY',
|
|
2105
|
+
logo_URIs: {
|
|
2106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
2107
|
+
},
|
|
2108
|
+
images: [{
|
|
2109
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
2110
|
+
theme: {
|
|
2111
|
+
primary_color_hex: '#333333'
|
|
2112
|
+
}
|
|
2113
|
+
}],
|
|
2114
|
+
type_asset: 'sdk.coin',
|
|
2115
|
+
traces: [{
|
|
2116
|
+
type: 'ibc',
|
|
2117
|
+
counterparty: {
|
|
2118
|
+
channel_id: 'channel-5789',
|
|
2119
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
2120
|
+
chain_name: 'neutron'
|
|
2121
|
+
},
|
|
2122
|
+
chain: {
|
|
2123
|
+
channel_id: 'channel-146'
|
|
2124
|
+
}
|
|
2125
|
+
}]
|
|
2126
|
+
},
|
|
1821
2127
|
{
|
|
1822
2128
|
description: 'The permissioned staking asset for Noble Chain',
|
|
1823
2129
|
denom_units: [{
|
package/esm/mainnet/axelar.js
CHANGED
|
@@ -1338,7 +1338,7 @@ const assets = {
|
|
|
1338
1338
|
}]
|
|
1339
1339
|
},
|
|
1340
1340
|
{
|
|
1341
|
-
description: 'The native token of IXO
|
|
1341
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
1342
1342
|
denom_units: [{
|
|
1343
1343
|
denom: 'ibc/EC8E01D2F4F6890AE180845C8CE27F9E64240CC824D8DCCD137B82B548DB74CD',
|
|
1344
1344
|
exponent: 0,
|
|
@@ -2117,6 +2117,49 @@ const assets = {
|
|
|
2117
2117
|
}
|
|
2118
2118
|
}]
|
|
2119
2119
|
},
|
|
2120
|
+
{
|
|
2121
|
+
description: 'AXV',
|
|
2122
|
+
socials: {
|
|
2123
|
+
website: 'https://astrovault.io/',
|
|
2124
|
+
twitter: 'https://x.com/axvdex'
|
|
2125
|
+
},
|
|
2126
|
+
denom_units: [{
|
|
2127
|
+
denom: 'ibc/CFBB272C7BA45372A94453E524A549D505AC5B1F9B214E82FBBF1461C1F22EA4',
|
|
2128
|
+
exponent: 0,
|
|
2129
|
+
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
2130
|
+
}, {
|
|
2131
|
+
denom: 'AXV',
|
|
2132
|
+
exponent: 6
|
|
2133
|
+
}],
|
|
2134
|
+
base: 'ibc/CFBB272C7BA45372A94453E524A549D505AC5B1F9B214E82FBBF1461C1F22EA4',
|
|
2135
|
+
name: 'AXV',
|
|
2136
|
+
display: 'AXV',
|
|
2137
|
+
symbol: 'AXV',
|
|
2138
|
+
logo_URIs: {
|
|
2139
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
2140
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
2141
|
+
},
|
|
2142
|
+
images: [{
|
|
2143
|
+
image_sync: {
|
|
2144
|
+
chain_name: 'neutron',
|
|
2145
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
2146
|
+
},
|
|
2147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
2148
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
2149
|
+
}],
|
|
2150
|
+
type_asset: 'sdk.coin',
|
|
2151
|
+
traces: [{
|
|
2152
|
+
type: 'ibc',
|
|
2153
|
+
counterparty: {
|
|
2154
|
+
channel_id: 'channel-1',
|
|
2155
|
+
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
2156
|
+
chain_name: 'nibiru'
|
|
2157
|
+
},
|
|
2158
|
+
chain: {
|
|
2159
|
+
channel_id: 'channel-139'
|
|
2160
|
+
}
|
|
2161
|
+
}]
|
|
2162
|
+
},
|
|
2120
2163
|
{
|
|
2121
2164
|
description: 'uoprek',
|
|
2122
2165
|
denom_units: [{
|
|
@@ -7193,7 +7236,7 @@ const assets = {
|
|
|
7193
7236
|
}]
|
|
7194
7237
|
},
|
|
7195
7238
|
{
|
|
7196
|
-
description: 'The native token of IXO
|
|
7239
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
7197
7240
|
denom_units: [{
|
|
7198
7241
|
denom: 'ibc/EC8E01D2F4F6890AE180845C8CE27F9E64240CC824D8DCCD137B82B548DB74CD',
|
|
7199
7242
|
exponent: 0,
|
|
@@ -7972,6 +8015,49 @@ const assets = {
|
|
|
7972
8015
|
}
|
|
7973
8016
|
}]
|
|
7974
8017
|
},
|
|
8018
|
+
{
|
|
8019
|
+
description: 'AXV',
|
|
8020
|
+
socials: {
|
|
8021
|
+
website: 'https://astrovault.io/',
|
|
8022
|
+
twitter: 'https://x.com/axvdex'
|
|
8023
|
+
},
|
|
8024
|
+
denom_units: [{
|
|
8025
|
+
denom: 'ibc/CFBB272C7BA45372A94453E524A549D505AC5B1F9B214E82FBBF1461C1F22EA4',
|
|
8026
|
+
exponent: 0,
|
|
8027
|
+
aliases: ['tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv']
|
|
8028
|
+
}, {
|
|
8029
|
+
denom: 'AXV',
|
|
8030
|
+
exponent: 6
|
|
8031
|
+
}],
|
|
8032
|
+
base: 'ibc/CFBB272C7BA45372A94453E524A549D505AC5B1F9B214E82FBBF1461C1F22EA4',
|
|
8033
|
+
name: 'AXV',
|
|
8034
|
+
display: 'AXV',
|
|
8035
|
+
symbol: 'AXV',
|
|
8036
|
+
logo_URIs: {
|
|
8037
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
8038
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
8039
|
+
},
|
|
8040
|
+
images: [{
|
|
8041
|
+
image_sync: {
|
|
8042
|
+
chain_name: 'neutron',
|
|
8043
|
+
base_denom: 'cw20:neutron10dxyft3nv4vpxh5vrpn0xw8geej8dw3g39g7nqp8mrm307ypssksau29af'
|
|
8044
|
+
},
|
|
8045
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.png',
|
|
8046
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/axv.svg'
|
|
8047
|
+
}],
|
|
8048
|
+
type_asset: 'sdk.coin',
|
|
8049
|
+
traces: [{
|
|
8050
|
+
type: 'ibc',
|
|
8051
|
+
counterparty: {
|
|
8052
|
+
channel_id: 'channel-1',
|
|
8053
|
+
base_denom: 'tf/nibi1vetfuua65frvf6f458xgtjerf0ra7wwjykrdpuyn0jur5x07awxsfka0ga/axv',
|
|
8054
|
+
chain_name: 'nibiru'
|
|
8055
|
+
},
|
|
8056
|
+
chain: {
|
|
8057
|
+
channel_id: 'channel-139'
|
|
8058
|
+
}
|
|
8059
|
+
}]
|
|
8060
|
+
},
|
|
7975
8061
|
{
|
|
7976
8062
|
description: 'uoprek',
|
|
7977
8063
|
denom_units: [{
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -2791,7 +2791,7 @@ const assets = {
|
|
|
2791
2791
|
}]
|
|
2792
2792
|
},
|
|
2793
2793
|
{
|
|
2794
|
-
description: 'The native token of IXO
|
|
2794
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
2795
2795
|
denom_units: [{
|
|
2796
2796
|
denom: 'ibc/B2B5AEE174062FA7804AC95223D8169852F8F58962C51C66391C272C838258B7',
|
|
2797
2797
|
exponent: 0,
|
|
@@ -9543,7 +9543,7 @@ const assets = {
|
|
|
9543
9543
|
}]
|
|
9544
9544
|
},
|
|
9545
9545
|
{
|
|
9546
|
-
description: 'The native token of IXO
|
|
9546
|
+
description: 'The native token of the Internet of Impacts of inter-connected networks, powered by IXO Protocol blockchains.',
|
|
9547
9547
|
denom_units: [{
|
|
9548
9548
|
denom: 'ibc/B2B5AEE174062FA7804AC95223D8169852F8F58962C51C66391C272C838258B7',
|
|
9549
9549
|
exponent: 0,
|
package/esm/mainnet/juno.js
CHANGED
|
@@ -129,7 +129,7 @@ const assets = {
|
|
|
129
129
|
}]
|
|
130
130
|
},
|
|
131
131
|
{
|
|
132
|
-
description: 'The native token of
|
|
132
|
+
description: 'The native token of AssetMantle',
|
|
133
133
|
denom_units: [{
|
|
134
134
|
denom: 'ibc/5CB906E82B7A88E62644AD811361F5858B74BA9EBD75C84B6D24B20C01A4819F',
|
|
135
135
|
exponent: 0,
|
|
@@ -151,7 +151,7 @@ const assets = {
|
|
|
151
151
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
152
152
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
153
153
|
theme: {
|
|
154
|
-
primary_color_hex: '#
|
|
154
|
+
primary_color_hex: '#fbab30'
|
|
155
155
|
}
|
|
156
156
|
}],
|
|
157
157
|
socials: {
|
|
@@ -976,7 +976,7 @@ const assets = {
|
|
|
976
976
|
}]
|
|
977
977
|
},
|
|
978
978
|
{
|
|
979
|
-
description: 'The native token of
|
|
979
|
+
description: 'The native token of AssetMantle',
|
|
980
980
|
denom_units: [{
|
|
981
981
|
denom: 'ibc/5CB906E82B7A88E62644AD811361F5858B74BA9EBD75C84B6D24B20C01A4819F',
|
|
982
982
|
exponent: 0,
|
|
@@ -998,7 +998,7 @@ const assets = {
|
|
|
998
998
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
999
999
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
1000
1000
|
theme: {
|
|
1001
|
-
primary_color_hex: '#
|
|
1001
|
+
primary_color_hex: '#fbab30'
|
|
1002
1002
|
}
|
|
1003
1003
|
}],
|
|
1004
1004
|
socials: {
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -371,7 +371,7 @@ const assets = {
|
|
|
371
371
|
}]
|
|
372
372
|
},
|
|
373
373
|
{
|
|
374
|
-
description: 'The native token of
|
|
374
|
+
description: 'The native token of AssetMantle',
|
|
375
375
|
denom_units: [{
|
|
376
376
|
denom: 'ibc/78E27527E43675AC6AD1466EFBB9948835EF37FB450CDC0775673DCBE856A4AF',
|
|
377
377
|
exponent: 0,
|
|
@@ -393,7 +393,7 @@ const assets = {
|
|
|
393
393
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
394
394
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
395
395
|
theme: {
|
|
396
|
-
primary_color_hex: '#
|
|
396
|
+
primary_color_hex: '#fbab30'
|
|
397
397
|
}
|
|
398
398
|
}],
|
|
399
399
|
socials: {
|
|
@@ -2192,7 +2192,7 @@ const assets = {
|
|
|
2192
2192
|
}]
|
|
2193
2193
|
},
|
|
2194
2194
|
{
|
|
2195
|
-
description: 'The native token of
|
|
2195
|
+
description: 'The native token of AssetMantle',
|
|
2196
2196
|
denom_units: [{
|
|
2197
2197
|
denom: 'ibc/78E27527E43675AC6AD1466EFBB9948835EF37FB450CDC0775673DCBE856A4AF',
|
|
2198
2198
|
exponent: 0,
|
|
@@ -2214,7 +2214,7 @@ const assets = {
|
|
|
2214
2214
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png',
|
|
2215
2215
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.svg',
|
|
2216
2216
|
theme: {
|
|
2217
|
-
primary_color_hex: '#
|
|
2217
|
+
primary_color_hex: '#fbab30'
|
|
2218
2218
|
}
|
|
2219
2219
|
}],
|
|
2220
2220
|
socials: {
|