@chain-registry/assets 1.70.378 → 1.70.379
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/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/atomone.js
CHANGED
|
@@ -1,6 +1,46 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'atomone',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'ibc/6F8E6FDF589E95A555946A94C409539B00AC66D84C0B6B575DE8B41D88E3E014',
|
|
8
|
+
exponent: 0,
|
|
9
|
+
aliases: ['uaxl']
|
|
10
|
+
}, {
|
|
11
|
+
denom: 'axl',
|
|
12
|
+
exponent: 6
|
|
13
|
+
}],
|
|
14
|
+
base: 'ibc/6F8E6FDF589E95A555946A94C409539B00AC66D84C0B6B575DE8B41D88E3E014',
|
|
15
|
+
name: 'Axelar',
|
|
16
|
+
display: 'axl',
|
|
17
|
+
symbol: 'AXL',
|
|
18
|
+
logo_URIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
20
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
21
|
+
},
|
|
22
|
+
coingecko_id: 'axelar',
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
26
|
+
}],
|
|
27
|
+
socials: {
|
|
28
|
+
website: 'https://axelar.network/',
|
|
29
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
30
|
+
},
|
|
31
|
+
type_asset: 'sdk.coin',
|
|
32
|
+
traces: [{
|
|
33
|
+
type: 'ibc',
|
|
34
|
+
counterparty: {
|
|
35
|
+
channel_id: 'channel-190',
|
|
36
|
+
base_denom: 'uaxl',
|
|
37
|
+
chain_name: 'axelar'
|
|
38
|
+
},
|
|
39
|
+
chain: {
|
|
40
|
+
channel_id: 'channel-10'
|
|
41
|
+
}
|
|
42
|
+
}]
|
|
43
|
+
},
|
|
4
44
|
{
|
|
5
45
|
description: 'BeeZee network native coin',
|
|
6
46
|
denom_units: [{
|
|
@@ -163,6 +203,46 @@ const assets = {
|
|
|
163
203
|
}
|
|
164
204
|
}]
|
|
165
205
|
},
|
|
206
|
+
{
|
|
207
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
208
|
+
denom_units: [{
|
|
209
|
+
denom: 'ibc/6F8E6FDF589E95A555946A94C409539B00AC66D84C0B6B575DE8B41D88E3E014',
|
|
210
|
+
exponent: 0,
|
|
211
|
+
aliases: ['uaxl']
|
|
212
|
+
}, {
|
|
213
|
+
denom: 'axl',
|
|
214
|
+
exponent: 6
|
|
215
|
+
}],
|
|
216
|
+
base: 'ibc/6F8E6FDF589E95A555946A94C409539B00AC66D84C0B6B575DE8B41D88E3E014',
|
|
217
|
+
name: 'Axelar',
|
|
218
|
+
display: 'axl',
|
|
219
|
+
symbol: 'AXL',
|
|
220
|
+
logo_URIs: {
|
|
221
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
222
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
223
|
+
},
|
|
224
|
+
coingecko_id: 'axelar',
|
|
225
|
+
images: [{
|
|
226
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
227
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
228
|
+
}],
|
|
229
|
+
socials: {
|
|
230
|
+
website: 'https://axelar.network/',
|
|
231
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
232
|
+
},
|
|
233
|
+
type_asset: 'sdk.coin',
|
|
234
|
+
traces: [{
|
|
235
|
+
type: 'ibc',
|
|
236
|
+
counterparty: {
|
|
237
|
+
channel_id: 'channel-190',
|
|
238
|
+
base_denom: 'uaxl',
|
|
239
|
+
chain_name: 'axelar'
|
|
240
|
+
},
|
|
241
|
+
chain: {
|
|
242
|
+
channel_id: 'channel-10'
|
|
243
|
+
}
|
|
244
|
+
}]
|
|
245
|
+
},
|
|
166
246
|
{
|
|
167
247
|
description: 'BeeZee network native coin',
|
|
168
248
|
denom_units: [{
|
package/esm/mainnet/axelar.js
CHANGED
|
@@ -306,6 +306,86 @@ const assets = {
|
|
|
306
306
|
}
|
|
307
307
|
}]
|
|
308
308
|
},
|
|
309
|
+
{
|
|
310
|
+
description: 'The native staking and governance token of AtomOne',
|
|
311
|
+
denom_units: [{
|
|
312
|
+
denom: 'ibc/514DF71358A15C74BB1A20B6C3C83EA57C667B3AAC3C254701E1969A40D29692',
|
|
313
|
+
exponent: 0,
|
|
314
|
+
aliases: ['uatone']
|
|
315
|
+
}, {
|
|
316
|
+
denom: 'atone',
|
|
317
|
+
exponent: 6
|
|
318
|
+
}],
|
|
319
|
+
base: 'ibc/514DF71358A15C74BB1A20B6C3C83EA57C667B3AAC3C254701E1969A40D29692',
|
|
320
|
+
name: 'Atone',
|
|
321
|
+
display: 'atone',
|
|
322
|
+
symbol: 'ATONE',
|
|
323
|
+
logo_URIs: {
|
|
324
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
325
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
326
|
+
},
|
|
327
|
+
images: [{
|
|
328
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
330
|
+
}],
|
|
331
|
+
type_asset: 'sdk.coin',
|
|
332
|
+
socials: {
|
|
333
|
+
website: 'https://atom.one',
|
|
334
|
+
twitter: 'https://x.com/_atomone'
|
|
335
|
+
},
|
|
336
|
+
coingecko_id: 'atomone',
|
|
337
|
+
traces: [{
|
|
338
|
+
type: 'ibc',
|
|
339
|
+
counterparty: {
|
|
340
|
+
channel_id: 'channel-10',
|
|
341
|
+
base_denom: 'uatone',
|
|
342
|
+
chain_name: 'atomone'
|
|
343
|
+
},
|
|
344
|
+
chain: {
|
|
345
|
+
channel_id: 'channel-190'
|
|
346
|
+
}
|
|
347
|
+
}]
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
description: 'The fee token of AtomOne',
|
|
351
|
+
denom_units: [{
|
|
352
|
+
denom: 'ibc/A84F9097D506056357A79CC1ED29ECFBD7C04CC8166754755AF82987002AB62F',
|
|
353
|
+
exponent: 0,
|
|
354
|
+
aliases: ['uphoton']
|
|
355
|
+
}, {
|
|
356
|
+
denom: 'photon',
|
|
357
|
+
exponent: 6
|
|
358
|
+
}],
|
|
359
|
+
base: 'ibc/A84F9097D506056357A79CC1ED29ECFBD7C04CC8166754755AF82987002AB62F',
|
|
360
|
+
name: 'Photon',
|
|
361
|
+
display: 'photon',
|
|
362
|
+
symbol: 'PHOTON',
|
|
363
|
+
logo_URIs: {
|
|
364
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
365
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
366
|
+
},
|
|
367
|
+
images: [{
|
|
368
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
369
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
370
|
+
}],
|
|
371
|
+
type_asset: 'sdk.coin',
|
|
372
|
+
socials: {
|
|
373
|
+
website: 'https://atom.one',
|
|
374
|
+
twitter: 'https://x.com/_atomone'
|
|
375
|
+
},
|
|
376
|
+
coingecko_id: 'photon-2',
|
|
377
|
+
traces: [{
|
|
378
|
+
type: 'ibc',
|
|
379
|
+
counterparty: {
|
|
380
|
+
channel_id: 'channel-10',
|
|
381
|
+
base_denom: 'uphoton',
|
|
382
|
+
chain_name: 'atomone'
|
|
383
|
+
},
|
|
384
|
+
chain: {
|
|
385
|
+
channel_id: 'channel-190'
|
|
386
|
+
}
|
|
387
|
+
}]
|
|
388
|
+
},
|
|
309
389
|
{
|
|
310
390
|
description: 'The native token of Aura Network',
|
|
311
391
|
denom_units: [{
|
|
@@ -647,6 +727,86 @@ const assets = {
|
|
|
647
727
|
}
|
|
648
728
|
}]
|
|
649
729
|
},
|
|
730
|
+
{
|
|
731
|
+
description: 'The native staking and governance token of AtomOne',
|
|
732
|
+
denom_units: [{
|
|
733
|
+
denom: 'ibc/514DF71358A15C74BB1A20B6C3C83EA57C667B3AAC3C254701E1969A40D29692',
|
|
734
|
+
exponent: 0,
|
|
735
|
+
aliases: ['uatone']
|
|
736
|
+
}, {
|
|
737
|
+
denom: 'atone',
|
|
738
|
+
exponent: 6
|
|
739
|
+
}],
|
|
740
|
+
base: 'ibc/514DF71358A15C74BB1A20B6C3C83EA57C667B3AAC3C254701E1969A40D29692',
|
|
741
|
+
name: 'Atone',
|
|
742
|
+
display: 'atone',
|
|
743
|
+
symbol: 'ATONE',
|
|
744
|
+
logo_URIs: {
|
|
745
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
746
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
747
|
+
},
|
|
748
|
+
images: [{
|
|
749
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
750
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
751
|
+
}],
|
|
752
|
+
type_asset: 'sdk.coin',
|
|
753
|
+
socials: {
|
|
754
|
+
website: 'https://atom.one',
|
|
755
|
+
twitter: 'https://x.com/_atomone'
|
|
756
|
+
},
|
|
757
|
+
coingecko_id: 'atomone',
|
|
758
|
+
traces: [{
|
|
759
|
+
type: 'ibc',
|
|
760
|
+
counterparty: {
|
|
761
|
+
channel_id: 'channel-10',
|
|
762
|
+
base_denom: 'uatone',
|
|
763
|
+
chain_name: 'atomone'
|
|
764
|
+
},
|
|
765
|
+
chain: {
|
|
766
|
+
channel_id: 'channel-190'
|
|
767
|
+
}
|
|
768
|
+
}]
|
|
769
|
+
},
|
|
770
|
+
{
|
|
771
|
+
description: 'The fee token of AtomOne',
|
|
772
|
+
denom_units: [{
|
|
773
|
+
denom: 'ibc/A84F9097D506056357A79CC1ED29ECFBD7C04CC8166754755AF82987002AB62F',
|
|
774
|
+
exponent: 0,
|
|
775
|
+
aliases: ['uphoton']
|
|
776
|
+
}, {
|
|
777
|
+
denom: 'photon',
|
|
778
|
+
exponent: 6
|
|
779
|
+
}],
|
|
780
|
+
base: 'ibc/A84F9097D506056357A79CC1ED29ECFBD7C04CC8166754755AF82987002AB62F',
|
|
781
|
+
name: 'Photon',
|
|
782
|
+
display: 'photon',
|
|
783
|
+
symbol: 'PHOTON',
|
|
784
|
+
logo_URIs: {
|
|
785
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
786
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
787
|
+
},
|
|
788
|
+
images: [{
|
|
789
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
790
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
791
|
+
}],
|
|
792
|
+
type_asset: 'sdk.coin',
|
|
793
|
+
socials: {
|
|
794
|
+
website: 'https://atom.one',
|
|
795
|
+
twitter: 'https://x.com/_atomone'
|
|
796
|
+
},
|
|
797
|
+
coingecko_id: 'photon-2',
|
|
798
|
+
traces: [{
|
|
799
|
+
type: 'ibc',
|
|
800
|
+
counterparty: {
|
|
801
|
+
channel_id: 'channel-10',
|
|
802
|
+
base_denom: 'uphoton',
|
|
803
|
+
chain_name: 'atomone'
|
|
804
|
+
},
|
|
805
|
+
chain: {
|
|
806
|
+
channel_id: 'channel-190'
|
|
807
|
+
}
|
|
808
|
+
}]
|
|
809
|
+
},
|
|
650
810
|
{
|
|
651
811
|
description: 'The native token of Aura Network',
|
|
652
812
|
denom_units: [{
|
|
@@ -1032,6 +1032,41 @@ const assets = {
|
|
|
1032
1032
|
}
|
|
1033
1033
|
}]
|
|
1034
1034
|
},
|
|
1035
|
+
{
|
|
1036
|
+
description: 'Tether Gold(XAUT)',
|
|
1037
|
+
type_asset: 'erc20',
|
|
1038
|
+
address: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
1039
|
+
denom_units: [{
|
|
1040
|
+
denom: 'ibc/B337F4897D6299EDAB71A12E45FCEB8C706F5A9A938ABAB686F8BB096A797BEB',
|
|
1041
|
+
exponent: 0,
|
|
1042
|
+
aliases: ['0x68749665ff8d2d112fa859aa293f07a622782f38']
|
|
1043
|
+
}, {
|
|
1044
|
+
denom: 'xaut',
|
|
1045
|
+
exponent: 6
|
|
1046
|
+
}],
|
|
1047
|
+
base: 'ibc/B337F4897D6299EDAB71A12E45FCEB8C706F5A9A938ABAB686F8BB096A797BEB',
|
|
1048
|
+
name: 'Tether Gold',
|
|
1049
|
+
display: 'xaut',
|
|
1050
|
+
symbol: 'XAUt',
|
|
1051
|
+
coingecko_id: 'tether-gold',
|
|
1052
|
+
images: [{
|
|
1053
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
1054
|
+
}],
|
|
1055
|
+
logo_URIs: {
|
|
1056
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
1057
|
+
},
|
|
1058
|
+
traces: [{
|
|
1059
|
+
type: 'ibc',
|
|
1060
|
+
counterparty: {
|
|
1061
|
+
channel_id: 'channel-2',
|
|
1062
|
+
base_denom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
1063
|
+
chain_name: 'ethereum'
|
|
1064
|
+
},
|
|
1065
|
+
chain: {
|
|
1066
|
+
channel_id: 'channel-52'
|
|
1067
|
+
}
|
|
1068
|
+
}]
|
|
1069
|
+
},
|
|
1035
1070
|
{
|
|
1036
1071
|
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.',
|
|
1037
1072
|
denom_units: [{
|
|
@@ -3212,6 +3247,41 @@ const assets = {
|
|
|
3212
3247
|
}
|
|
3213
3248
|
}]
|
|
3214
3249
|
},
|
|
3250
|
+
{
|
|
3251
|
+
description: 'Tether Gold(XAUT)',
|
|
3252
|
+
type_asset: 'erc20',
|
|
3253
|
+
address: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
3254
|
+
denom_units: [{
|
|
3255
|
+
denom: 'ibc/B337F4897D6299EDAB71A12E45FCEB8C706F5A9A938ABAB686F8BB096A797BEB',
|
|
3256
|
+
exponent: 0,
|
|
3257
|
+
aliases: ['0x68749665ff8d2d112fa859aa293f07a622782f38']
|
|
3258
|
+
}, {
|
|
3259
|
+
denom: 'xaut',
|
|
3260
|
+
exponent: 6
|
|
3261
|
+
}],
|
|
3262
|
+
base: 'ibc/B337F4897D6299EDAB71A12E45FCEB8C706F5A9A938ABAB686F8BB096A797BEB',
|
|
3263
|
+
name: 'Tether Gold',
|
|
3264
|
+
display: 'xaut',
|
|
3265
|
+
symbol: 'XAUt',
|
|
3266
|
+
coingecko_id: 'tether-gold',
|
|
3267
|
+
images: [{
|
|
3268
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
3269
|
+
}],
|
|
3270
|
+
logo_URIs: {
|
|
3271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
3272
|
+
},
|
|
3273
|
+
traces: [{
|
|
3274
|
+
type: 'ibc',
|
|
3275
|
+
counterparty: {
|
|
3276
|
+
channel_id: 'channel-2',
|
|
3277
|
+
base_denom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
3278
|
+
chain_name: 'ethereum'
|
|
3279
|
+
},
|
|
3280
|
+
chain: {
|
|
3281
|
+
channel_id: 'channel-52'
|
|
3282
|
+
}
|
|
3283
|
+
}]
|
|
3284
|
+
},
|
|
3215
3285
|
{
|
|
3216
3286
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
3217
3287
|
denom_units: [{
|
package/esm/mainnet/dungeon.js
CHANGED
|
@@ -81,6 +81,148 @@ const assets = {
|
|
|
81
81
|
}
|
|
82
82
|
}]
|
|
83
83
|
},
|
|
84
|
+
{
|
|
85
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
86
|
+
denom_units: [{
|
|
87
|
+
denom: 'ibc/1F8CB23E10369EF0A5E88407E13D5FB20F74EED779BD8B3AE24973B12047EF96',
|
|
88
|
+
exponent: 0,
|
|
89
|
+
aliases: ['untrn']
|
|
90
|
+
}, {
|
|
91
|
+
denom: 'ntrn',
|
|
92
|
+
exponent: 6
|
|
93
|
+
}],
|
|
94
|
+
base: 'ibc/1F8CB23E10369EF0A5E88407E13D5FB20F74EED779BD8B3AE24973B12047EF96',
|
|
95
|
+
name: 'Neutron',
|
|
96
|
+
display: 'ntrn',
|
|
97
|
+
symbol: 'NTRN',
|
|
98
|
+
logo_URIs: {
|
|
99
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
100
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
101
|
+
},
|
|
102
|
+
coingecko_id: 'neutron-3',
|
|
103
|
+
images: [{
|
|
104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
106
|
+
theme: {
|
|
107
|
+
circle: true
|
|
108
|
+
}
|
|
109
|
+
}],
|
|
110
|
+
socials: {
|
|
111
|
+
website: 'https://neutron.org/',
|
|
112
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
113
|
+
},
|
|
114
|
+
type_asset: 'sdk.coin',
|
|
115
|
+
traces: [{
|
|
116
|
+
type: 'ibc',
|
|
117
|
+
counterparty: {
|
|
118
|
+
channel_id: 'channel-7358',
|
|
119
|
+
base_denom: 'untrn',
|
|
120
|
+
chain_name: 'neutron'
|
|
121
|
+
},
|
|
122
|
+
chain: {
|
|
123
|
+
channel_id: 'channel-5309'
|
|
124
|
+
}
|
|
125
|
+
}]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
description: 'BITCOSMOS',
|
|
129
|
+
denom_units: [{
|
|
130
|
+
denom: 'ibc/0DECF6678DAFC669EF803F091A005D212561E50D5B92C47E1C3DC48613B458A9',
|
|
131
|
+
exponent: 0,
|
|
132
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
133
|
+
}, {
|
|
134
|
+
denom: 'bitcosmos',
|
|
135
|
+
exponent: 6
|
|
136
|
+
}],
|
|
137
|
+
base: 'ibc/0DECF6678DAFC669EF803F091A005D212561E50D5B92C47E1C3DC48613B458A9',
|
|
138
|
+
name: 'Bitcosmos',
|
|
139
|
+
display: 'bitcosmos',
|
|
140
|
+
symbol: 'BTC',
|
|
141
|
+
logo_URIs: {
|
|
142
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
143
|
+
},
|
|
144
|
+
images: [{
|
|
145
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
146
|
+
}],
|
|
147
|
+
type_asset: 'sdk.coin',
|
|
148
|
+
traces: [{
|
|
149
|
+
type: 'ibc',
|
|
150
|
+
counterparty: {
|
|
151
|
+
channel_id: 'channel-7358',
|
|
152
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
153
|
+
chain_name: 'neutron'
|
|
154
|
+
},
|
|
155
|
+
chain: {
|
|
156
|
+
channel_id: 'channel-5309'
|
|
157
|
+
}
|
|
158
|
+
}]
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
description: 'What the Fuck',
|
|
162
|
+
denom_units: [{
|
|
163
|
+
denom: 'ibc/976CEC165A55719F7C1CEF969A5A5CE794110E20122A50D425BD4B550CAB45E7',
|
|
164
|
+
exponent: 0,
|
|
165
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
166
|
+
}, {
|
|
167
|
+
denom: 'wtf',
|
|
168
|
+
exponent: 6
|
|
169
|
+
}],
|
|
170
|
+
base: 'ibc/976CEC165A55719F7C1CEF969A5A5CE794110E20122A50D425BD4B550CAB45E7',
|
|
171
|
+
name: 'wtf',
|
|
172
|
+
display: 'wtf',
|
|
173
|
+
symbol: 'WTF',
|
|
174
|
+
logo_URIs: {
|
|
175
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
176
|
+
},
|
|
177
|
+
images: [{
|
|
178
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
179
|
+
}],
|
|
180
|
+
type_asset: 'sdk.coin',
|
|
181
|
+
traces: [{
|
|
182
|
+
type: 'ibc',
|
|
183
|
+
counterparty: {
|
|
184
|
+
channel_id: 'channel-7358',
|
|
185
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
186
|
+
chain_name: 'neutron'
|
|
187
|
+
},
|
|
188
|
+
chain: {
|
|
189
|
+
channel_id: 'channel-5309'
|
|
190
|
+
}
|
|
191
|
+
}]
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
description: 'Astro BOY',
|
|
195
|
+
denom_units: [{
|
|
196
|
+
denom: 'ibc/2CAAB2CEA2C521A7E45691072CAC8F661B38A2F94687E3F64EB1FF6F1378E22C',
|
|
197
|
+
exponent: 0,
|
|
198
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
199
|
+
}, {
|
|
200
|
+
denom: 'boy',
|
|
201
|
+
exponent: 6
|
|
202
|
+
}],
|
|
203
|
+
base: 'ibc/2CAAB2CEA2C521A7E45691072CAC8F661B38A2F94687E3F64EB1FF6F1378E22C',
|
|
204
|
+
name: 'boy',
|
|
205
|
+
display: 'boy',
|
|
206
|
+
symbol: 'BOY',
|
|
207
|
+
logo_URIs: {
|
|
208
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
209
|
+
},
|
|
210
|
+
images: [{
|
|
211
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
212
|
+
}],
|
|
213
|
+
type_asset: 'sdk.coin',
|
|
214
|
+
traces: [{
|
|
215
|
+
type: 'ibc',
|
|
216
|
+
counterparty: {
|
|
217
|
+
channel_id: 'channel-7358',
|
|
218
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
219
|
+
chain_name: 'neutron'
|
|
220
|
+
},
|
|
221
|
+
chain: {
|
|
222
|
+
channel_id: 'channel-5309'
|
|
223
|
+
}
|
|
224
|
+
}]
|
|
225
|
+
},
|
|
84
226
|
{
|
|
85
227
|
description: 'The permissioned staking asset for Noble Chain',
|
|
86
228
|
denom_units: [{
|
|
@@ -307,6 +449,148 @@ const assets = {
|
|
|
307
449
|
}
|
|
308
450
|
}]
|
|
309
451
|
},
|
|
452
|
+
{
|
|
453
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
454
|
+
denom_units: [{
|
|
455
|
+
denom: 'ibc/1F8CB23E10369EF0A5E88407E13D5FB20F74EED779BD8B3AE24973B12047EF96',
|
|
456
|
+
exponent: 0,
|
|
457
|
+
aliases: ['untrn']
|
|
458
|
+
}, {
|
|
459
|
+
denom: 'ntrn',
|
|
460
|
+
exponent: 6
|
|
461
|
+
}],
|
|
462
|
+
base: 'ibc/1F8CB23E10369EF0A5E88407E13D5FB20F74EED779BD8B3AE24973B12047EF96',
|
|
463
|
+
name: 'Neutron',
|
|
464
|
+
display: 'ntrn',
|
|
465
|
+
symbol: 'NTRN',
|
|
466
|
+
logo_URIs: {
|
|
467
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
468
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
469
|
+
},
|
|
470
|
+
coingecko_id: 'neutron-3',
|
|
471
|
+
images: [{
|
|
472
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
473
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
474
|
+
theme: {
|
|
475
|
+
circle: true
|
|
476
|
+
}
|
|
477
|
+
}],
|
|
478
|
+
socials: {
|
|
479
|
+
website: 'https://neutron.org/',
|
|
480
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
481
|
+
},
|
|
482
|
+
type_asset: 'sdk.coin',
|
|
483
|
+
traces: [{
|
|
484
|
+
type: 'ibc',
|
|
485
|
+
counterparty: {
|
|
486
|
+
channel_id: 'channel-7358',
|
|
487
|
+
base_denom: 'untrn',
|
|
488
|
+
chain_name: 'neutron'
|
|
489
|
+
},
|
|
490
|
+
chain: {
|
|
491
|
+
channel_id: 'channel-5309'
|
|
492
|
+
}
|
|
493
|
+
}]
|
|
494
|
+
},
|
|
495
|
+
{
|
|
496
|
+
description: 'BITCOSMOS',
|
|
497
|
+
denom_units: [{
|
|
498
|
+
denom: 'ibc/0DECF6678DAFC669EF803F091A005D212561E50D5B92C47E1C3DC48613B458A9',
|
|
499
|
+
exponent: 0,
|
|
500
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
501
|
+
}, {
|
|
502
|
+
denom: 'bitcosmos',
|
|
503
|
+
exponent: 6
|
|
504
|
+
}],
|
|
505
|
+
base: 'ibc/0DECF6678DAFC669EF803F091A005D212561E50D5B92C47E1C3DC48613B458A9',
|
|
506
|
+
name: 'Bitcosmos',
|
|
507
|
+
display: 'bitcosmos',
|
|
508
|
+
symbol: 'BTC',
|
|
509
|
+
logo_URIs: {
|
|
510
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
511
|
+
},
|
|
512
|
+
images: [{
|
|
513
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
514
|
+
}],
|
|
515
|
+
type_asset: 'sdk.coin',
|
|
516
|
+
traces: [{
|
|
517
|
+
type: 'ibc',
|
|
518
|
+
counterparty: {
|
|
519
|
+
channel_id: 'channel-7358',
|
|
520
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
521
|
+
chain_name: 'neutron'
|
|
522
|
+
},
|
|
523
|
+
chain: {
|
|
524
|
+
channel_id: 'channel-5309'
|
|
525
|
+
}
|
|
526
|
+
}]
|
|
527
|
+
},
|
|
528
|
+
{
|
|
529
|
+
description: 'What the Fuck',
|
|
530
|
+
denom_units: [{
|
|
531
|
+
denom: 'ibc/976CEC165A55719F7C1CEF969A5A5CE794110E20122A50D425BD4B550CAB45E7',
|
|
532
|
+
exponent: 0,
|
|
533
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
534
|
+
}, {
|
|
535
|
+
denom: 'wtf',
|
|
536
|
+
exponent: 6
|
|
537
|
+
}],
|
|
538
|
+
base: 'ibc/976CEC165A55719F7C1CEF969A5A5CE794110E20122A50D425BD4B550CAB45E7',
|
|
539
|
+
name: 'wtf',
|
|
540
|
+
display: 'wtf',
|
|
541
|
+
symbol: 'WTF',
|
|
542
|
+
logo_URIs: {
|
|
543
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
544
|
+
},
|
|
545
|
+
images: [{
|
|
546
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
547
|
+
}],
|
|
548
|
+
type_asset: 'sdk.coin',
|
|
549
|
+
traces: [{
|
|
550
|
+
type: 'ibc',
|
|
551
|
+
counterparty: {
|
|
552
|
+
channel_id: 'channel-7358',
|
|
553
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
554
|
+
chain_name: 'neutron'
|
|
555
|
+
},
|
|
556
|
+
chain: {
|
|
557
|
+
channel_id: 'channel-5309'
|
|
558
|
+
}
|
|
559
|
+
}]
|
|
560
|
+
},
|
|
561
|
+
{
|
|
562
|
+
description: 'Astro BOY',
|
|
563
|
+
denom_units: [{
|
|
564
|
+
denom: 'ibc/2CAAB2CEA2C521A7E45691072CAC8F661B38A2F94687E3F64EB1FF6F1378E22C',
|
|
565
|
+
exponent: 0,
|
|
566
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
567
|
+
}, {
|
|
568
|
+
denom: 'boy',
|
|
569
|
+
exponent: 6
|
|
570
|
+
}],
|
|
571
|
+
base: 'ibc/2CAAB2CEA2C521A7E45691072CAC8F661B38A2F94687E3F64EB1FF6F1378E22C',
|
|
572
|
+
name: 'boy',
|
|
573
|
+
display: 'boy',
|
|
574
|
+
symbol: 'BOY',
|
|
575
|
+
logo_URIs: {
|
|
576
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
577
|
+
},
|
|
578
|
+
images: [{
|
|
579
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
580
|
+
}],
|
|
581
|
+
type_asset: 'sdk.coin',
|
|
582
|
+
traces: [{
|
|
583
|
+
type: 'ibc',
|
|
584
|
+
counterparty: {
|
|
585
|
+
channel_id: 'channel-7358',
|
|
586
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
587
|
+
chain_name: 'neutron'
|
|
588
|
+
},
|
|
589
|
+
chain: {
|
|
590
|
+
channel_id: 'channel-5309'
|
|
591
|
+
}
|
|
592
|
+
}]
|
|
593
|
+
},
|
|
310
594
|
{
|
|
311
595
|
description: 'The permissioned staking asset for Noble Chain',
|
|
312
596
|
denom_units: [{
|