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