@chain-registry/assets 1.70.249 → 1.70.251
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/akash.js +86 -0
- package/esm/mainnet/assets.js +3 -1
- package/esm/mainnet/celestia.js +62 -0
- package/esm/mainnet/composable.js +2 -58
- package/esm/mainnet/cosmoshub.js +62 -0
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/namada.js +1308 -0
- package/esm/mainnet/neutron.js +62 -0
- package/esm/mainnet/noble.js +62 -0
- package/esm/mainnet/nyx.js +62 -0
- package/esm/mainnet/osmosis.js +62 -0
- package/esm/mainnet/stargaze.js +86 -0
- package/esm/mainnet/stride.js +62 -0
- package/esm/mainnet/xrplevm.js +1396 -0
- package/esm/noncosmos/penumbra.js +62 -0
- package/mainnet/akash.js +86 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/celestia.js +62 -0
- package/mainnet/composable.js +2 -58
- package/mainnet/cosmoshub.js +62 -0
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +6 -4
- package/mainnet/namada.d.ts +3 -0
- package/mainnet/namada.js +1310 -0
- package/mainnet/neutron.js +62 -0
- package/mainnet/noble.js +62 -0
- package/mainnet/nyx.js +62 -0
- package/mainnet/osmosis.js +62 -0
- package/mainnet/stargaze.js +86 -0
- package/mainnet/stride.js +62 -0
- package/mainnet/xrplevm.d.ts +3 -0
- package/mainnet/xrplevm.js +1398 -0
- package/noncosmos/penumbra.js +62 -0
- package/package.json +5 -5
package/esm/mainnet/akash.js
CHANGED
|
@@ -917,6 +917,49 @@ const assets = {
|
|
|
917
917
|
}
|
|
918
918
|
}]
|
|
919
919
|
},
|
|
920
|
+
{
|
|
921
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
922
|
+
denom_units: [{
|
|
923
|
+
denom: 'ibc/6B71AD4E47869D06CC021E9BD3361F26250574E168C1C9EDCEA246DE8EB0D22E',
|
|
924
|
+
exponent: 0,
|
|
925
|
+
aliases: ['ustars']
|
|
926
|
+
}, {
|
|
927
|
+
denom: 'stars',
|
|
928
|
+
exponent: 6
|
|
929
|
+
}],
|
|
930
|
+
base: 'ibc/6B71AD4E47869D06CC021E9BD3361F26250574E168C1C9EDCEA246DE8EB0D22E',
|
|
931
|
+
name: 'Stargaze',
|
|
932
|
+
display: 'stars',
|
|
933
|
+
symbol: 'STARS',
|
|
934
|
+
logo_URIs: {
|
|
935
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
936
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
937
|
+
},
|
|
938
|
+
coingecko_id: 'stargaze',
|
|
939
|
+
images: [{
|
|
940
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
941
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
942
|
+
theme: {
|
|
943
|
+
primary_color_hex: '#db2777'
|
|
944
|
+
}
|
|
945
|
+
}],
|
|
946
|
+
socials: {
|
|
947
|
+
website: 'https://www.stargaze.zone/',
|
|
948
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
949
|
+
},
|
|
950
|
+
type_asset: 'sdk.coin',
|
|
951
|
+
traces: [{
|
|
952
|
+
type: 'ibc',
|
|
953
|
+
counterparty: {
|
|
954
|
+
channel_id: 'channel-447',
|
|
955
|
+
base_denom: 'ustars',
|
|
956
|
+
chain_name: 'stargaze'
|
|
957
|
+
},
|
|
958
|
+
chain: {
|
|
959
|
+
channel_id: 'channel-130'
|
|
960
|
+
}
|
|
961
|
+
}]
|
|
962
|
+
},
|
|
920
963
|
{
|
|
921
964
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
922
965
|
denom_units: [{
|
|
@@ -1919,6 +1962,49 @@ const assets = {
|
|
|
1919
1962
|
}
|
|
1920
1963
|
}]
|
|
1921
1964
|
},
|
|
1965
|
+
{
|
|
1966
|
+
description: 'Stargaze is a decentralized blockchain platform designed specifically for non-fungible tokens (NFTs), enabling creators to mint, trade, and interact with NFTs in a fully decentralized environment.',
|
|
1967
|
+
denom_units: [{
|
|
1968
|
+
denom: 'ibc/6B71AD4E47869D06CC021E9BD3361F26250574E168C1C9EDCEA246DE8EB0D22E',
|
|
1969
|
+
exponent: 0,
|
|
1970
|
+
aliases: ['ustars']
|
|
1971
|
+
}, {
|
|
1972
|
+
denom: 'stars',
|
|
1973
|
+
exponent: 6
|
|
1974
|
+
}],
|
|
1975
|
+
base: 'ibc/6B71AD4E47869D06CC021E9BD3361F26250574E168C1C9EDCEA246DE8EB0D22E',
|
|
1976
|
+
name: 'Stargaze',
|
|
1977
|
+
display: 'stars',
|
|
1978
|
+
symbol: 'STARS',
|
|
1979
|
+
logo_URIs: {
|
|
1980
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1981
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1982
|
+
},
|
|
1983
|
+
coingecko_id: 'stargaze',
|
|
1984
|
+
images: [{
|
|
1985
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1986
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1987
|
+
theme: {
|
|
1988
|
+
primary_color_hex: '#db2777'
|
|
1989
|
+
}
|
|
1990
|
+
}],
|
|
1991
|
+
socials: {
|
|
1992
|
+
website: 'https://www.stargaze.zone/',
|
|
1993
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
1994
|
+
},
|
|
1995
|
+
type_asset: 'sdk.coin',
|
|
1996
|
+
traces: [{
|
|
1997
|
+
type: 'ibc',
|
|
1998
|
+
counterparty: {
|
|
1999
|
+
channel_id: 'channel-447',
|
|
2000
|
+
base_denom: 'ustars',
|
|
2001
|
+
chain_name: 'stargaze'
|
|
2002
|
+
},
|
|
2003
|
+
chain: {
|
|
2004
|
+
channel_id: 'channel-130'
|
|
2005
|
+
}
|
|
2006
|
+
}]
|
|
2007
|
+
},
|
|
1922
2008
|
{
|
|
1923
2009
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
1924
2010
|
denom_units: [{
|
package/esm/mainnet/assets.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import _ethereum from './ethereum';
|
|
2
|
+
import _namada from './namada';
|
|
2
3
|
import _solana from './solana';
|
|
3
4
|
import _aaronetwork from './aaronetwork';
|
|
4
5
|
import _acrechain from './acrechain';
|
|
@@ -154,6 +155,7 @@ import _unification from './unification';
|
|
|
154
155
|
import _uptick from './uptick';
|
|
155
156
|
import _xion from './xion';
|
|
156
157
|
import _xpla from './xpla';
|
|
158
|
+
import _xrplevm from './xrplevm';
|
|
157
159
|
import _zenrock from './zenrock';
|
|
158
|
-
const assets = [_ethereum, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _allora, _andromeda, _archway, _arkeo, _arkh, _assetmantle, _atomone, _aura, _axelar, _babylon, _bandchain, _beezee, _bitbadges, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _elys, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _initia, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lombardledger, _lorenzo, _lumnetwork, _mande, _manifest, _mantrachain, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _nillion, _nim, _noble, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sidechain, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla, _zenrock];
|
|
160
|
+
const assets = [_ethereum, _namada, _solana, _aaronetwork, _acrechain, _agoric, _aioz, _akash, _allora, _andromeda, _archway, _arkeo, _arkh, _assetmantle, _atomone, _aura, _axelar, _babylon, _bandchain, _beezee, _bitbadges, _bitcanna, _bitsong, _bluzelle, _bostrom, _canto, _carbon, _celestia, _chain4energy, _cheqd, _chihuahua, _cifer, _comdex, _composable, _conscious, _coreum, _cosmoshub, _crescent, _cronos, _cryptoorgchain, _decentr, _desmos, _dhealth, _doravota, _dungeon, _dydx, _dymension, _dyson, _echelon, _elys, _emoney, _empowerchain, _evmos, _fetchhub, _firmachain, _furya, _fxcore, _galaxy, _gateway, _genesisl1, _gitopia, _gravitybridge, _haqq, _humans, _impacthub, _imversed, _initia, _injective, _int3face, _irisnet, _jackal, _joltify, _juno, _kava, _kichain, _kimanetwork, _konstellation, _kopi, _kujira, _kyve, _lambda, _lava, _likecoin, _lombardledger, _lorenzo, _lumnetwork, _mande, _manifest, _mantrachain, _medasdigital, _meme, _migaloo, _milkyway, _neutaro, _neutron, _nibiru, _nillion, _nim, _noble, _nolus, _nomic, _nyx, _odin, _okexchain, _omniflixhub, _onex, _onomy, _oraichain, _osmosis, _panacea, _passage, _persistence, _planq, _point, _provenance, _pryzm, _pundix, _pylons, _quasar, _quicksilver, _qwoyn, _realio, _rebus, _regen, _rizon, _routerchain, _saga, _scorum, _secretnetwork, _seda, _sei, _self, _sentinel, _sge, _shareledger, _shentu, _shido, _sidechain, _sifchain, _sommelier, _source, _stafihub, _stargaze, _starname, _stratos, _stride, _synternet, _teritori, _terra, _terra2, _tgrade, _titan, _umee, _unification, _uptick, _xion, _xpla, _xrplevm, _zenrock];
|
|
159
161
|
export default assets;
|
package/esm/mainnet/celestia.js
CHANGED
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'celestia',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Namada.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/F79541F2E56A0727E89ED504A8C43112B13D61962105D4DFC5E2F930638D374F',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['unam']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'nam',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'sdk.coin',
|
|
15
|
+
base: 'ibc/F79541F2E56A0727E89ED504A8C43112B13D61962105D4DFC5E2F930638D374F',
|
|
16
|
+
name: 'Namada',
|
|
17
|
+
display: 'nam',
|
|
18
|
+
symbol: 'NAM',
|
|
19
|
+
address: 'tnam1q9gr66cvu4hrzm0sd5kmlnjje82gs3xlfg3v6nu7',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
22
|
+
},
|
|
23
|
+
traces: [{
|
|
24
|
+
type: 'ibc',
|
|
25
|
+
counterparty: {
|
|
26
|
+
channel_id: 'channel-3',
|
|
27
|
+
base_denom: 'unam',
|
|
28
|
+
chain_name: 'namada'
|
|
29
|
+
},
|
|
30
|
+
chain: {
|
|
31
|
+
channel_id: 'channel-73'
|
|
32
|
+
}
|
|
33
|
+
}]
|
|
34
|
+
},
|
|
4
35
|
{
|
|
5
36
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
6
37
|
denom_units: [{
|
|
@@ -947,6 +978,37 @@ const assets = {
|
|
|
947
978
|
}
|
|
948
979
|
}]
|
|
949
980
|
},
|
|
981
|
+
{
|
|
982
|
+
description: 'The native token of Namada.',
|
|
983
|
+
denom_units: [{
|
|
984
|
+
denom: 'ibc/F79541F2E56A0727E89ED504A8C43112B13D61962105D4DFC5E2F930638D374F',
|
|
985
|
+
exponent: 0,
|
|
986
|
+
aliases: ['unam']
|
|
987
|
+
}, {
|
|
988
|
+
denom: 'nam',
|
|
989
|
+
exponent: 6
|
|
990
|
+
}],
|
|
991
|
+
type_asset: 'sdk.coin',
|
|
992
|
+
base: 'ibc/F79541F2E56A0727E89ED504A8C43112B13D61962105D4DFC5E2F930638D374F',
|
|
993
|
+
name: 'Namada',
|
|
994
|
+
display: 'nam',
|
|
995
|
+
symbol: 'NAM',
|
|
996
|
+
address: 'tnam1q9gr66cvu4hrzm0sd5kmlnjje82gs3xlfg3v6nu7',
|
|
997
|
+
logo_URIs: {
|
|
998
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
999
|
+
},
|
|
1000
|
+
traces: [{
|
|
1001
|
+
type: 'ibc',
|
|
1002
|
+
counterparty: {
|
|
1003
|
+
channel_id: 'channel-3',
|
|
1004
|
+
base_denom: 'unam',
|
|
1005
|
+
chain_name: 'namada'
|
|
1006
|
+
},
|
|
1007
|
+
chain: {
|
|
1008
|
+
channel_id: 'channel-73'
|
|
1009
|
+
}
|
|
1010
|
+
}]
|
|
1011
|
+
},
|
|
950
1012
|
{
|
|
951
1013
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
952
1014
|
denom_units: [{
|
|
@@ -874,7 +874,7 @@ const assets = {
|
|
|
874
874
|
display: 'mbtc',
|
|
875
875
|
symbol: 'mBTC',
|
|
876
876
|
logo_URIs: {
|
|
877
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
877
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
878
878
|
},
|
|
879
879
|
coingecko_id: 'babypie-wrapped-btc',
|
|
880
880
|
traces: [{
|
|
@@ -920,34 +920,6 @@ const assets = {
|
|
|
920
920
|
}
|
|
921
921
|
}]
|
|
922
922
|
},
|
|
923
|
-
{
|
|
924
|
-
type_asset: 'erc20',
|
|
925
|
-
address: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
926
|
-
denom_units: [{
|
|
927
|
-
denom: 'ibc/413B0A121848E03C0549C440A0C68BA86C04BE03F0BAD8D7D4B98D8C2B5B546E',
|
|
928
|
-
exponent: 0,
|
|
929
|
-
aliases: ['0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a']
|
|
930
|
-
}, {
|
|
931
|
-
denom: 'enzobtc',
|
|
932
|
-
exponent: 8
|
|
933
|
-
}],
|
|
934
|
-
base: 'ibc/413B0A121848E03C0549C440A0C68BA86C04BE03F0BAD8D7D4B98D8C2B5B546E',
|
|
935
|
-
name: 'enzoBTC',
|
|
936
|
-
display: 'enzobtc',
|
|
937
|
-
symbol: 'enzoBTC',
|
|
938
|
-
coingecko_id: 'lorenzo-wrapped-bitcoin',
|
|
939
|
-
traces: [{
|
|
940
|
-
type: 'ibc',
|
|
941
|
-
counterparty: {
|
|
942
|
-
channel_id: 'channel-2',
|
|
943
|
-
base_denom: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
944
|
-
chain_name: 'ethereum'
|
|
945
|
-
},
|
|
946
|
-
chain: {
|
|
947
|
-
channel_id: 'channel-52'
|
|
948
|
-
}
|
|
949
|
-
}]
|
|
950
|
-
},
|
|
951
923
|
{
|
|
952
924
|
type_asset: 'erc20',
|
|
953
925
|
address: '0xC96dE26018A54D51c097160568752c4E3BD6C364',
|
|
@@ -3059,7 +3031,7 @@ const assets = {
|
|
|
3059
3031
|
display: 'mbtc',
|
|
3060
3032
|
symbol: 'mBTC',
|
|
3061
3033
|
logo_URIs: {
|
|
3062
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
3034
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mbtc.png'
|
|
3063
3035
|
},
|
|
3064
3036
|
coingecko_id: 'babypie-wrapped-btc',
|
|
3065
3037
|
traces: [{
|
|
@@ -3105,34 +3077,6 @@ const assets = {
|
|
|
3105
3077
|
}
|
|
3106
3078
|
}]
|
|
3107
3079
|
},
|
|
3108
|
-
{
|
|
3109
|
-
type_asset: 'erc20',
|
|
3110
|
-
address: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
3111
|
-
denom_units: [{
|
|
3112
|
-
denom: 'ibc/413B0A121848E03C0549C440A0C68BA86C04BE03F0BAD8D7D4B98D8C2B5B546E',
|
|
3113
|
-
exponent: 0,
|
|
3114
|
-
aliases: ['0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a']
|
|
3115
|
-
}, {
|
|
3116
|
-
denom: 'enzobtc',
|
|
3117
|
-
exponent: 8
|
|
3118
|
-
}],
|
|
3119
|
-
base: 'ibc/413B0A121848E03C0549C440A0C68BA86C04BE03F0BAD8D7D4B98D8C2B5B546E',
|
|
3120
|
-
name: 'enzoBTC',
|
|
3121
|
-
display: 'enzobtc',
|
|
3122
|
-
symbol: 'enzoBTC',
|
|
3123
|
-
coingecko_id: 'lorenzo-wrapped-bitcoin',
|
|
3124
|
-
traces: [{
|
|
3125
|
-
type: 'ibc',
|
|
3126
|
-
counterparty: {
|
|
3127
|
-
channel_id: 'channel-2',
|
|
3128
|
-
base_denom: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
3129
|
-
chain_name: 'ethereum'
|
|
3130
|
-
},
|
|
3131
|
-
chain: {
|
|
3132
|
-
channel_id: 'channel-52'
|
|
3133
|
-
}
|
|
3134
|
-
}]
|
|
3135
|
-
},
|
|
3136
3080
|
{
|
|
3137
3081
|
type_asset: 'erc20',
|
|
3138
3082
|
address: '0xC96dE26018A54D51c097160568752c4E3BD6C364',
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'cosmoshub',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'The native token of Namada.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/0594B847BE2E5B592E0F726E4AC5B73CD1D12AB1D45466B5C798C88D5AD27142',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['unam']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'nam',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
type_asset: 'sdk.coin',
|
|
15
|
+
base: 'ibc/0594B847BE2E5B592E0F726E4AC5B73CD1D12AB1D45466B5C798C88D5AD27142',
|
|
16
|
+
name: 'Namada',
|
|
17
|
+
display: 'nam',
|
|
18
|
+
symbol: 'NAM',
|
|
19
|
+
address: 'tnam1q9gr66cvu4hrzm0sd5kmlnjje82gs3xlfg3v6nu7',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
22
|
+
},
|
|
23
|
+
traces: [{
|
|
24
|
+
type: 'ibc',
|
|
25
|
+
counterparty: {
|
|
26
|
+
channel_id: 'channel-2',
|
|
27
|
+
base_denom: 'unam',
|
|
28
|
+
chain_name: 'namada'
|
|
29
|
+
},
|
|
30
|
+
chain: {
|
|
31
|
+
channel_id: 'channel-1317'
|
|
32
|
+
}
|
|
33
|
+
}]
|
|
34
|
+
},
|
|
4
35
|
{
|
|
5
36
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
6
37
|
denom_units: [{
|
|
@@ -4525,6 +4556,37 @@ const assets = {
|
|
|
4525
4556
|
}
|
|
4526
4557
|
}]
|
|
4527
4558
|
},
|
|
4559
|
+
{
|
|
4560
|
+
description: 'The native token of Namada.',
|
|
4561
|
+
denom_units: [{
|
|
4562
|
+
denom: 'ibc/0594B847BE2E5B592E0F726E4AC5B73CD1D12AB1D45466B5C798C88D5AD27142',
|
|
4563
|
+
exponent: 0,
|
|
4564
|
+
aliases: ['unam']
|
|
4565
|
+
}, {
|
|
4566
|
+
denom: 'nam',
|
|
4567
|
+
exponent: 6
|
|
4568
|
+
}],
|
|
4569
|
+
type_asset: 'sdk.coin',
|
|
4570
|
+
base: 'ibc/0594B847BE2E5B592E0F726E4AC5B73CD1D12AB1D45466B5C798C88D5AD27142',
|
|
4571
|
+
name: 'Namada',
|
|
4572
|
+
display: 'nam',
|
|
4573
|
+
symbol: 'NAM',
|
|
4574
|
+
address: 'tnam1q9gr66cvu4hrzm0sd5kmlnjje82gs3xlfg3v6nu7',
|
|
4575
|
+
logo_URIs: {
|
|
4576
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/namada/images/namada.svg'
|
|
4577
|
+
},
|
|
4578
|
+
traces: [{
|
|
4579
|
+
type: 'ibc',
|
|
4580
|
+
counterparty: {
|
|
4581
|
+
channel_id: 'channel-2',
|
|
4582
|
+
base_denom: 'unam',
|
|
4583
|
+
chain_name: 'namada'
|
|
4584
|
+
},
|
|
4585
|
+
chain: {
|
|
4586
|
+
channel_id: 'channel-1317'
|
|
4587
|
+
}
|
|
4588
|
+
}]
|
|
4589
|
+
},
|
|
4528
4590
|
{
|
|
4529
4591
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
4530
4592
|
denom_units: [{
|
package/esm/mainnet/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export * as ethereum from './ethereum';
|
|
2
|
+
export * as namada from './namada';
|
|
2
3
|
export * as solana from './solana';
|
|
3
4
|
export * as aaronetwork from './aaronetwork';
|
|
4
5
|
export * as acrechain from './acrechain';
|
|
@@ -154,4 +155,5 @@ export * as unification from './unification';
|
|
|
154
155
|
export * as uptick from './uptick';
|
|
155
156
|
export * as xion from './xion';
|
|
156
157
|
export * as xpla from './xpla';
|
|
158
|
+
export * as xrplevm from './xrplevm';
|
|
157
159
|
export * as zenrock from './zenrock';
|