@chain-registry/assets 1.70.378 → 1.70.380
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/atomone.js +80 -0
- package/esm/mainnet/axelar.js +160 -0
- package/esm/mainnet/composable.js +70 -0
- package/esm/mainnet/dungeon.js +284 -0
- package/esm/mainnet/neutron.js +82 -0
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/atomonetestnet.js +5 -0
- package/esm/testnet/axelartestnet.js +156 -0
- package/esm/testnet/index.js +1 -0
- package/index.d.ts +1 -1
- package/mainnet/atomone.js +80 -0
- package/mainnet/axelar.js +160 -0
- package/mainnet/composable.js +70 -0
- package/mainnet/dungeon.js +284 -0
- package/mainnet/neutron.js +82 -0
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/atomonetestnet.d.ts +3 -0
- package/testnet/atomonetestnet.js +7 -0
- package/testnet/axelartestnet.js +156 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
package/esm/mainnet/neutron.js
CHANGED
|
@@ -469,6 +469,47 @@ const assets = {
|
|
|
469
469
|
}
|
|
470
470
|
}]
|
|
471
471
|
},
|
|
472
|
+
{
|
|
473
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
474
|
+
denom_units: [{
|
|
475
|
+
denom: 'ibc/EF02A9A6573F45C96C8C6AA1BB0BCE257826899027468126277384D2767FB5AA',
|
|
476
|
+
exponent: 0,
|
|
477
|
+
aliases: ['udgn']
|
|
478
|
+
}, {
|
|
479
|
+
denom: 'DGN',
|
|
480
|
+
exponent: 6
|
|
481
|
+
}],
|
|
482
|
+
base: 'ibc/EF02A9A6573F45C96C8C6AA1BB0BCE257826899027468126277384D2767FB5AA',
|
|
483
|
+
name: 'Dragon Coin',
|
|
484
|
+
display: 'DGN',
|
|
485
|
+
coingecko_id: 'dragon-coin-2',
|
|
486
|
+
symbol: 'DGN',
|
|
487
|
+
logo_URIs: {
|
|
488
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
489
|
+
},
|
|
490
|
+
socials: {
|
|
491
|
+
website: 'https://www.cryptodungeon.org',
|
|
492
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
493
|
+
},
|
|
494
|
+
images: [{
|
|
495
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
496
|
+
theme: {
|
|
497
|
+
circle: true
|
|
498
|
+
}
|
|
499
|
+
}],
|
|
500
|
+
type_asset: 'sdk.coin',
|
|
501
|
+
traces: [{
|
|
502
|
+
type: 'ibc',
|
|
503
|
+
counterparty: {
|
|
504
|
+
channel_id: 'channel-5309',
|
|
505
|
+
base_denom: 'udgn',
|
|
506
|
+
chain_name: 'dungeon'
|
|
507
|
+
},
|
|
508
|
+
chain: {
|
|
509
|
+
channel_id: 'channel-7358'
|
|
510
|
+
}
|
|
511
|
+
}]
|
|
512
|
+
},
|
|
472
513
|
{
|
|
473
514
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
474
515
|
denom_units: [{
|
|
@@ -1736,6 +1777,47 @@ const assets = {
|
|
|
1736
1777
|
}
|
|
1737
1778
|
}]
|
|
1738
1779
|
},
|
|
1780
|
+
{
|
|
1781
|
+
description: 'Dragon Token is the native staking and governance token of Dungeon Chain, serving as the backbone of the ecosystem. Its primary roles include staking, where users stake Dragon Tokens to secure the network, enhance its functionality, and earn rewards in return; governance, granting token holders voting rights to influence key decisions such as game onboarding, protocol updates, and community-driven initiatives; and ecosystem growth, facilitating transactions, incentivizing developers, and promoting the creation of new interchain games. Dragon Token ensures a decentralized, fair, and community-driven ecosystem, fostering the evolution of blockchain-based gaming. It plays a crucial role in driving the growth of Dungeon Chain by empowering both developers and players to participate actively in the ecosystem\'s governance and success.',
|
|
1782
|
+
denom_units: [{
|
|
1783
|
+
denom: 'ibc/EF02A9A6573F45C96C8C6AA1BB0BCE257826899027468126277384D2767FB5AA',
|
|
1784
|
+
exponent: 0,
|
|
1785
|
+
aliases: ['udgn']
|
|
1786
|
+
}, {
|
|
1787
|
+
denom: 'DGN',
|
|
1788
|
+
exponent: 6
|
|
1789
|
+
}],
|
|
1790
|
+
base: 'ibc/EF02A9A6573F45C96C8C6AA1BB0BCE257826899027468126277384D2767FB5AA',
|
|
1791
|
+
name: 'Dragon Coin',
|
|
1792
|
+
display: 'DGN',
|
|
1793
|
+
coingecko_id: 'dragon-coin-2',
|
|
1794
|
+
symbol: 'DGN',
|
|
1795
|
+
logo_URIs: {
|
|
1796
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
1797
|
+
},
|
|
1798
|
+
socials: {
|
|
1799
|
+
website: 'https://www.cryptodungeon.org',
|
|
1800
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
1801
|
+
},
|
|
1802
|
+
images: [{
|
|
1803
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
1804
|
+
theme: {
|
|
1805
|
+
circle: true
|
|
1806
|
+
}
|
|
1807
|
+
}],
|
|
1808
|
+
type_asset: 'sdk.coin',
|
|
1809
|
+
traces: [{
|
|
1810
|
+
type: 'ibc',
|
|
1811
|
+
counterparty: {
|
|
1812
|
+
channel_id: 'channel-5309',
|
|
1813
|
+
base_denom: 'udgn',
|
|
1814
|
+
chain_name: 'dungeon'
|
|
1815
|
+
},
|
|
1816
|
+
chain: {
|
|
1817
|
+
channel_id: 'channel-7358'
|
|
1818
|
+
}
|
|
1819
|
+
}]
|
|
1820
|
+
},
|
|
1739
1821
|
{
|
|
1740
1822
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
1741
1823
|
denom_units: [{
|
package/esm/testnet/assets.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import _agoricdevnet from './agoricdevnet';
|
|
2
2
|
import _archwaytestnet from './archwaytestnet';
|
|
3
|
+
import _atomonetestnet from './atomonetestnet';
|
|
3
4
|
import _axelartestnet from './axelartestnet';
|
|
4
5
|
import _babylontestnet from './babylontestnet';
|
|
5
6
|
import _celestiatestnet3 from './celestiatestnet3';
|
|
@@ -47,5 +48,5 @@ import _wardenprotocoltestnet from './wardenprotocoltestnet';
|
|
|
47
48
|
import _xiontestnet2 from './xiontestnet2';
|
|
48
49
|
import _xrplevmtestnet from './xrplevmtestnet';
|
|
49
50
|
import _zigchaintestnet from './zigchaintestnet';
|
|
50
|
-
const assets = [_agoricdevnet, _archwaytestnet, _axelartestnet, _babylontestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _cosmosicsprovidertestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _hippoprotocoltestnet, _impacthubtestnet, _injectivetestnet, _int3facetestnet, _jackaltestnet2, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _lumeratestnet, _manifesttestnet, _mantrachaintestnet2, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _stridetestnet, _swisstroniktestnet, _symphonytestnet, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _wardenprotocoltestnet, _xiontestnet2, _xrplevmtestnet, _zigchaintestnet];
|
|
51
|
+
const assets = [_agoricdevnet, _archwaytestnet, _atomonetestnet, _axelartestnet, _babylontestnet, _celestiatestnet3, _chain4energytestnet, _composabletestnet, _coreumtestnet, _cosmoshubtestnet, _cosmosicsprovidertestnet, _doravotatestnet, _dydxtestnet, _elystestnet, _empowertestnet, _hippoprotocoltestnet, _impacthubtestnet, _injectivetestnet, _int3facetestnet, _jackaltestnet2, _kimanetworktestnet, _kujiratestnet, _kyvetestnet, _lavatestnet, _likecointestnet, _lumeratestnet, _manifesttestnet, _mantrachaintestnet2, _marstestnet, _neutrontestnet, _nobletestnet, _noistestnet, _nolustestnet, _osmosistestnet, _persistencetestnet2, _sagatestnet, _seitestnet2, _sgetestnet, _stargazetestnet, _stridetestnet, _swisstroniktestnet, _symphonytestnet, _synternettestnet, _terra2testnet, _titannettestnet, _titantestnet, _wardenprotocoltestnet, _xiontestnet2, _xrplevmtestnet, _zigchaintestnet];
|
|
51
52
|
export default assets;
|
|
@@ -77,6 +77,84 @@ const assets = {
|
|
|
77
77
|
}
|
|
78
78
|
}]
|
|
79
79
|
},
|
|
80
|
+
{
|
|
81
|
+
description: 'The native staking and governance token of AtomOne',
|
|
82
|
+
denom_units: [{
|
|
83
|
+
denom: 'ibc/D3D4FD02210AC8D021A951263C4CF901995E2A8BC99CD832C6DE6381E1F2515E',
|
|
84
|
+
exponent: 0,
|
|
85
|
+
aliases: ['uatone']
|
|
86
|
+
}, {
|
|
87
|
+
denom: 'atone',
|
|
88
|
+
exponent: 6
|
|
89
|
+
}],
|
|
90
|
+
base: 'ibc/D3D4FD02210AC8D021A951263C4CF901995E2A8BC99CD832C6DE6381E1F2515E',
|
|
91
|
+
name: 'Atone',
|
|
92
|
+
display: 'atone',
|
|
93
|
+
symbol: 'ATONE',
|
|
94
|
+
logo_URIs: {
|
|
95
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
96
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
97
|
+
},
|
|
98
|
+
images: [{
|
|
99
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
101
|
+
}],
|
|
102
|
+
type_asset: 'sdk.coin',
|
|
103
|
+
socials: {
|
|
104
|
+
website: 'https://atom.one',
|
|
105
|
+
twitter: 'https://x.com/_atomone'
|
|
106
|
+
},
|
|
107
|
+
traces: [{
|
|
108
|
+
type: 'ibc',
|
|
109
|
+
counterparty: {
|
|
110
|
+
channel_id: 'channel-0',
|
|
111
|
+
base_denom: 'uatone',
|
|
112
|
+
chain_name: 'atomonetestnet'
|
|
113
|
+
},
|
|
114
|
+
chain: {
|
|
115
|
+
channel_id: 'channel-629'
|
|
116
|
+
}
|
|
117
|
+
}]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
description: 'The fee token of AtomOne',
|
|
121
|
+
denom_units: [{
|
|
122
|
+
denom: 'ibc/7C026AD4B5528819146874B2DFFAECB645D3EBF3509A331E2B06FEE8060C149F',
|
|
123
|
+
exponent: 0,
|
|
124
|
+
aliases: ['uphoton']
|
|
125
|
+
}, {
|
|
126
|
+
denom: 'photon',
|
|
127
|
+
exponent: 6
|
|
128
|
+
}],
|
|
129
|
+
base: 'ibc/7C026AD4B5528819146874B2DFFAECB645D3EBF3509A331E2B06FEE8060C149F',
|
|
130
|
+
name: 'Photon',
|
|
131
|
+
display: 'photon',
|
|
132
|
+
symbol: 'PHOTON',
|
|
133
|
+
logo_URIs: {
|
|
134
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
135
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
136
|
+
},
|
|
137
|
+
images: [{
|
|
138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
139
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
140
|
+
}],
|
|
141
|
+
type_asset: 'sdk.coin',
|
|
142
|
+
socials: {
|
|
143
|
+
website: 'https://atom.one',
|
|
144
|
+
twitter: 'https://x.com/_atomone'
|
|
145
|
+
},
|
|
146
|
+
traces: [{
|
|
147
|
+
type: 'ibc',
|
|
148
|
+
counterparty: {
|
|
149
|
+
channel_id: 'channel-0',
|
|
150
|
+
base_denom: 'uphoton',
|
|
151
|
+
chain_name: 'atomonetestnet'
|
|
152
|
+
},
|
|
153
|
+
chain: {
|
|
154
|
+
channel_id: 'channel-629'
|
|
155
|
+
}
|
|
156
|
+
}]
|
|
157
|
+
},
|
|
80
158
|
{
|
|
81
159
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
82
160
|
denom_units: [{
|
|
@@ -153,6 +231,84 @@ const assets = {
|
|
|
153
231
|
}
|
|
154
232
|
}]
|
|
155
233
|
},
|
|
234
|
+
{
|
|
235
|
+
description: 'The native staking and governance token of AtomOne',
|
|
236
|
+
denom_units: [{
|
|
237
|
+
denom: 'ibc/D3D4FD02210AC8D021A951263C4CF901995E2A8BC99CD832C6DE6381E1F2515E',
|
|
238
|
+
exponent: 0,
|
|
239
|
+
aliases: ['uatone']
|
|
240
|
+
}, {
|
|
241
|
+
denom: 'atone',
|
|
242
|
+
exponent: 6
|
|
243
|
+
}],
|
|
244
|
+
base: 'ibc/D3D4FD02210AC8D021A951263C4CF901995E2A8BC99CD832C6DE6381E1F2515E',
|
|
245
|
+
name: 'Atone',
|
|
246
|
+
display: 'atone',
|
|
247
|
+
symbol: 'ATONE',
|
|
248
|
+
logo_URIs: {
|
|
249
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
250
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
251
|
+
},
|
|
252
|
+
images: [{
|
|
253
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
254
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
255
|
+
}],
|
|
256
|
+
type_asset: 'sdk.coin',
|
|
257
|
+
socials: {
|
|
258
|
+
website: 'https://atom.one',
|
|
259
|
+
twitter: 'https://x.com/_atomone'
|
|
260
|
+
},
|
|
261
|
+
traces: [{
|
|
262
|
+
type: 'ibc',
|
|
263
|
+
counterparty: {
|
|
264
|
+
channel_id: 'channel-0',
|
|
265
|
+
base_denom: 'uatone',
|
|
266
|
+
chain_name: 'atomonetestnet'
|
|
267
|
+
},
|
|
268
|
+
chain: {
|
|
269
|
+
channel_id: 'channel-629'
|
|
270
|
+
}
|
|
271
|
+
}]
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
description: 'The fee token of AtomOne',
|
|
275
|
+
denom_units: [{
|
|
276
|
+
denom: 'ibc/7C026AD4B5528819146874B2DFFAECB645D3EBF3509A331E2B06FEE8060C149F',
|
|
277
|
+
exponent: 0,
|
|
278
|
+
aliases: ['uphoton']
|
|
279
|
+
}, {
|
|
280
|
+
denom: 'photon',
|
|
281
|
+
exponent: 6
|
|
282
|
+
}],
|
|
283
|
+
base: 'ibc/7C026AD4B5528819146874B2DFFAECB645D3EBF3509A331E2B06FEE8060C149F',
|
|
284
|
+
name: 'Photon',
|
|
285
|
+
display: 'photon',
|
|
286
|
+
symbol: 'PHOTON',
|
|
287
|
+
logo_URIs: {
|
|
288
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
289
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
290
|
+
},
|
|
291
|
+
images: [{
|
|
292
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
293
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
294
|
+
}],
|
|
295
|
+
type_asset: 'sdk.coin',
|
|
296
|
+
socials: {
|
|
297
|
+
website: 'https://atom.one',
|
|
298
|
+
twitter: 'https://x.com/_atomone'
|
|
299
|
+
},
|
|
300
|
+
traces: [{
|
|
301
|
+
type: 'ibc',
|
|
302
|
+
counterparty: {
|
|
303
|
+
channel_id: 'channel-0',
|
|
304
|
+
base_denom: 'uphoton',
|
|
305
|
+
chain_name: 'atomonetestnet'
|
|
306
|
+
},
|
|
307
|
+
chain: {
|
|
308
|
+
channel_id: 'channel-629'
|
|
309
|
+
}
|
|
310
|
+
}]
|
|
311
|
+
},
|
|
156
312
|
{
|
|
157
313
|
description: 'The native staking token of Babylon.',
|
|
158
314
|
denom_units: [{
|
package/esm/testnet/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export * as agoricdevnet from './agoricdevnet';
|
|
2
2
|
export * as archwaytestnet from './archwaytestnet';
|
|
3
|
+
export * as atomonetestnet from './atomonetestnet';
|
|
3
4
|
export * as axelartestnet from './axelartestnet';
|
|
4
5
|
export * as babylontestnet from './babylontestnet';
|
|
5
6
|
export * as celestiatestnet3 from './celestiatestnet3';
|
package/index.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export * from './testnet';
|
|
|
3
3
|
export * from './devnet';
|
|
4
4
|
import asset_lists from './asset_lists';
|
|
5
5
|
declare const _default: {
|
|
6
|
-
asset_lists:
|
|
6
|
+
asset_lists: AssetList[];
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
9
9
|
export { asset_lists };
|
package/mainnet/atomone.js
CHANGED
|
@@ -3,6 +3,46 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'atomone',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/6F8E6FDF589E95A555946A94C409539B00AC66D84C0B6B575DE8B41D88E3E014',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/6F8E6FDF589E95A555946A94C409539B00AC66D84C0B6B575DE8B41D88E3E014',
|
|
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
|
+
type_asset: 'sdk.coin',
|
|
34
|
+
traces: [{
|
|
35
|
+
type: 'ibc',
|
|
36
|
+
counterparty: {
|
|
37
|
+
channel_id: 'channel-190',
|
|
38
|
+
base_denom: 'uaxl',
|
|
39
|
+
chain_name: 'axelar'
|
|
40
|
+
},
|
|
41
|
+
chain: {
|
|
42
|
+
channel_id: 'channel-10'
|
|
43
|
+
}
|
|
44
|
+
}]
|
|
45
|
+
},
|
|
6
46
|
{
|
|
7
47
|
description: 'BeeZee network native coin',
|
|
8
48
|
denom_units: [{
|
|
@@ -165,6 +205,46 @@ const assets = {
|
|
|
165
205
|
}
|
|
166
206
|
}]
|
|
167
207
|
},
|
|
208
|
+
{
|
|
209
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
210
|
+
denom_units: [{
|
|
211
|
+
denom: 'ibc/6F8E6FDF589E95A555946A94C409539B00AC66D84C0B6B575DE8B41D88E3E014',
|
|
212
|
+
exponent: 0,
|
|
213
|
+
aliases: ['uaxl']
|
|
214
|
+
}, {
|
|
215
|
+
denom: 'axl',
|
|
216
|
+
exponent: 6
|
|
217
|
+
}],
|
|
218
|
+
base: 'ibc/6F8E6FDF589E95A555946A94C409539B00AC66D84C0B6B575DE8B41D88E3E014',
|
|
219
|
+
name: 'Axelar',
|
|
220
|
+
display: 'axl',
|
|
221
|
+
symbol: 'AXL',
|
|
222
|
+
logo_URIs: {
|
|
223
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
224
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
225
|
+
},
|
|
226
|
+
coingecko_id: 'axelar',
|
|
227
|
+
images: [{
|
|
228
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
229
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
230
|
+
}],
|
|
231
|
+
socials: {
|
|
232
|
+
website: 'https://axelar.network/',
|
|
233
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
234
|
+
},
|
|
235
|
+
type_asset: 'sdk.coin',
|
|
236
|
+
traces: [{
|
|
237
|
+
type: 'ibc',
|
|
238
|
+
counterparty: {
|
|
239
|
+
channel_id: 'channel-190',
|
|
240
|
+
base_denom: 'uaxl',
|
|
241
|
+
chain_name: 'axelar'
|
|
242
|
+
},
|
|
243
|
+
chain: {
|
|
244
|
+
channel_id: 'channel-10'
|
|
245
|
+
}
|
|
246
|
+
}]
|
|
247
|
+
},
|
|
168
248
|
{
|
|
169
249
|
description: 'BeeZee network native coin',
|
|
170
250
|
denom_units: [{
|
package/mainnet/axelar.js
CHANGED
|
@@ -308,6 +308,86 @@ const assets = {
|
|
|
308
308
|
}
|
|
309
309
|
}]
|
|
310
310
|
},
|
|
311
|
+
{
|
|
312
|
+
description: 'The native staking and governance token of AtomOne',
|
|
313
|
+
denom_units: [{
|
|
314
|
+
denom: 'ibc/514DF71358A15C74BB1A20B6C3C83EA57C667B3AAC3C254701E1969A40D29692',
|
|
315
|
+
exponent: 0,
|
|
316
|
+
aliases: ['uatone']
|
|
317
|
+
}, {
|
|
318
|
+
denom: 'atone',
|
|
319
|
+
exponent: 6
|
|
320
|
+
}],
|
|
321
|
+
base: 'ibc/514DF71358A15C74BB1A20B6C3C83EA57C667B3AAC3C254701E1969A40D29692',
|
|
322
|
+
name: 'Atone',
|
|
323
|
+
display: 'atone',
|
|
324
|
+
symbol: 'ATONE',
|
|
325
|
+
logo_URIs: {
|
|
326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
328
|
+
},
|
|
329
|
+
images: [{
|
|
330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
332
|
+
}],
|
|
333
|
+
type_asset: 'sdk.coin',
|
|
334
|
+
socials: {
|
|
335
|
+
website: 'https://atom.one',
|
|
336
|
+
twitter: 'https://x.com/_atomone'
|
|
337
|
+
},
|
|
338
|
+
coingecko_id: 'atomone',
|
|
339
|
+
traces: [{
|
|
340
|
+
type: 'ibc',
|
|
341
|
+
counterparty: {
|
|
342
|
+
channel_id: 'channel-10',
|
|
343
|
+
base_denom: 'uatone',
|
|
344
|
+
chain_name: 'atomone'
|
|
345
|
+
},
|
|
346
|
+
chain: {
|
|
347
|
+
channel_id: 'channel-190'
|
|
348
|
+
}
|
|
349
|
+
}]
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
description: 'The fee token of AtomOne',
|
|
353
|
+
denom_units: [{
|
|
354
|
+
denom: 'ibc/A84F9097D506056357A79CC1ED29ECFBD7C04CC8166754755AF82987002AB62F',
|
|
355
|
+
exponent: 0,
|
|
356
|
+
aliases: ['uphoton']
|
|
357
|
+
}, {
|
|
358
|
+
denom: 'photon',
|
|
359
|
+
exponent: 6
|
|
360
|
+
}],
|
|
361
|
+
base: 'ibc/A84F9097D506056357A79CC1ED29ECFBD7C04CC8166754755AF82987002AB62F',
|
|
362
|
+
name: 'Photon',
|
|
363
|
+
display: 'photon',
|
|
364
|
+
symbol: 'PHOTON',
|
|
365
|
+
logo_URIs: {
|
|
366
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
367
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
368
|
+
},
|
|
369
|
+
images: [{
|
|
370
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
371
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
372
|
+
}],
|
|
373
|
+
type_asset: 'sdk.coin',
|
|
374
|
+
socials: {
|
|
375
|
+
website: 'https://atom.one',
|
|
376
|
+
twitter: 'https://x.com/_atomone'
|
|
377
|
+
},
|
|
378
|
+
coingecko_id: 'photon-2',
|
|
379
|
+
traces: [{
|
|
380
|
+
type: 'ibc',
|
|
381
|
+
counterparty: {
|
|
382
|
+
channel_id: 'channel-10',
|
|
383
|
+
base_denom: 'uphoton',
|
|
384
|
+
chain_name: 'atomone'
|
|
385
|
+
},
|
|
386
|
+
chain: {
|
|
387
|
+
channel_id: 'channel-190'
|
|
388
|
+
}
|
|
389
|
+
}]
|
|
390
|
+
},
|
|
311
391
|
{
|
|
312
392
|
description: 'The native token of Aura Network',
|
|
313
393
|
denom_units: [{
|
|
@@ -649,6 +729,86 @@ const assets = {
|
|
|
649
729
|
}
|
|
650
730
|
}]
|
|
651
731
|
},
|
|
732
|
+
{
|
|
733
|
+
description: 'The native staking and governance token of AtomOne',
|
|
734
|
+
denom_units: [{
|
|
735
|
+
denom: 'ibc/514DF71358A15C74BB1A20B6C3C83EA57C667B3AAC3C254701E1969A40D29692',
|
|
736
|
+
exponent: 0,
|
|
737
|
+
aliases: ['uatone']
|
|
738
|
+
}, {
|
|
739
|
+
denom: 'atone',
|
|
740
|
+
exponent: 6
|
|
741
|
+
}],
|
|
742
|
+
base: 'ibc/514DF71358A15C74BB1A20B6C3C83EA57C667B3AAC3C254701E1969A40D29692',
|
|
743
|
+
name: 'Atone',
|
|
744
|
+
display: 'atone',
|
|
745
|
+
symbol: 'ATONE',
|
|
746
|
+
logo_URIs: {
|
|
747
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
748
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
749
|
+
},
|
|
750
|
+
images: [{
|
|
751
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
752
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
753
|
+
}],
|
|
754
|
+
type_asset: 'sdk.coin',
|
|
755
|
+
socials: {
|
|
756
|
+
website: 'https://atom.one',
|
|
757
|
+
twitter: 'https://x.com/_atomone'
|
|
758
|
+
},
|
|
759
|
+
coingecko_id: 'atomone',
|
|
760
|
+
traces: [{
|
|
761
|
+
type: 'ibc',
|
|
762
|
+
counterparty: {
|
|
763
|
+
channel_id: 'channel-10',
|
|
764
|
+
base_denom: 'uatone',
|
|
765
|
+
chain_name: 'atomone'
|
|
766
|
+
},
|
|
767
|
+
chain: {
|
|
768
|
+
channel_id: 'channel-190'
|
|
769
|
+
}
|
|
770
|
+
}]
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
description: 'The fee token of AtomOne',
|
|
774
|
+
denom_units: [{
|
|
775
|
+
denom: 'ibc/A84F9097D506056357A79CC1ED29ECFBD7C04CC8166754755AF82987002AB62F',
|
|
776
|
+
exponent: 0,
|
|
777
|
+
aliases: ['uphoton']
|
|
778
|
+
}, {
|
|
779
|
+
denom: 'photon',
|
|
780
|
+
exponent: 6
|
|
781
|
+
}],
|
|
782
|
+
base: 'ibc/A84F9097D506056357A79CC1ED29ECFBD7C04CC8166754755AF82987002AB62F',
|
|
783
|
+
name: 'Photon',
|
|
784
|
+
display: 'photon',
|
|
785
|
+
symbol: 'PHOTON',
|
|
786
|
+
logo_URIs: {
|
|
787
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
789
|
+
},
|
|
790
|
+
images: [{
|
|
791
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
792
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
793
|
+
}],
|
|
794
|
+
type_asset: 'sdk.coin',
|
|
795
|
+
socials: {
|
|
796
|
+
website: 'https://atom.one',
|
|
797
|
+
twitter: 'https://x.com/_atomone'
|
|
798
|
+
},
|
|
799
|
+
coingecko_id: 'photon-2',
|
|
800
|
+
traces: [{
|
|
801
|
+
type: 'ibc',
|
|
802
|
+
counterparty: {
|
|
803
|
+
channel_id: 'channel-10',
|
|
804
|
+
base_denom: 'uphoton',
|
|
805
|
+
chain_name: 'atomone'
|
|
806
|
+
},
|
|
807
|
+
chain: {
|
|
808
|
+
channel_id: 'channel-190'
|
|
809
|
+
}
|
|
810
|
+
}]
|
|
811
|
+
},
|
|
652
812
|
{
|
|
653
813
|
description: 'The native token of Aura Network',
|
|
654
814
|
denom_units: [{
|
package/mainnet/composable.js
CHANGED
|
@@ -1034,6 +1034,41 @@ const assets = {
|
|
|
1034
1034
|
}
|
|
1035
1035
|
}]
|
|
1036
1036
|
},
|
|
1037
|
+
{
|
|
1038
|
+
description: 'Tether Gold(XAUT)',
|
|
1039
|
+
type_asset: 'erc20',
|
|
1040
|
+
address: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
1041
|
+
denom_units: [{
|
|
1042
|
+
denom: 'ibc/B337F4897D6299EDAB71A12E45FCEB8C706F5A9A938ABAB686F8BB096A797BEB',
|
|
1043
|
+
exponent: 0,
|
|
1044
|
+
aliases: ['0x68749665ff8d2d112fa859aa293f07a622782f38']
|
|
1045
|
+
}, {
|
|
1046
|
+
denom: 'xaut',
|
|
1047
|
+
exponent: 6
|
|
1048
|
+
}],
|
|
1049
|
+
base: 'ibc/B337F4897D6299EDAB71A12E45FCEB8C706F5A9A938ABAB686F8BB096A797BEB',
|
|
1050
|
+
name: 'Tether Gold',
|
|
1051
|
+
display: 'xaut',
|
|
1052
|
+
symbol: 'XAUt',
|
|
1053
|
+
coingecko_id: 'tether-gold',
|
|
1054
|
+
images: [{
|
|
1055
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
1056
|
+
}],
|
|
1057
|
+
logo_URIs: {
|
|
1058
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
1059
|
+
},
|
|
1060
|
+
traces: [{
|
|
1061
|
+
type: 'ibc',
|
|
1062
|
+
counterparty: {
|
|
1063
|
+
channel_id: 'channel-2',
|
|
1064
|
+
base_denom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
1065
|
+
chain_name: 'ethereum'
|
|
1066
|
+
},
|
|
1067
|
+
chain: {
|
|
1068
|
+
channel_id: 'channel-52'
|
|
1069
|
+
}
|
|
1070
|
+
}]
|
|
1071
|
+
},
|
|
1037
1072
|
{
|
|
1038
1073
|
description: 'Solana is a high-performance blockchain platform known for its fast transaction speeds, low costs, and scalability, ideal for decentralized applications and crypto projects.',
|
|
1039
1074
|
denom_units: [{
|
|
@@ -3214,6 +3249,41 @@ const assets = {
|
|
|
3214
3249
|
}
|
|
3215
3250
|
}]
|
|
3216
3251
|
},
|
|
3252
|
+
{
|
|
3253
|
+
description: 'Tether Gold(XAUT)',
|
|
3254
|
+
type_asset: 'erc20',
|
|
3255
|
+
address: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
3256
|
+
denom_units: [{
|
|
3257
|
+
denom: 'ibc/B337F4897D6299EDAB71A12E45FCEB8C706F5A9A938ABAB686F8BB096A797BEB',
|
|
3258
|
+
exponent: 0,
|
|
3259
|
+
aliases: ['0x68749665ff8d2d112fa859aa293f07a622782f38']
|
|
3260
|
+
}, {
|
|
3261
|
+
denom: 'xaut',
|
|
3262
|
+
exponent: 6
|
|
3263
|
+
}],
|
|
3264
|
+
base: 'ibc/B337F4897D6299EDAB71A12E45FCEB8C706F5A9A938ABAB686F8BB096A797BEB',
|
|
3265
|
+
name: 'Tether Gold',
|
|
3266
|
+
display: 'xaut',
|
|
3267
|
+
symbol: 'XAUt',
|
|
3268
|
+
coingecko_id: 'tether-gold',
|
|
3269
|
+
images: [{
|
|
3270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
3271
|
+
}],
|
|
3272
|
+
logo_URIs: {
|
|
3273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
3274
|
+
},
|
|
3275
|
+
traces: [{
|
|
3276
|
+
type: 'ibc',
|
|
3277
|
+
counterparty: {
|
|
3278
|
+
channel_id: 'channel-2',
|
|
3279
|
+
base_denom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
3280
|
+
chain_name: 'ethereum'
|
|
3281
|
+
},
|
|
3282
|
+
chain: {
|
|
3283
|
+
channel_id: 'channel-52'
|
|
3284
|
+
}
|
|
3285
|
+
}]
|
|
3286
|
+
},
|
|
3217
3287
|
{
|
|
3218
3288
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
3219
3289
|
denom_units: [{
|