@chain-registry/assets 1.70.250 → 1.70.252
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/composable.js +0 -56
- package/esm/mainnet/stargaze.js +86 -0
- package/index.d.ts +1 -1
- package/mainnet/akash.js +86 -0
- package/mainnet/composable.js +0 -56
- package/mainnet/stargaze.js +86 -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: [{
|
|
@@ -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',
|
|
@@ -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/stargaze.js
CHANGED
|
@@ -123,6 +123,49 @@ const assets = {
|
|
|
123
123
|
}
|
|
124
124
|
}]
|
|
125
125
|
},
|
|
126
|
+
{
|
|
127
|
+
description: 'Akash Network is a decentralized cloud computing marketplace that connects users with unused computing resources, offering a cost-effective alternative to traditional cloud providers.',
|
|
128
|
+
denom_units: [{
|
|
129
|
+
denom: 'ibc/84CF82F31F46BFBE392F50D7062BC95142F182A904BCAD3E3180C15B525444D8',
|
|
130
|
+
exponent: 0,
|
|
131
|
+
aliases: ['uakt']
|
|
132
|
+
}, {
|
|
133
|
+
denom: 'akt',
|
|
134
|
+
exponent: 6
|
|
135
|
+
}],
|
|
136
|
+
base: 'ibc/84CF82F31F46BFBE392F50D7062BC95142F182A904BCAD3E3180C15B525444D8',
|
|
137
|
+
name: 'Akash Network',
|
|
138
|
+
display: 'akt',
|
|
139
|
+
symbol: 'AKT',
|
|
140
|
+
logo_URIs: {
|
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
143
|
+
},
|
|
144
|
+
coingecko_id: 'akash-network',
|
|
145
|
+
images: [{
|
|
146
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
147
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg',
|
|
148
|
+
theme: {
|
|
149
|
+
primary_color_hex: '#bc342c'
|
|
150
|
+
}
|
|
151
|
+
}],
|
|
152
|
+
socials: {
|
|
153
|
+
website: 'https://akash.network/',
|
|
154
|
+
twitter: 'https://twitter.com/akashnet_'
|
|
155
|
+
},
|
|
156
|
+
type_asset: 'sdk.coin',
|
|
157
|
+
traces: [{
|
|
158
|
+
type: 'ibc',
|
|
159
|
+
counterparty: {
|
|
160
|
+
channel_id: 'channel-130',
|
|
161
|
+
base_denom: 'uakt',
|
|
162
|
+
chain_name: 'akash'
|
|
163
|
+
},
|
|
164
|
+
chain: {
|
|
165
|
+
channel_id: 'channel-447'
|
|
166
|
+
}
|
|
167
|
+
}]
|
|
168
|
+
},
|
|
126
169
|
{
|
|
127
170
|
description: 'The native token of Aura Network',
|
|
128
171
|
denom_units: [{
|
|
@@ -1628,6 +1671,49 @@ const assets = {
|
|
|
1628
1671
|
}
|
|
1629
1672
|
}]
|
|
1630
1673
|
},
|
|
1674
|
+
{
|
|
1675
|
+
description: 'Akash Network is a decentralized cloud computing marketplace that connects users with unused computing resources, offering a cost-effective alternative to traditional cloud providers.',
|
|
1676
|
+
denom_units: [{
|
|
1677
|
+
denom: 'ibc/84CF82F31F46BFBE392F50D7062BC95142F182A904BCAD3E3180C15B525444D8',
|
|
1678
|
+
exponent: 0,
|
|
1679
|
+
aliases: ['uakt']
|
|
1680
|
+
}, {
|
|
1681
|
+
denom: 'akt',
|
|
1682
|
+
exponent: 6
|
|
1683
|
+
}],
|
|
1684
|
+
base: 'ibc/84CF82F31F46BFBE392F50D7062BC95142F182A904BCAD3E3180C15B525444D8',
|
|
1685
|
+
name: 'Akash Network',
|
|
1686
|
+
display: 'akt',
|
|
1687
|
+
symbol: 'AKT',
|
|
1688
|
+
logo_URIs: {
|
|
1689
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
1690
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
1691
|
+
},
|
|
1692
|
+
coingecko_id: 'akash-network',
|
|
1693
|
+
images: [{
|
|
1694
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
1695
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg',
|
|
1696
|
+
theme: {
|
|
1697
|
+
primary_color_hex: '#bc342c'
|
|
1698
|
+
}
|
|
1699
|
+
}],
|
|
1700
|
+
socials: {
|
|
1701
|
+
website: 'https://akash.network/',
|
|
1702
|
+
twitter: 'https://twitter.com/akashnet_'
|
|
1703
|
+
},
|
|
1704
|
+
type_asset: 'sdk.coin',
|
|
1705
|
+
traces: [{
|
|
1706
|
+
type: 'ibc',
|
|
1707
|
+
counterparty: {
|
|
1708
|
+
channel_id: 'channel-130',
|
|
1709
|
+
base_denom: 'uakt',
|
|
1710
|
+
chain_name: 'akash'
|
|
1711
|
+
},
|
|
1712
|
+
chain: {
|
|
1713
|
+
channel_id: 'channel-447'
|
|
1714
|
+
}
|
|
1715
|
+
}]
|
|
1716
|
+
},
|
|
1631
1717
|
{
|
|
1632
1718
|
description: 'The native token of Aura Network',
|
|
1633
1719
|
denom_units: [{
|
package/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export * from './devnet';
|
|
|
4
4
|
export * from './noncosmos';
|
|
5
5
|
import asset_lists from './asset_lists';
|
|
6
6
|
declare const _default: {
|
|
7
|
-
asset_lists:
|
|
7
|
+
asset_lists: AssetList[];
|
|
8
8
|
};
|
|
9
9
|
export default _default;
|
|
10
10
|
export { asset_lists };
|
package/mainnet/akash.js
CHANGED
|
@@ -919,6 +919,49 @@ const assets = {
|
|
|
919
919
|
}
|
|
920
920
|
}]
|
|
921
921
|
},
|
|
922
|
+
{
|
|
923
|
+
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.',
|
|
924
|
+
denom_units: [{
|
|
925
|
+
denom: 'ibc/6B71AD4E47869D06CC021E9BD3361F26250574E168C1C9EDCEA246DE8EB0D22E',
|
|
926
|
+
exponent: 0,
|
|
927
|
+
aliases: ['ustars']
|
|
928
|
+
}, {
|
|
929
|
+
denom: 'stars',
|
|
930
|
+
exponent: 6
|
|
931
|
+
}],
|
|
932
|
+
base: 'ibc/6B71AD4E47869D06CC021E9BD3361F26250574E168C1C9EDCEA246DE8EB0D22E',
|
|
933
|
+
name: 'Stargaze',
|
|
934
|
+
display: 'stars',
|
|
935
|
+
symbol: 'STARS',
|
|
936
|
+
logo_URIs: {
|
|
937
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
938
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
939
|
+
},
|
|
940
|
+
coingecko_id: 'stargaze',
|
|
941
|
+
images: [{
|
|
942
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
943
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
944
|
+
theme: {
|
|
945
|
+
primary_color_hex: '#db2777'
|
|
946
|
+
}
|
|
947
|
+
}],
|
|
948
|
+
socials: {
|
|
949
|
+
website: 'https://www.stargaze.zone/',
|
|
950
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
951
|
+
},
|
|
952
|
+
type_asset: 'sdk.coin',
|
|
953
|
+
traces: [{
|
|
954
|
+
type: 'ibc',
|
|
955
|
+
counterparty: {
|
|
956
|
+
channel_id: 'channel-447',
|
|
957
|
+
base_denom: 'ustars',
|
|
958
|
+
chain_name: 'stargaze'
|
|
959
|
+
},
|
|
960
|
+
chain: {
|
|
961
|
+
channel_id: 'channel-130'
|
|
962
|
+
}
|
|
963
|
+
}]
|
|
964
|
+
},
|
|
922
965
|
{
|
|
923
966
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
924
967
|
denom_units: [{
|
|
@@ -1921,6 +1964,49 @@ const assets = {
|
|
|
1921
1964
|
}
|
|
1922
1965
|
}]
|
|
1923
1966
|
},
|
|
1967
|
+
{
|
|
1968
|
+
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.',
|
|
1969
|
+
denom_units: [{
|
|
1970
|
+
denom: 'ibc/6B71AD4E47869D06CC021E9BD3361F26250574E168C1C9EDCEA246DE8EB0D22E',
|
|
1971
|
+
exponent: 0,
|
|
1972
|
+
aliases: ['ustars']
|
|
1973
|
+
}, {
|
|
1974
|
+
denom: 'stars',
|
|
1975
|
+
exponent: 6
|
|
1976
|
+
}],
|
|
1977
|
+
base: 'ibc/6B71AD4E47869D06CC021E9BD3361F26250574E168C1C9EDCEA246DE8EB0D22E',
|
|
1978
|
+
name: 'Stargaze',
|
|
1979
|
+
display: 'stars',
|
|
1980
|
+
symbol: 'STARS',
|
|
1981
|
+
logo_URIs: {
|
|
1982
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1983
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg'
|
|
1984
|
+
},
|
|
1985
|
+
coingecko_id: 'stargaze',
|
|
1986
|
+
images: [{
|
|
1987
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png',
|
|
1988
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.svg',
|
|
1989
|
+
theme: {
|
|
1990
|
+
primary_color_hex: '#db2777'
|
|
1991
|
+
}
|
|
1992
|
+
}],
|
|
1993
|
+
socials: {
|
|
1994
|
+
website: 'https://www.stargaze.zone/',
|
|
1995
|
+
twitter: 'https://twitter.com/StargazeZone'
|
|
1996
|
+
},
|
|
1997
|
+
type_asset: 'sdk.coin',
|
|
1998
|
+
traces: [{
|
|
1999
|
+
type: 'ibc',
|
|
2000
|
+
counterparty: {
|
|
2001
|
+
channel_id: 'channel-447',
|
|
2002
|
+
base_denom: 'ustars',
|
|
2003
|
+
chain_name: 'stargaze'
|
|
2004
|
+
},
|
|
2005
|
+
chain: {
|
|
2006
|
+
channel_id: 'channel-130'
|
|
2007
|
+
}
|
|
2008
|
+
}]
|
|
2009
|
+
},
|
|
1924
2010
|
{
|
|
1925
2011
|
description: 'IOV coin is the token for the Starname (IOV) Asset Name Service',
|
|
1926
2012
|
denom_units: [{
|
package/mainnet/composable.js
CHANGED
|
@@ -922,34 +922,6 @@ const assets = {
|
|
|
922
922
|
}
|
|
923
923
|
}]
|
|
924
924
|
},
|
|
925
|
-
{
|
|
926
|
-
type_asset: 'erc20',
|
|
927
|
-
address: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
928
|
-
denom_units: [{
|
|
929
|
-
denom: 'ibc/413B0A121848E03C0549C440A0C68BA86C04BE03F0BAD8D7D4B98D8C2B5B546E',
|
|
930
|
-
exponent: 0,
|
|
931
|
-
aliases: ['0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a']
|
|
932
|
-
}, {
|
|
933
|
-
denom: 'enzobtc',
|
|
934
|
-
exponent: 8
|
|
935
|
-
}],
|
|
936
|
-
base: 'ibc/413B0A121848E03C0549C440A0C68BA86C04BE03F0BAD8D7D4B98D8C2B5B546E',
|
|
937
|
-
name: 'enzoBTC',
|
|
938
|
-
display: 'enzobtc',
|
|
939
|
-
symbol: 'enzoBTC',
|
|
940
|
-
coingecko_id: 'lorenzo-wrapped-bitcoin',
|
|
941
|
-
traces: [{
|
|
942
|
-
type: 'ibc',
|
|
943
|
-
counterparty: {
|
|
944
|
-
channel_id: 'channel-2',
|
|
945
|
-
base_denom: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
946
|
-
chain_name: 'ethereum'
|
|
947
|
-
},
|
|
948
|
-
chain: {
|
|
949
|
-
channel_id: 'channel-52'
|
|
950
|
-
}
|
|
951
|
-
}]
|
|
952
|
-
},
|
|
953
925
|
{
|
|
954
926
|
type_asset: 'erc20',
|
|
955
927
|
address: '0xC96dE26018A54D51c097160568752c4E3BD6C364',
|
|
@@ -3107,34 +3079,6 @@ const assets = {
|
|
|
3107
3079
|
}
|
|
3108
3080
|
}]
|
|
3109
3081
|
},
|
|
3110
|
-
{
|
|
3111
|
-
type_asset: 'erc20',
|
|
3112
|
-
address: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
3113
|
-
denom_units: [{
|
|
3114
|
-
denom: 'ibc/413B0A121848E03C0549C440A0C68BA86C04BE03F0BAD8D7D4B98D8C2B5B546E',
|
|
3115
|
-
exponent: 0,
|
|
3116
|
-
aliases: ['0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a']
|
|
3117
|
-
}, {
|
|
3118
|
-
denom: 'enzobtc',
|
|
3119
|
-
exponent: 8
|
|
3120
|
-
}],
|
|
3121
|
-
base: 'ibc/413B0A121848E03C0549C440A0C68BA86C04BE03F0BAD8D7D4B98D8C2B5B546E',
|
|
3122
|
-
name: 'enzoBTC',
|
|
3123
|
-
display: 'enzobtc',
|
|
3124
|
-
symbol: 'enzoBTC',
|
|
3125
|
-
coingecko_id: 'lorenzo-wrapped-bitcoin',
|
|
3126
|
-
traces: [{
|
|
3127
|
-
type: 'ibc',
|
|
3128
|
-
counterparty: {
|
|
3129
|
-
channel_id: 'channel-2',
|
|
3130
|
-
base_denom: '0x6a9a65b84843f5fd4ac9a0471c4fc11afffbce4a',
|
|
3131
|
-
chain_name: 'ethereum'
|
|
3132
|
-
},
|
|
3133
|
-
chain: {
|
|
3134
|
-
channel_id: 'channel-52'
|
|
3135
|
-
}
|
|
3136
|
-
}]
|
|
3137
|
-
},
|
|
3138
3082
|
{
|
|
3139
3083
|
type_asset: 'erc20',
|
|
3140
3084
|
address: '0xC96dE26018A54D51c097160568752c4E3BD6C364',
|
package/mainnet/stargaze.js
CHANGED
|
@@ -125,6 +125,49 @@ const assets = {
|
|
|
125
125
|
}
|
|
126
126
|
}]
|
|
127
127
|
},
|
|
128
|
+
{
|
|
129
|
+
description: 'Akash Network is a decentralized cloud computing marketplace that connects users with unused computing resources, offering a cost-effective alternative to traditional cloud providers.',
|
|
130
|
+
denom_units: [{
|
|
131
|
+
denom: 'ibc/84CF82F31F46BFBE392F50D7062BC95142F182A904BCAD3E3180C15B525444D8',
|
|
132
|
+
exponent: 0,
|
|
133
|
+
aliases: ['uakt']
|
|
134
|
+
}, {
|
|
135
|
+
denom: 'akt',
|
|
136
|
+
exponent: 6
|
|
137
|
+
}],
|
|
138
|
+
base: 'ibc/84CF82F31F46BFBE392F50D7062BC95142F182A904BCAD3E3180C15B525444D8',
|
|
139
|
+
name: 'Akash Network',
|
|
140
|
+
display: 'akt',
|
|
141
|
+
symbol: 'AKT',
|
|
142
|
+
logo_URIs: {
|
|
143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
145
|
+
},
|
|
146
|
+
coingecko_id: 'akash-network',
|
|
147
|
+
images: [{
|
|
148
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
149
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg',
|
|
150
|
+
theme: {
|
|
151
|
+
primary_color_hex: '#bc342c'
|
|
152
|
+
}
|
|
153
|
+
}],
|
|
154
|
+
socials: {
|
|
155
|
+
website: 'https://akash.network/',
|
|
156
|
+
twitter: 'https://twitter.com/akashnet_'
|
|
157
|
+
},
|
|
158
|
+
type_asset: 'sdk.coin',
|
|
159
|
+
traces: [{
|
|
160
|
+
type: 'ibc',
|
|
161
|
+
counterparty: {
|
|
162
|
+
channel_id: 'channel-130',
|
|
163
|
+
base_denom: 'uakt',
|
|
164
|
+
chain_name: 'akash'
|
|
165
|
+
},
|
|
166
|
+
chain: {
|
|
167
|
+
channel_id: 'channel-447'
|
|
168
|
+
}
|
|
169
|
+
}]
|
|
170
|
+
},
|
|
128
171
|
{
|
|
129
172
|
description: 'The native token of Aura Network',
|
|
130
173
|
denom_units: [{
|
|
@@ -1630,6 +1673,49 @@ const assets = {
|
|
|
1630
1673
|
}
|
|
1631
1674
|
}]
|
|
1632
1675
|
},
|
|
1676
|
+
{
|
|
1677
|
+
description: 'Akash Network is a decentralized cloud computing marketplace that connects users with unused computing resources, offering a cost-effective alternative to traditional cloud providers.',
|
|
1678
|
+
denom_units: [{
|
|
1679
|
+
denom: 'ibc/84CF82F31F46BFBE392F50D7062BC95142F182A904BCAD3E3180C15B525444D8',
|
|
1680
|
+
exponent: 0,
|
|
1681
|
+
aliases: ['uakt']
|
|
1682
|
+
}, {
|
|
1683
|
+
denom: 'akt',
|
|
1684
|
+
exponent: 6
|
|
1685
|
+
}],
|
|
1686
|
+
base: 'ibc/84CF82F31F46BFBE392F50D7062BC95142F182A904BCAD3E3180C15B525444D8',
|
|
1687
|
+
name: 'Akash Network',
|
|
1688
|
+
display: 'akt',
|
|
1689
|
+
symbol: 'AKT',
|
|
1690
|
+
logo_URIs: {
|
|
1691
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
1692
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
1693
|
+
},
|
|
1694
|
+
coingecko_id: 'akash-network',
|
|
1695
|
+
images: [{
|
|
1696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
1697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg',
|
|
1698
|
+
theme: {
|
|
1699
|
+
primary_color_hex: '#bc342c'
|
|
1700
|
+
}
|
|
1701
|
+
}],
|
|
1702
|
+
socials: {
|
|
1703
|
+
website: 'https://akash.network/',
|
|
1704
|
+
twitter: 'https://twitter.com/akashnet_'
|
|
1705
|
+
},
|
|
1706
|
+
type_asset: 'sdk.coin',
|
|
1707
|
+
traces: [{
|
|
1708
|
+
type: 'ibc',
|
|
1709
|
+
counterparty: {
|
|
1710
|
+
channel_id: 'channel-130',
|
|
1711
|
+
base_denom: 'uakt',
|
|
1712
|
+
chain_name: 'akash'
|
|
1713
|
+
},
|
|
1714
|
+
chain: {
|
|
1715
|
+
channel_id: 'channel-447'
|
|
1716
|
+
}
|
|
1717
|
+
}]
|
|
1718
|
+
},
|
|
1633
1719
|
{
|
|
1634
1720
|
description: 'The native token of Aura Network',
|
|
1635
1721
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.252",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.158",
|
|
33
|
+
"chain-registry": "^1.69.252"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.158"
|
|
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": "1c074ad3ba2df1b80d9b59d41d5b7a2156119ce0"
|
|
47
47
|
}
|