@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/mainnet/dungeon.js
CHANGED
|
@@ -83,6 +83,148 @@ const assets = {
|
|
|
83
83
|
}
|
|
84
84
|
}]
|
|
85
85
|
},
|
|
86
|
+
{
|
|
87
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
88
|
+
denom_units: [{
|
|
89
|
+
denom: 'ibc/1F8CB23E10369EF0A5E88407E13D5FB20F74EED779BD8B3AE24973B12047EF96',
|
|
90
|
+
exponent: 0,
|
|
91
|
+
aliases: ['untrn']
|
|
92
|
+
}, {
|
|
93
|
+
denom: 'ntrn',
|
|
94
|
+
exponent: 6
|
|
95
|
+
}],
|
|
96
|
+
base: 'ibc/1F8CB23E10369EF0A5E88407E13D5FB20F74EED779BD8B3AE24973B12047EF96',
|
|
97
|
+
name: 'Neutron',
|
|
98
|
+
display: 'ntrn',
|
|
99
|
+
symbol: 'NTRN',
|
|
100
|
+
logo_URIs: {
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
103
|
+
},
|
|
104
|
+
coingecko_id: 'neutron-3',
|
|
105
|
+
images: [{
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
108
|
+
theme: {
|
|
109
|
+
circle: true
|
|
110
|
+
}
|
|
111
|
+
}],
|
|
112
|
+
socials: {
|
|
113
|
+
website: 'https://neutron.org/',
|
|
114
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
115
|
+
},
|
|
116
|
+
type_asset: 'sdk.coin',
|
|
117
|
+
traces: [{
|
|
118
|
+
type: 'ibc',
|
|
119
|
+
counterparty: {
|
|
120
|
+
channel_id: 'channel-7358',
|
|
121
|
+
base_denom: 'untrn',
|
|
122
|
+
chain_name: 'neutron'
|
|
123
|
+
},
|
|
124
|
+
chain: {
|
|
125
|
+
channel_id: 'channel-5309'
|
|
126
|
+
}
|
|
127
|
+
}]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
description: 'BITCOSMOS',
|
|
131
|
+
denom_units: [{
|
|
132
|
+
denom: 'ibc/0DECF6678DAFC669EF803F091A005D212561E50D5B92C47E1C3DC48613B458A9',
|
|
133
|
+
exponent: 0,
|
|
134
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
135
|
+
}, {
|
|
136
|
+
denom: 'bitcosmos',
|
|
137
|
+
exponent: 6
|
|
138
|
+
}],
|
|
139
|
+
base: 'ibc/0DECF6678DAFC669EF803F091A005D212561E50D5B92C47E1C3DC48613B458A9',
|
|
140
|
+
name: 'Bitcosmos',
|
|
141
|
+
display: 'bitcosmos',
|
|
142
|
+
symbol: 'BTC',
|
|
143
|
+
logo_URIs: {
|
|
144
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
145
|
+
},
|
|
146
|
+
images: [{
|
|
147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
148
|
+
}],
|
|
149
|
+
type_asset: 'sdk.coin',
|
|
150
|
+
traces: [{
|
|
151
|
+
type: 'ibc',
|
|
152
|
+
counterparty: {
|
|
153
|
+
channel_id: 'channel-7358',
|
|
154
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
155
|
+
chain_name: 'neutron'
|
|
156
|
+
},
|
|
157
|
+
chain: {
|
|
158
|
+
channel_id: 'channel-5309'
|
|
159
|
+
}
|
|
160
|
+
}]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
description: 'What the Fuck',
|
|
164
|
+
denom_units: [{
|
|
165
|
+
denom: 'ibc/976CEC165A55719F7C1CEF969A5A5CE794110E20122A50D425BD4B550CAB45E7',
|
|
166
|
+
exponent: 0,
|
|
167
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
168
|
+
}, {
|
|
169
|
+
denom: 'wtf',
|
|
170
|
+
exponent: 6
|
|
171
|
+
}],
|
|
172
|
+
base: 'ibc/976CEC165A55719F7C1CEF969A5A5CE794110E20122A50D425BD4B550CAB45E7',
|
|
173
|
+
name: 'wtf',
|
|
174
|
+
display: 'wtf',
|
|
175
|
+
symbol: 'WTF',
|
|
176
|
+
logo_URIs: {
|
|
177
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
178
|
+
},
|
|
179
|
+
images: [{
|
|
180
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
181
|
+
}],
|
|
182
|
+
type_asset: 'sdk.coin',
|
|
183
|
+
traces: [{
|
|
184
|
+
type: 'ibc',
|
|
185
|
+
counterparty: {
|
|
186
|
+
channel_id: 'channel-7358',
|
|
187
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
188
|
+
chain_name: 'neutron'
|
|
189
|
+
},
|
|
190
|
+
chain: {
|
|
191
|
+
channel_id: 'channel-5309'
|
|
192
|
+
}
|
|
193
|
+
}]
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
description: 'Astro BOY',
|
|
197
|
+
denom_units: [{
|
|
198
|
+
denom: 'ibc/2CAAB2CEA2C521A7E45691072CAC8F661B38A2F94687E3F64EB1FF6F1378E22C',
|
|
199
|
+
exponent: 0,
|
|
200
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
201
|
+
}, {
|
|
202
|
+
denom: 'boy',
|
|
203
|
+
exponent: 6
|
|
204
|
+
}],
|
|
205
|
+
base: 'ibc/2CAAB2CEA2C521A7E45691072CAC8F661B38A2F94687E3F64EB1FF6F1378E22C',
|
|
206
|
+
name: 'boy',
|
|
207
|
+
display: 'boy',
|
|
208
|
+
symbol: 'BOY',
|
|
209
|
+
logo_URIs: {
|
|
210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
211
|
+
},
|
|
212
|
+
images: [{
|
|
213
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
214
|
+
}],
|
|
215
|
+
type_asset: 'sdk.coin',
|
|
216
|
+
traces: [{
|
|
217
|
+
type: 'ibc',
|
|
218
|
+
counterparty: {
|
|
219
|
+
channel_id: 'channel-7358',
|
|
220
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
221
|
+
chain_name: 'neutron'
|
|
222
|
+
},
|
|
223
|
+
chain: {
|
|
224
|
+
channel_id: 'channel-5309'
|
|
225
|
+
}
|
|
226
|
+
}]
|
|
227
|
+
},
|
|
86
228
|
{
|
|
87
229
|
description: 'The permissioned staking asset for Noble Chain',
|
|
88
230
|
denom_units: [{
|
|
@@ -309,6 +451,148 @@ const assets = {
|
|
|
309
451
|
}
|
|
310
452
|
}]
|
|
311
453
|
},
|
|
454
|
+
{
|
|
455
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
456
|
+
denom_units: [{
|
|
457
|
+
denom: 'ibc/1F8CB23E10369EF0A5E88407E13D5FB20F74EED779BD8B3AE24973B12047EF96',
|
|
458
|
+
exponent: 0,
|
|
459
|
+
aliases: ['untrn']
|
|
460
|
+
}, {
|
|
461
|
+
denom: 'ntrn',
|
|
462
|
+
exponent: 6
|
|
463
|
+
}],
|
|
464
|
+
base: 'ibc/1F8CB23E10369EF0A5E88407E13D5FB20F74EED779BD8B3AE24973B12047EF96',
|
|
465
|
+
name: 'Neutron',
|
|
466
|
+
display: 'ntrn',
|
|
467
|
+
symbol: 'NTRN',
|
|
468
|
+
logo_URIs: {
|
|
469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
471
|
+
},
|
|
472
|
+
coingecko_id: 'neutron-3',
|
|
473
|
+
images: [{
|
|
474
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
475
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
476
|
+
theme: {
|
|
477
|
+
circle: true
|
|
478
|
+
}
|
|
479
|
+
}],
|
|
480
|
+
socials: {
|
|
481
|
+
website: 'https://neutron.org/',
|
|
482
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
483
|
+
},
|
|
484
|
+
type_asset: 'sdk.coin',
|
|
485
|
+
traces: [{
|
|
486
|
+
type: 'ibc',
|
|
487
|
+
counterparty: {
|
|
488
|
+
channel_id: 'channel-7358',
|
|
489
|
+
base_denom: 'untrn',
|
|
490
|
+
chain_name: 'neutron'
|
|
491
|
+
},
|
|
492
|
+
chain: {
|
|
493
|
+
channel_id: 'channel-5309'
|
|
494
|
+
}
|
|
495
|
+
}]
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
description: 'BITCOSMOS',
|
|
499
|
+
denom_units: [{
|
|
500
|
+
denom: 'ibc/0DECF6678DAFC669EF803F091A005D212561E50D5B92C47E1C3DC48613B458A9',
|
|
501
|
+
exponent: 0,
|
|
502
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
503
|
+
}, {
|
|
504
|
+
denom: 'bitcosmos',
|
|
505
|
+
exponent: 6
|
|
506
|
+
}],
|
|
507
|
+
base: 'ibc/0DECF6678DAFC669EF803F091A005D212561E50D5B92C47E1C3DC48613B458A9',
|
|
508
|
+
name: 'Bitcosmos',
|
|
509
|
+
display: 'bitcosmos',
|
|
510
|
+
symbol: 'BTC',
|
|
511
|
+
logo_URIs: {
|
|
512
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
513
|
+
},
|
|
514
|
+
images: [{
|
|
515
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
516
|
+
}],
|
|
517
|
+
type_asset: 'sdk.coin',
|
|
518
|
+
traces: [{
|
|
519
|
+
type: 'ibc',
|
|
520
|
+
counterparty: {
|
|
521
|
+
channel_id: 'channel-7358',
|
|
522
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
523
|
+
chain_name: 'neutron'
|
|
524
|
+
},
|
|
525
|
+
chain: {
|
|
526
|
+
channel_id: 'channel-5309'
|
|
527
|
+
}
|
|
528
|
+
}]
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
description: 'What the Fuck',
|
|
532
|
+
denom_units: [{
|
|
533
|
+
denom: 'ibc/976CEC165A55719F7C1CEF969A5A5CE794110E20122A50D425BD4B550CAB45E7',
|
|
534
|
+
exponent: 0,
|
|
535
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
536
|
+
}, {
|
|
537
|
+
denom: 'wtf',
|
|
538
|
+
exponent: 6
|
|
539
|
+
}],
|
|
540
|
+
base: 'ibc/976CEC165A55719F7C1CEF969A5A5CE794110E20122A50D425BD4B550CAB45E7',
|
|
541
|
+
name: 'wtf',
|
|
542
|
+
display: 'wtf',
|
|
543
|
+
symbol: 'WTF',
|
|
544
|
+
logo_URIs: {
|
|
545
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
546
|
+
},
|
|
547
|
+
images: [{
|
|
548
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
549
|
+
}],
|
|
550
|
+
type_asset: 'sdk.coin',
|
|
551
|
+
traces: [{
|
|
552
|
+
type: 'ibc',
|
|
553
|
+
counterparty: {
|
|
554
|
+
channel_id: 'channel-7358',
|
|
555
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
556
|
+
chain_name: 'neutron'
|
|
557
|
+
},
|
|
558
|
+
chain: {
|
|
559
|
+
channel_id: 'channel-5309'
|
|
560
|
+
}
|
|
561
|
+
}]
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
description: 'Astro BOY',
|
|
565
|
+
denom_units: [{
|
|
566
|
+
denom: 'ibc/2CAAB2CEA2C521A7E45691072CAC8F661B38A2F94687E3F64EB1FF6F1378E22C',
|
|
567
|
+
exponent: 0,
|
|
568
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
569
|
+
}, {
|
|
570
|
+
denom: 'boy',
|
|
571
|
+
exponent: 6
|
|
572
|
+
}],
|
|
573
|
+
base: 'ibc/2CAAB2CEA2C521A7E45691072CAC8F661B38A2F94687E3F64EB1FF6F1378E22C',
|
|
574
|
+
name: 'boy',
|
|
575
|
+
display: 'boy',
|
|
576
|
+
symbol: 'BOY',
|
|
577
|
+
logo_URIs: {
|
|
578
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
579
|
+
},
|
|
580
|
+
images: [{
|
|
581
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
582
|
+
}],
|
|
583
|
+
type_asset: 'sdk.coin',
|
|
584
|
+
traces: [{
|
|
585
|
+
type: 'ibc',
|
|
586
|
+
counterparty: {
|
|
587
|
+
channel_id: 'channel-7358',
|
|
588
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
589
|
+
chain_name: 'neutron'
|
|
590
|
+
},
|
|
591
|
+
chain: {
|
|
592
|
+
channel_id: 'channel-5309'
|
|
593
|
+
}
|
|
594
|
+
}]
|
|
595
|
+
},
|
|
312
596
|
{
|
|
313
597
|
description: 'The permissioned staking asset for Noble Chain',
|
|
314
598
|
denom_units: [{
|
package/mainnet/neutron.js
CHANGED
|
@@ -471,6 +471,47 @@ const assets = {
|
|
|
471
471
|
}
|
|
472
472
|
}]
|
|
473
473
|
},
|
|
474
|
+
{
|
|
475
|
+
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.',
|
|
476
|
+
denom_units: [{
|
|
477
|
+
denom: 'ibc/EF02A9A6573F45C96C8C6AA1BB0BCE257826899027468126277384D2767FB5AA',
|
|
478
|
+
exponent: 0,
|
|
479
|
+
aliases: ['udgn']
|
|
480
|
+
}, {
|
|
481
|
+
denom: 'DGN',
|
|
482
|
+
exponent: 6
|
|
483
|
+
}],
|
|
484
|
+
base: 'ibc/EF02A9A6573F45C96C8C6AA1BB0BCE257826899027468126277384D2767FB5AA',
|
|
485
|
+
name: 'Dragon Coin',
|
|
486
|
+
display: 'DGN',
|
|
487
|
+
coingecko_id: 'dragon-coin-2',
|
|
488
|
+
symbol: 'DGN',
|
|
489
|
+
logo_URIs: {
|
|
490
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
491
|
+
},
|
|
492
|
+
socials: {
|
|
493
|
+
website: 'https://www.cryptodungeon.org',
|
|
494
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
495
|
+
},
|
|
496
|
+
images: [{
|
|
497
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
498
|
+
theme: {
|
|
499
|
+
circle: true
|
|
500
|
+
}
|
|
501
|
+
}],
|
|
502
|
+
type_asset: 'sdk.coin',
|
|
503
|
+
traces: [{
|
|
504
|
+
type: 'ibc',
|
|
505
|
+
counterparty: {
|
|
506
|
+
channel_id: 'channel-5309',
|
|
507
|
+
base_denom: 'udgn',
|
|
508
|
+
chain_name: 'dungeon'
|
|
509
|
+
},
|
|
510
|
+
chain: {
|
|
511
|
+
channel_id: 'channel-7358'
|
|
512
|
+
}
|
|
513
|
+
}]
|
|
514
|
+
},
|
|
474
515
|
{
|
|
475
516
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
476
517
|
denom_units: [{
|
|
@@ -1738,6 +1779,47 @@ const assets = {
|
|
|
1738
1779
|
}
|
|
1739
1780
|
}]
|
|
1740
1781
|
},
|
|
1782
|
+
{
|
|
1783
|
+
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.',
|
|
1784
|
+
denom_units: [{
|
|
1785
|
+
denom: 'ibc/EF02A9A6573F45C96C8C6AA1BB0BCE257826899027468126277384D2767FB5AA',
|
|
1786
|
+
exponent: 0,
|
|
1787
|
+
aliases: ['udgn']
|
|
1788
|
+
}, {
|
|
1789
|
+
denom: 'DGN',
|
|
1790
|
+
exponent: 6
|
|
1791
|
+
}],
|
|
1792
|
+
base: 'ibc/EF02A9A6573F45C96C8C6AA1BB0BCE257826899027468126277384D2767FB5AA',
|
|
1793
|
+
name: 'Dragon Coin',
|
|
1794
|
+
display: 'DGN',
|
|
1795
|
+
coingecko_id: 'dragon-coin-2',
|
|
1796
|
+
symbol: 'DGN',
|
|
1797
|
+
logo_URIs: {
|
|
1798
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png'
|
|
1799
|
+
},
|
|
1800
|
+
socials: {
|
|
1801
|
+
website: 'https://www.cryptodungeon.org',
|
|
1802
|
+
twitter: 'https://twitter.com/cryptodungeonma'
|
|
1803
|
+
},
|
|
1804
|
+
images: [{
|
|
1805
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dungeon/images/DGN.png',
|
|
1806
|
+
theme: {
|
|
1807
|
+
circle: true
|
|
1808
|
+
}
|
|
1809
|
+
}],
|
|
1810
|
+
type_asset: 'sdk.coin',
|
|
1811
|
+
traces: [{
|
|
1812
|
+
type: 'ibc',
|
|
1813
|
+
counterparty: {
|
|
1814
|
+
channel_id: 'channel-5309',
|
|
1815
|
+
base_denom: 'udgn',
|
|
1816
|
+
chain_name: 'dungeon'
|
|
1817
|
+
},
|
|
1818
|
+
chain: {
|
|
1819
|
+
channel_id: 'channel-7358'
|
|
1820
|
+
}
|
|
1821
|
+
}]
|
|
1822
|
+
},
|
|
1741
1823
|
{
|
|
1742
1824
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
1743
1825
|
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.379",
|
|
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.239",
|
|
33
|
+
"chain-registry": "^1.69.379"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.239"
|
|
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": "94a1e8197bb4129cafe3d0863578bbbcdf1aa108"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -5,6 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
const agoricdevnet_1 = __importDefault(require("./agoricdevnet"));
|
|
7
7
|
const archwaytestnet_1 = __importDefault(require("./archwaytestnet"));
|
|
8
|
+
const atomonetestnet_1 = __importDefault(require("./atomonetestnet"));
|
|
8
9
|
const axelartestnet_1 = __importDefault(require("./axelartestnet"));
|
|
9
10
|
const babylontestnet_1 = __importDefault(require("./babylontestnet"));
|
|
10
11
|
const celestiatestnet3_1 = __importDefault(require("./celestiatestnet3"));
|
|
@@ -52,5 +53,5 @@ const wardenprotocoltestnet_1 = __importDefault(require("./wardenprotocoltestnet
|
|
|
52
53
|
const xiontestnet2_1 = __importDefault(require("./xiontestnet2"));
|
|
53
54
|
const xrplevmtestnet_1 = __importDefault(require("./xrplevmtestnet"));
|
|
54
55
|
const zigchaintestnet_1 = __importDefault(require("./zigchaintestnet"));
|
|
55
|
-
const assets = [agoricdevnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, babylontestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, cosmosicsprovidertestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, hippoprotocoltestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, int3facetestnet_1.default, jackaltestnet2_1.default, kimanetworktestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, lumeratestnet_1.default, manifesttestnet_1.default, mantrachaintestnet2_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, persistencetestnet2_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, stridetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, synternettestnet_1.default, terra2testnet_1.default, titannettestnet_1.default, titantestnet_1.default, wardenprotocoltestnet_1.default, xiontestnet2_1.default, xrplevmtestnet_1.default, zigchaintestnet_1.default];
|
|
56
|
+
const assets = [agoricdevnet_1.default, archwaytestnet_1.default, atomonetestnet_1.default, axelartestnet_1.default, babylontestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, cosmosicsprovidertestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, hippoprotocoltestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, int3facetestnet_1.default, jackaltestnet2_1.default, kimanetworktestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, lumeratestnet_1.default, manifesttestnet_1.default, mantrachaintestnet2_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, persistencetestnet2_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, stridetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, synternettestnet_1.default, terra2testnet_1.default, titannettestnet_1.default, titantestnet_1.default, wardenprotocoltestnet_1.default, xiontestnet2_1.default, xrplevmtestnet_1.default, zigchaintestnet_1.default];
|
|
56
57
|
exports.default = assets;
|
package/testnet/axelartestnet.js
CHANGED
|
@@ -79,6 +79,84 @@ const assets = {
|
|
|
79
79
|
}
|
|
80
80
|
}]
|
|
81
81
|
},
|
|
82
|
+
{
|
|
83
|
+
description: 'The native staking and governance token of AtomOne',
|
|
84
|
+
denom_units: [{
|
|
85
|
+
denom: 'ibc/D3D4FD02210AC8D021A951263C4CF901995E2A8BC99CD832C6DE6381E1F2515E',
|
|
86
|
+
exponent: 0,
|
|
87
|
+
aliases: ['uatone']
|
|
88
|
+
}, {
|
|
89
|
+
denom: 'atone',
|
|
90
|
+
exponent: 6
|
|
91
|
+
}],
|
|
92
|
+
base: 'ibc/D3D4FD02210AC8D021A951263C4CF901995E2A8BC99CD832C6DE6381E1F2515E',
|
|
93
|
+
name: 'Atone',
|
|
94
|
+
display: 'atone',
|
|
95
|
+
symbol: 'ATONE',
|
|
96
|
+
logo_URIs: {
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
98
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
99
|
+
},
|
|
100
|
+
images: [{
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
103
|
+
}],
|
|
104
|
+
type_asset: 'sdk.coin',
|
|
105
|
+
socials: {
|
|
106
|
+
website: 'https://atom.one',
|
|
107
|
+
twitter: 'https://x.com/_atomone'
|
|
108
|
+
},
|
|
109
|
+
traces: [{
|
|
110
|
+
type: 'ibc',
|
|
111
|
+
counterparty: {
|
|
112
|
+
channel_id: 'channel-0',
|
|
113
|
+
base_denom: 'uatone',
|
|
114
|
+
chain_name: 'atomonetestnet'
|
|
115
|
+
},
|
|
116
|
+
chain: {
|
|
117
|
+
channel_id: 'channel-629'
|
|
118
|
+
}
|
|
119
|
+
}]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
description: 'The fee token of AtomOne',
|
|
123
|
+
denom_units: [{
|
|
124
|
+
denom: 'ibc/7C026AD4B5528819146874B2DFFAECB645D3EBF3509A331E2B06FEE8060C149F',
|
|
125
|
+
exponent: 0,
|
|
126
|
+
aliases: ['uphoton']
|
|
127
|
+
}, {
|
|
128
|
+
denom: 'photon',
|
|
129
|
+
exponent: 6
|
|
130
|
+
}],
|
|
131
|
+
base: 'ibc/7C026AD4B5528819146874B2DFFAECB645D3EBF3509A331E2B06FEE8060C149F',
|
|
132
|
+
name: 'Photon',
|
|
133
|
+
display: 'photon',
|
|
134
|
+
symbol: 'PHOTON',
|
|
135
|
+
logo_URIs: {
|
|
136
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
137
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
138
|
+
},
|
|
139
|
+
images: [{
|
|
140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
141
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
142
|
+
}],
|
|
143
|
+
type_asset: 'sdk.coin',
|
|
144
|
+
socials: {
|
|
145
|
+
website: 'https://atom.one',
|
|
146
|
+
twitter: 'https://x.com/_atomone'
|
|
147
|
+
},
|
|
148
|
+
traces: [{
|
|
149
|
+
type: 'ibc',
|
|
150
|
+
counterparty: {
|
|
151
|
+
channel_id: 'channel-0',
|
|
152
|
+
base_denom: 'uphoton',
|
|
153
|
+
chain_name: 'atomonetestnet'
|
|
154
|
+
},
|
|
155
|
+
chain: {
|
|
156
|
+
channel_id: 'channel-629'
|
|
157
|
+
}
|
|
158
|
+
}]
|
|
159
|
+
},
|
|
82
160
|
{
|
|
83
161
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
84
162
|
denom_units: [{
|
|
@@ -155,6 +233,84 @@ const assets = {
|
|
|
155
233
|
}
|
|
156
234
|
}]
|
|
157
235
|
},
|
|
236
|
+
{
|
|
237
|
+
description: 'The native staking and governance token of AtomOne',
|
|
238
|
+
denom_units: [{
|
|
239
|
+
denom: 'ibc/D3D4FD02210AC8D021A951263C4CF901995E2A8BC99CD832C6DE6381E1F2515E',
|
|
240
|
+
exponent: 0,
|
|
241
|
+
aliases: ['uatone']
|
|
242
|
+
}, {
|
|
243
|
+
denom: 'atone',
|
|
244
|
+
exponent: 6
|
|
245
|
+
}],
|
|
246
|
+
base: 'ibc/D3D4FD02210AC8D021A951263C4CF901995E2A8BC99CD832C6DE6381E1F2515E',
|
|
247
|
+
name: 'Atone',
|
|
248
|
+
display: 'atone',
|
|
249
|
+
symbol: 'ATONE',
|
|
250
|
+
logo_URIs: {
|
|
251
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
252
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
253
|
+
},
|
|
254
|
+
images: [{
|
|
255
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
256
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
257
|
+
}],
|
|
258
|
+
type_asset: 'sdk.coin',
|
|
259
|
+
socials: {
|
|
260
|
+
website: 'https://atom.one',
|
|
261
|
+
twitter: 'https://x.com/_atomone'
|
|
262
|
+
},
|
|
263
|
+
traces: [{
|
|
264
|
+
type: 'ibc',
|
|
265
|
+
counterparty: {
|
|
266
|
+
channel_id: 'channel-0',
|
|
267
|
+
base_denom: 'uatone',
|
|
268
|
+
chain_name: 'atomonetestnet'
|
|
269
|
+
},
|
|
270
|
+
chain: {
|
|
271
|
+
channel_id: 'channel-629'
|
|
272
|
+
}
|
|
273
|
+
}]
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
description: 'The fee token of AtomOne',
|
|
277
|
+
denom_units: [{
|
|
278
|
+
denom: 'ibc/7C026AD4B5528819146874B2DFFAECB645D3EBF3509A331E2B06FEE8060C149F',
|
|
279
|
+
exponent: 0,
|
|
280
|
+
aliases: ['uphoton']
|
|
281
|
+
}, {
|
|
282
|
+
denom: 'photon',
|
|
283
|
+
exponent: 6
|
|
284
|
+
}],
|
|
285
|
+
base: 'ibc/7C026AD4B5528819146874B2DFFAECB645D3EBF3509A331E2B06FEE8060C149F',
|
|
286
|
+
name: 'Photon',
|
|
287
|
+
display: 'photon',
|
|
288
|
+
symbol: 'PHOTON',
|
|
289
|
+
logo_URIs: {
|
|
290
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
291
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
292
|
+
},
|
|
293
|
+
images: [{
|
|
294
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
295
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
296
|
+
}],
|
|
297
|
+
type_asset: 'sdk.coin',
|
|
298
|
+
socials: {
|
|
299
|
+
website: 'https://atom.one',
|
|
300
|
+
twitter: 'https://x.com/_atomone'
|
|
301
|
+
},
|
|
302
|
+
traces: [{
|
|
303
|
+
type: 'ibc',
|
|
304
|
+
counterparty: {
|
|
305
|
+
channel_id: 'channel-0',
|
|
306
|
+
base_denom: 'uphoton',
|
|
307
|
+
chain_name: 'atomonetestnet'
|
|
308
|
+
},
|
|
309
|
+
chain: {
|
|
310
|
+
channel_id: 'channel-629'
|
|
311
|
+
}
|
|
312
|
+
}]
|
|
313
|
+
},
|
|
158
314
|
{
|
|
159
315
|
description: 'The native staking token of Babylon.',
|
|
160
316
|
denom_units: [{
|
package/testnet/index.d.ts
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/testnet/index.js
CHANGED
|
@@ -23,9 +23,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.zigchaintestnet = exports.xrplevmtestnet = exports.xiontestnet2 = exports.wardenprotocoltestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stridetestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.manifesttestnet = exports.lumeratestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.jackaltestnet2 = exports.int3facetestnet = exports.injectivetestnet = exports.impacthubtestnet = exports.hippoprotocoltestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.babylontestnet = exports.axelartestnet = exports.archwaytestnet = exports.agoricdevnet = void 0;
|
|
26
|
+
exports.zigchaintestnet = exports.xrplevmtestnet = exports.xiontestnet2 = exports.wardenprotocoltestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stridetestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.manifesttestnet = exports.lumeratestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.jackaltestnet2 = exports.int3facetestnet = exports.injectivetestnet = exports.impacthubtestnet = exports.hippoprotocoltestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.babylontestnet = exports.axelartestnet = exports.atomonetestnet = exports.archwaytestnet = exports.agoricdevnet = void 0;
|
|
27
27
|
exports.agoricdevnet = __importStar(require("./agoricdevnet"));
|
|
28
28
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
29
|
+
exports.atomonetestnet = __importStar(require("./atomonetestnet"));
|
|
29
30
|
exports.axelartestnet = __importStar(require("./axelartestnet"));
|
|
30
31
|
exports.babylontestnet = __importStar(require("./babylontestnet"));
|
|
31
32
|
exports.celestiatestnet3 = __importStar(require("./celestiatestnet3"));
|