@chain-registry/assets 1.70.377 → 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/asset_lists.js +1 -2
- package/esm/asset_lists.js +1 -2
- package/esm/index.js +0 -1
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/atomone.js +80 -0
- package/esm/mainnet/axelar.js +160 -0
- package/esm/mainnet/composable.js +70 -68
- package/esm/mainnet/dungeon.js +284 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/namada.js +38 -38
- package/esm/mainnet/neutron.js +120 -38
- package/esm/mainnet/osmosis.js +38 -38
- package/esm/mainnet/passage.js +0 -68
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/atomonetestnet.js +5 -0
- package/esm/testnet/axelartestnet.js +156 -0
- package/esm/testnet/babylontestnet.js +70 -0
- package/esm/testnet/cosmosicsprovidertestnet.js +66 -0
- package/esm/testnet/index.js +1 -0
- package/index.d.ts +0 -1
- package/index.js +0 -1
- package/mainnet/assets.js +2 -1
- package/mainnet/atomone.js +80 -0
- package/mainnet/axelar.js +160 -0
- package/mainnet/composable.js +70 -68
- package/mainnet/dungeon.js +284 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/namada.js +38 -38
- package/mainnet/neutron.js +120 -38
- package/mainnet/osmosis.js +38 -38
- package/mainnet/passage.js +0 -68
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/atomonetestnet.js +7 -0
- package/testnet/axelartestnet.js +156 -0
- package/testnet/babylontestnet.js +70 -0
- package/testnet/cosmosicsprovidertestnet.js +66 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/esm/noncosmos/assets.js +0 -5
- package/esm/noncosmos/composablepolkadot.js +0 -71
- package/esm/noncosmos/index.js +0 -3
- package/esm/noncosmos/picasso.js +0 -71
- package/noncosmos/assets.d.ts +0 -3
- package/noncosmos/assets.js +0 -10
- package/noncosmos/composablepolkadot.js +0 -73
- package/noncosmos/index.d.ts +0 -3
- package/noncosmos/index.js +0 -29
- package/noncosmos/picasso.d.ts +0 -3
- package/noncosmos/picasso.js +0 -73
- package/esm/{noncosmos → mainnet}/penumbra.js +39 -39
- package/{noncosmos → mainnet}/penumbra.d.ts +0 -0
- package/{noncosmos → mainnet}/penumbra.js +39 -39
- /package/{noncosmos/composablepolkadot.d.ts → testnet/atomonetestnet.d.ts} +0 -0
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: [{
|
package/esm/mainnet/index.js
CHANGED
package/esm/mainnet/namada.js
CHANGED
|
@@ -607,6 +607,44 @@ const assets = {
|
|
|
607
607
|
}
|
|
608
608
|
}]
|
|
609
609
|
},
|
|
610
|
+
{
|
|
611
|
+
description: 'The native token of Penumbra.',
|
|
612
|
+
denom_units: [{
|
|
613
|
+
denom: 'ibc/9473AE955A0A5E6EFDDB8C529E777814DBE3D0FE2FD2ECB9D7208920E0FD62D3',
|
|
614
|
+
exponent: 0,
|
|
615
|
+
aliases: ['upenumbra']
|
|
616
|
+
}, {
|
|
617
|
+
denom: 'penumbra',
|
|
618
|
+
exponent: 6
|
|
619
|
+
}],
|
|
620
|
+
type_asset: 'unknown',
|
|
621
|
+
base: 'ibc/9473AE955A0A5E6EFDDB8C529E777814DBE3D0FE2FD2ECB9D7208920E0FD62D3',
|
|
622
|
+
display: 'penumbra',
|
|
623
|
+
symbol: 'UM',
|
|
624
|
+
name: 'Penumbra',
|
|
625
|
+
images: [{
|
|
626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
627
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
|
|
628
|
+
theme: {
|
|
629
|
+
circle: true
|
|
630
|
+
}
|
|
631
|
+
}],
|
|
632
|
+
socials: {
|
|
633
|
+
website: 'https://penumbra.zone/',
|
|
634
|
+
twitter: 'https://twitter.com/penumbrazone'
|
|
635
|
+
},
|
|
636
|
+
traces: [{
|
|
637
|
+
type: 'ibc',
|
|
638
|
+
counterparty: {
|
|
639
|
+
channel_id: 'channel-13',
|
|
640
|
+
base_denom: 'upenumbra',
|
|
641
|
+
chain_name: 'penumbra'
|
|
642
|
+
},
|
|
643
|
+
chain: {
|
|
644
|
+
channel_id: 'channel-4'
|
|
645
|
+
}
|
|
646
|
+
}]
|
|
647
|
+
},
|
|
610
648
|
{
|
|
611
649
|
description: 'Celestia is a modular blockchain network focused on data availability, allowing developers to deploy their own customizable blockchains with ease.',
|
|
612
650
|
denom_units: [{
|
|
@@ -1174,44 +1212,6 @@ const assets = {
|
|
|
1174
1212
|
channel_id: 'channel-0'
|
|
1175
1213
|
}
|
|
1176
1214
|
}]
|
|
1177
|
-
},
|
|
1178
|
-
{
|
|
1179
|
-
description: 'The native token of Penumbra.',
|
|
1180
|
-
denom_units: [{
|
|
1181
|
-
denom: 'ibc/9473AE955A0A5E6EFDDB8C529E777814DBE3D0FE2FD2ECB9D7208920E0FD62D3',
|
|
1182
|
-
exponent: 0,
|
|
1183
|
-
aliases: ['upenumbra']
|
|
1184
|
-
}, {
|
|
1185
|
-
denom: 'penumbra',
|
|
1186
|
-
exponent: 6
|
|
1187
|
-
}],
|
|
1188
|
-
type_asset: 'unknown',
|
|
1189
|
-
base: 'ibc/9473AE955A0A5E6EFDDB8C529E777814DBE3D0FE2FD2ECB9D7208920E0FD62D3',
|
|
1190
|
-
display: 'penumbra',
|
|
1191
|
-
symbol: 'UM',
|
|
1192
|
-
name: 'Penumbra',
|
|
1193
|
-
images: [{
|
|
1194
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
1195
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
|
|
1196
|
-
theme: {
|
|
1197
|
-
circle: true
|
|
1198
|
-
}
|
|
1199
|
-
}],
|
|
1200
|
-
socials: {
|
|
1201
|
-
website: 'https://penumbra.zone/',
|
|
1202
|
-
twitter: 'https://twitter.com/penumbrazone'
|
|
1203
|
-
},
|
|
1204
|
-
traces: [{
|
|
1205
|
-
type: 'ibc',
|
|
1206
|
-
counterparty: {
|
|
1207
|
-
channel_id: 'channel-13',
|
|
1208
|
-
base_denom: 'upenumbra',
|
|
1209
|
-
chain_name: 'penumbra'
|
|
1210
|
-
},
|
|
1211
|
-
chain: {
|
|
1212
|
-
channel_id: 'channel-4'
|
|
1213
|
-
}
|
|
1214
|
-
}]
|
|
1215
1215
|
}
|
|
1216
1216
|
]
|
|
1217
1217
|
};
|
package/esm/mainnet/neutron.js
CHANGED
|
@@ -40,6 +40,44 @@ const assets = {
|
|
|
40
40
|
}
|
|
41
41
|
}]
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
description: 'The native token of Penumbra.',
|
|
45
|
+
denom_units: [{
|
|
46
|
+
denom: 'ibc/2DC4028D9196E4FC82B6EA1633FF38F4161FD081AF6AE30249C2020FCFBCD4F8',
|
|
47
|
+
exponent: 0,
|
|
48
|
+
aliases: ['upenumbra']
|
|
49
|
+
}, {
|
|
50
|
+
denom: 'penumbra',
|
|
51
|
+
exponent: 6
|
|
52
|
+
}],
|
|
53
|
+
type_asset: 'unknown',
|
|
54
|
+
base: 'ibc/2DC4028D9196E4FC82B6EA1633FF38F4161FD081AF6AE30249C2020FCFBCD4F8',
|
|
55
|
+
display: 'penumbra',
|
|
56
|
+
symbol: 'UM',
|
|
57
|
+
name: 'Penumbra',
|
|
58
|
+
images: [{
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
|
|
61
|
+
theme: {
|
|
62
|
+
circle: true
|
|
63
|
+
}
|
|
64
|
+
}],
|
|
65
|
+
socials: {
|
|
66
|
+
website: 'https://penumbra.zone/',
|
|
67
|
+
twitter: 'https://twitter.com/penumbrazone'
|
|
68
|
+
},
|
|
69
|
+
traces: [{
|
|
70
|
+
type: 'ibc',
|
|
71
|
+
counterparty: {
|
|
72
|
+
channel_id: 'channel-6',
|
|
73
|
+
base_denom: 'upenumbra',
|
|
74
|
+
chain_name: 'penumbra'
|
|
75
|
+
},
|
|
76
|
+
chain: {
|
|
77
|
+
channel_id: 'channel-4886'
|
|
78
|
+
}
|
|
79
|
+
}]
|
|
80
|
+
},
|
|
43
81
|
{
|
|
44
82
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
45
83
|
denom_units: [{
|
|
@@ -431,6 +469,47 @@ const assets = {
|
|
|
431
469
|
}
|
|
432
470
|
}]
|
|
433
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
|
+
},
|
|
434
513
|
{
|
|
435
514
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
436
515
|
denom_units: [{
|
|
@@ -1698,6 +1777,47 @@ const assets = {
|
|
|
1698
1777
|
}
|
|
1699
1778
|
}]
|
|
1700
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
|
+
},
|
|
1701
1821
|
{
|
|
1702
1822
|
description: 'DYDX is a decentralized trading platform focused on derivatives and perpetual contracts, offering a secure and efficient trading experience without intermediaries.',
|
|
1703
1823
|
denom_units: [{
|
|
@@ -17363,44 +17483,6 @@ const assets = {
|
|
|
17363
17483
|
}
|
|
17364
17484
|
}]
|
|
17365
17485
|
},
|
|
17366
|
-
{
|
|
17367
|
-
description: 'The native token of Penumbra.',
|
|
17368
|
-
denom_units: [{
|
|
17369
|
-
denom: 'ibc/2DC4028D9196E4FC82B6EA1633FF38F4161FD081AF6AE30249C2020FCFBCD4F8',
|
|
17370
|
-
exponent: 0,
|
|
17371
|
-
aliases: ['upenumbra']
|
|
17372
|
-
}, {
|
|
17373
|
-
denom: 'penumbra',
|
|
17374
|
-
exponent: 6
|
|
17375
|
-
}],
|
|
17376
|
-
type_asset: 'unknown',
|
|
17377
|
-
base: 'ibc/2DC4028D9196E4FC82B6EA1633FF38F4161FD081AF6AE30249C2020FCFBCD4F8',
|
|
17378
|
-
display: 'penumbra',
|
|
17379
|
-
symbol: 'UM',
|
|
17380
|
-
name: 'Penumbra',
|
|
17381
|
-
images: [{
|
|
17382
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
17383
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
|
|
17384
|
-
theme: {
|
|
17385
|
-
circle: true
|
|
17386
|
-
}
|
|
17387
|
-
}],
|
|
17388
|
-
socials: {
|
|
17389
|
-
website: 'https://penumbra.zone/',
|
|
17390
|
-
twitter: 'https://twitter.com/penumbrazone'
|
|
17391
|
-
},
|
|
17392
|
-
traces: [{
|
|
17393
|
-
type: 'ibc',
|
|
17394
|
-
counterparty: {
|
|
17395
|
-
channel_id: 'channel-6',
|
|
17396
|
-
base_denom: 'upenumbra',
|
|
17397
|
-
chain_name: 'penumbra'
|
|
17398
|
-
},
|
|
17399
|
-
chain: {
|
|
17400
|
-
channel_id: 'channel-4886'
|
|
17401
|
-
}
|
|
17402
|
-
}]
|
|
17403
|
-
},
|
|
17404
17486
|
{
|
|
17405
17487
|
description: 'Puppy',
|
|
17406
17488
|
denom_units: [{
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -40,6 +40,44 @@ const assets = {
|
|
|
40
40
|
}
|
|
41
41
|
}]
|
|
42
42
|
},
|
|
43
|
+
{
|
|
44
|
+
description: 'The native token of Penumbra.',
|
|
45
|
+
denom_units: [{
|
|
46
|
+
denom: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
|
|
47
|
+
exponent: 0,
|
|
48
|
+
aliases: ['upenumbra']
|
|
49
|
+
}, {
|
|
50
|
+
denom: 'penumbra',
|
|
51
|
+
exponent: 6
|
|
52
|
+
}],
|
|
53
|
+
type_asset: 'unknown',
|
|
54
|
+
base: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
|
|
55
|
+
display: 'penumbra',
|
|
56
|
+
symbol: 'UM',
|
|
57
|
+
name: 'Penumbra',
|
|
58
|
+
images: [{
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
|
|
61
|
+
theme: {
|
|
62
|
+
circle: true
|
|
63
|
+
}
|
|
64
|
+
}],
|
|
65
|
+
socials: {
|
|
66
|
+
website: 'https://penumbra.zone/',
|
|
67
|
+
twitter: 'https://twitter.com/penumbrazone'
|
|
68
|
+
},
|
|
69
|
+
traces: [{
|
|
70
|
+
type: 'ibc',
|
|
71
|
+
counterparty: {
|
|
72
|
+
channel_id: 'channel-4',
|
|
73
|
+
base_denom: 'upenumbra',
|
|
74
|
+
chain_name: 'penumbra'
|
|
75
|
+
},
|
|
76
|
+
chain: {
|
|
77
|
+
channel_id: 'channel-79703'
|
|
78
|
+
}
|
|
79
|
+
}]
|
|
80
|
+
},
|
|
43
81
|
{
|
|
44
82
|
description: 'Aaron Network is an innovative platform for secure and private messaging, integrated into the blockchain ecosystem. We also offer a unique address reputation scoring system, ensuring that every user can interact with others confidently.',
|
|
45
83
|
denom_units: [{
|
|
@@ -32895,44 +32933,6 @@ const assets = {
|
|
|
32895
32933
|
}
|
|
32896
32934
|
}]
|
|
32897
32935
|
},
|
|
32898
|
-
{
|
|
32899
|
-
description: 'The native token of Penumbra.',
|
|
32900
|
-
denom_units: [{
|
|
32901
|
-
denom: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
|
|
32902
|
-
exponent: 0,
|
|
32903
|
-
aliases: ['upenumbra']
|
|
32904
|
-
}, {
|
|
32905
|
-
denom: 'penumbra',
|
|
32906
|
-
exponent: 6
|
|
32907
|
-
}],
|
|
32908
|
-
type_asset: 'unknown',
|
|
32909
|
-
base: 'ibc/0FA9232B262B89E77D1335D54FB1E1F506A92A7E4B51524B400DC69C68D28372',
|
|
32910
|
-
display: 'penumbra',
|
|
32911
|
-
symbol: 'UM',
|
|
32912
|
-
name: 'Penumbra',
|
|
32913
|
-
images: [{
|
|
32914
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.png',
|
|
32915
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/penumbra/images/um.svg',
|
|
32916
|
-
theme: {
|
|
32917
|
-
circle: true
|
|
32918
|
-
}
|
|
32919
|
-
}],
|
|
32920
|
-
socials: {
|
|
32921
|
-
website: 'https://penumbra.zone/',
|
|
32922
|
-
twitter: 'https://twitter.com/penumbrazone'
|
|
32923
|
-
},
|
|
32924
|
-
traces: [{
|
|
32925
|
-
type: 'ibc',
|
|
32926
|
-
counterparty: {
|
|
32927
|
-
channel_id: 'channel-4',
|
|
32928
|
-
base_denom: 'upenumbra',
|
|
32929
|
-
chain_name: 'penumbra'
|
|
32930
|
-
},
|
|
32931
|
-
chain: {
|
|
32932
|
-
channel_id: 'channel-79703'
|
|
32933
|
-
}
|
|
32934
|
-
}]
|
|
32935
|
-
},
|
|
32936
32936
|
{
|
|
32937
32937
|
description: 'Liquid staking token from Cube by SatLayer',
|
|
32938
32938
|
denom_units: [{
|