@chain-registry/assets 1.70.99 → 1.70.101
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/axelar.js +192 -0
- package/esm/mainnet/bandchain.js +192 -0
- package/esm/mainnet/chihuahua.js +86 -0
- package/esm/mainnet/cosmoshub.js +192 -0
- package/esm/mainnet/doravota.js +192 -0
- package/esm/mainnet/dydx.js +192 -0
- package/esm/mainnet/dymension.js +78 -0
- package/esm/mainnet/evmos.js +192 -0
- package/esm/mainnet/gravitybridge.js +192 -0
- package/esm/mainnet/kava.js +192 -0
- package/esm/mainnet/kujira.js +192 -0
- package/esm/mainnet/noble.js +192 -0
- package/esm/mainnet/osmosis.js +192 -0
- package/esm/mainnet/secretnetwork.js +192 -0
- package/index.d.ts +1 -1
- package/mainnet/axelar.js +192 -0
- package/mainnet/bandchain.js +192 -0
- package/mainnet/chihuahua.js +86 -0
- package/mainnet/cosmoshub.js +192 -0
- package/mainnet/doravota.js +192 -0
- package/mainnet/dydx.js +192 -0
- package/mainnet/dymension.js +78 -0
- package/mainnet/evmos.js +192 -0
- package/mainnet/gravitybridge.js +192 -0
- package/mainnet/kava.js +192 -0
- package/mainnet/kujira.js +192 -0
- package/mainnet/noble.js +192 -0
- package/mainnet/osmosis.js +192 -0
- package/mainnet/secretnetwork.js +192 -0
- package/package.json +5 -5
package/mainnet/doravota.js
CHANGED
|
@@ -181,6 +181,102 @@ const assets = {
|
|
|
181
181
|
}
|
|
182
182
|
}]
|
|
183
183
|
},
|
|
184
|
+
{
|
|
185
|
+
description: 'SARA is the utility native token of the Pulsara ecosystem. The burn or mint of the $SARA token will be decided by the community through proposals and voting.',
|
|
186
|
+
denom_units: [{
|
|
187
|
+
denom: 'ibc/41F2C370251AFE552AAE961CDB02DA714FFD57410A414E6B1ACDE84F97604AA7',
|
|
188
|
+
exponent: 0,
|
|
189
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
190
|
+
}, {
|
|
191
|
+
denom: 'sara',
|
|
192
|
+
exponent: 6
|
|
193
|
+
}],
|
|
194
|
+
base: 'ibc/41F2C370251AFE552AAE961CDB02DA714FFD57410A414E6B1ACDE84F97604AA7',
|
|
195
|
+
name: 'Sara',
|
|
196
|
+
display: 'sara',
|
|
197
|
+
symbol: 'SARA',
|
|
198
|
+
logo_URIs: {
|
|
199
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
200
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
201
|
+
},
|
|
202
|
+
coingecko_id: 'pulsara',
|
|
203
|
+
keywords: [
|
|
204
|
+
'dex',
|
|
205
|
+
'staking',
|
|
206
|
+
'assets'
|
|
207
|
+
],
|
|
208
|
+
images: [{
|
|
209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
210
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
211
|
+
theme: {
|
|
212
|
+
primary_color_hex: '#0517b1'
|
|
213
|
+
}
|
|
214
|
+
}],
|
|
215
|
+
socials: {
|
|
216
|
+
website: 'https://www.pulsara.io',
|
|
217
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
218
|
+
},
|
|
219
|
+
type_asset: 'sdk.coin',
|
|
220
|
+
traces: [{
|
|
221
|
+
type: 'ibc',
|
|
222
|
+
counterparty: {
|
|
223
|
+
channel_id: 'channel-10',
|
|
224
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
225
|
+
chain_name: 'coreum'
|
|
226
|
+
},
|
|
227
|
+
chain: {
|
|
228
|
+
channel_id: 'channel-2'
|
|
229
|
+
}
|
|
230
|
+
}]
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
234
|
+
denom_units: [{
|
|
235
|
+
denom: 'ibc/4387F0DAA45FDB4ED32163588EFF77FC239C32A8A02D67D262140906EA21A492',
|
|
236
|
+
exponent: 0,
|
|
237
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
238
|
+
}, {
|
|
239
|
+
denom: 'licore',
|
|
240
|
+
exponent: 6
|
|
241
|
+
}],
|
|
242
|
+
base: 'ibc/4387F0DAA45FDB4ED32163588EFF77FC239C32A8A02D67D262140906EA21A492',
|
|
243
|
+
name: 'liCORE',
|
|
244
|
+
display: 'licore',
|
|
245
|
+
symbol: 'LICORE',
|
|
246
|
+
logo_URIs: {
|
|
247
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
248
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
249
|
+
},
|
|
250
|
+
coingecko_id: 'licore',
|
|
251
|
+
keywords: [
|
|
252
|
+
'dex',
|
|
253
|
+
'staking',
|
|
254
|
+
'assets'
|
|
255
|
+
],
|
|
256
|
+
images: [{
|
|
257
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
258
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
259
|
+
theme: {
|
|
260
|
+
primary_color_hex: '#ea00c5'
|
|
261
|
+
}
|
|
262
|
+
}],
|
|
263
|
+
socials: {
|
|
264
|
+
website: 'https://www.pulsara.io',
|
|
265
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
266
|
+
},
|
|
267
|
+
type_asset: 'sdk.coin',
|
|
268
|
+
traces: [{
|
|
269
|
+
type: 'ibc',
|
|
270
|
+
counterparty: {
|
|
271
|
+
channel_id: 'channel-10',
|
|
272
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
273
|
+
chain_name: 'coreum'
|
|
274
|
+
},
|
|
275
|
+
chain: {
|
|
276
|
+
channel_id: 'channel-2'
|
|
277
|
+
}
|
|
278
|
+
}]
|
|
279
|
+
},
|
|
184
280
|
{
|
|
185
281
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
186
282
|
denom_units: [{
|
|
@@ -402,6 +498,102 @@ const assets = {
|
|
|
402
498
|
}
|
|
403
499
|
}]
|
|
404
500
|
},
|
|
501
|
+
{
|
|
502
|
+
description: 'SARA is the utility native token of the Pulsara ecosystem. The burn or mint of the $SARA token will be decided by the community through proposals and voting.',
|
|
503
|
+
denom_units: [{
|
|
504
|
+
denom: 'ibc/41F2C370251AFE552AAE961CDB02DA714FFD57410A414E6B1ACDE84F97604AA7',
|
|
505
|
+
exponent: 0,
|
|
506
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
507
|
+
}, {
|
|
508
|
+
denom: 'sara',
|
|
509
|
+
exponent: 6
|
|
510
|
+
}],
|
|
511
|
+
base: 'ibc/41F2C370251AFE552AAE961CDB02DA714FFD57410A414E6B1ACDE84F97604AA7',
|
|
512
|
+
name: 'Sara',
|
|
513
|
+
display: 'sara',
|
|
514
|
+
symbol: 'SARA',
|
|
515
|
+
logo_URIs: {
|
|
516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
518
|
+
},
|
|
519
|
+
coingecko_id: 'pulsara',
|
|
520
|
+
keywords: [
|
|
521
|
+
'dex',
|
|
522
|
+
'staking',
|
|
523
|
+
'assets'
|
|
524
|
+
],
|
|
525
|
+
images: [{
|
|
526
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
527
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
528
|
+
theme: {
|
|
529
|
+
primary_color_hex: '#0517b1'
|
|
530
|
+
}
|
|
531
|
+
}],
|
|
532
|
+
socials: {
|
|
533
|
+
website: 'https://www.pulsara.io',
|
|
534
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
535
|
+
},
|
|
536
|
+
type_asset: 'sdk.coin',
|
|
537
|
+
traces: [{
|
|
538
|
+
type: 'ibc',
|
|
539
|
+
counterparty: {
|
|
540
|
+
channel_id: 'channel-10',
|
|
541
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
542
|
+
chain_name: 'coreum'
|
|
543
|
+
},
|
|
544
|
+
chain: {
|
|
545
|
+
channel_id: 'channel-2'
|
|
546
|
+
}
|
|
547
|
+
}]
|
|
548
|
+
},
|
|
549
|
+
{
|
|
550
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
551
|
+
denom_units: [{
|
|
552
|
+
denom: 'ibc/4387F0DAA45FDB4ED32163588EFF77FC239C32A8A02D67D262140906EA21A492',
|
|
553
|
+
exponent: 0,
|
|
554
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
555
|
+
}, {
|
|
556
|
+
denom: 'licore',
|
|
557
|
+
exponent: 6
|
|
558
|
+
}],
|
|
559
|
+
base: 'ibc/4387F0DAA45FDB4ED32163588EFF77FC239C32A8A02D67D262140906EA21A492',
|
|
560
|
+
name: 'liCORE',
|
|
561
|
+
display: 'licore',
|
|
562
|
+
symbol: 'LICORE',
|
|
563
|
+
logo_URIs: {
|
|
564
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
565
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
566
|
+
},
|
|
567
|
+
coingecko_id: 'licore',
|
|
568
|
+
keywords: [
|
|
569
|
+
'dex',
|
|
570
|
+
'staking',
|
|
571
|
+
'assets'
|
|
572
|
+
],
|
|
573
|
+
images: [{
|
|
574
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
575
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
576
|
+
theme: {
|
|
577
|
+
primary_color_hex: '#ea00c5'
|
|
578
|
+
}
|
|
579
|
+
}],
|
|
580
|
+
socials: {
|
|
581
|
+
website: 'https://www.pulsara.io',
|
|
582
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
583
|
+
},
|
|
584
|
+
type_asset: 'sdk.coin',
|
|
585
|
+
traces: [{
|
|
586
|
+
type: 'ibc',
|
|
587
|
+
counterparty: {
|
|
588
|
+
channel_id: 'channel-10',
|
|
589
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
590
|
+
chain_name: 'coreum'
|
|
591
|
+
},
|
|
592
|
+
chain: {
|
|
593
|
+
channel_id: 'channel-2'
|
|
594
|
+
}
|
|
595
|
+
}]
|
|
596
|
+
},
|
|
405
597
|
{
|
|
406
598
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
407
599
|
denom_units: [{
|
package/mainnet/dydx.js
CHANGED
|
@@ -54,6 +54,102 @@ const assets = {
|
|
|
54
54
|
}
|
|
55
55
|
}]
|
|
56
56
|
},
|
|
57
|
+
{
|
|
58
|
+
description: 'SARA is the utility native token of the Pulsara ecosystem. The burn or mint of the $SARA token will be decided by the community through proposals and voting.',
|
|
59
|
+
denom_units: [{
|
|
60
|
+
denom: 'ibc/7F101172551665AB6A26FAD42261D4EB1CDEDEFAD97D9170A3A5DBA63CCDE03A',
|
|
61
|
+
exponent: 0,
|
|
62
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
63
|
+
}, {
|
|
64
|
+
denom: 'sara',
|
|
65
|
+
exponent: 6
|
|
66
|
+
}],
|
|
67
|
+
base: 'ibc/7F101172551665AB6A26FAD42261D4EB1CDEDEFAD97D9170A3A5DBA63CCDE03A',
|
|
68
|
+
name: 'Sara',
|
|
69
|
+
display: 'sara',
|
|
70
|
+
symbol: 'SARA',
|
|
71
|
+
logo_URIs: {
|
|
72
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
73
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
74
|
+
},
|
|
75
|
+
coingecko_id: 'pulsara',
|
|
76
|
+
keywords: [
|
|
77
|
+
'dex',
|
|
78
|
+
'staking',
|
|
79
|
+
'assets'
|
|
80
|
+
],
|
|
81
|
+
images: [{
|
|
82
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
83
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
84
|
+
theme: {
|
|
85
|
+
primary_color_hex: '#0517b1'
|
|
86
|
+
}
|
|
87
|
+
}],
|
|
88
|
+
socials: {
|
|
89
|
+
website: 'https://www.pulsara.io',
|
|
90
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
91
|
+
},
|
|
92
|
+
type_asset: 'sdk.coin',
|
|
93
|
+
traces: [{
|
|
94
|
+
type: 'ibc',
|
|
95
|
+
counterparty: {
|
|
96
|
+
channel_id: 'channel-24',
|
|
97
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
98
|
+
chain_name: 'coreum'
|
|
99
|
+
},
|
|
100
|
+
chain: {
|
|
101
|
+
channel_id: 'channel-14'
|
|
102
|
+
}
|
|
103
|
+
}]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
107
|
+
denom_units: [{
|
|
108
|
+
denom: 'ibc/AF2B162982AD83AB0B9C6C373FEE12536FE77DA95DCBCA5095870246414B074B',
|
|
109
|
+
exponent: 0,
|
|
110
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
111
|
+
}, {
|
|
112
|
+
denom: 'licore',
|
|
113
|
+
exponent: 6
|
|
114
|
+
}],
|
|
115
|
+
base: 'ibc/AF2B162982AD83AB0B9C6C373FEE12536FE77DA95DCBCA5095870246414B074B',
|
|
116
|
+
name: 'liCORE',
|
|
117
|
+
display: 'licore',
|
|
118
|
+
symbol: 'LICORE',
|
|
119
|
+
logo_URIs: {
|
|
120
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
121
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
122
|
+
},
|
|
123
|
+
coingecko_id: 'licore',
|
|
124
|
+
keywords: [
|
|
125
|
+
'dex',
|
|
126
|
+
'staking',
|
|
127
|
+
'assets'
|
|
128
|
+
],
|
|
129
|
+
images: [{
|
|
130
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
131
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
132
|
+
theme: {
|
|
133
|
+
primary_color_hex: '#ea00c5'
|
|
134
|
+
}
|
|
135
|
+
}],
|
|
136
|
+
socials: {
|
|
137
|
+
website: 'https://www.pulsara.io',
|
|
138
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
139
|
+
},
|
|
140
|
+
type_asset: 'sdk.coin',
|
|
141
|
+
traces: [{
|
|
142
|
+
type: 'ibc',
|
|
143
|
+
counterparty: {
|
|
144
|
+
channel_id: 'channel-24',
|
|
145
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
146
|
+
chain_name: 'coreum'
|
|
147
|
+
},
|
|
148
|
+
chain: {
|
|
149
|
+
channel_id: 'channel-14'
|
|
150
|
+
}
|
|
151
|
+
}]
|
|
152
|
+
},
|
|
57
153
|
{
|
|
58
154
|
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
|
|
59
155
|
denom_units: [{
|
|
@@ -143,6 +239,102 @@ const assets = {
|
|
|
143
239
|
}
|
|
144
240
|
}]
|
|
145
241
|
},
|
|
242
|
+
{
|
|
243
|
+
description: 'SARA is the utility native token of the Pulsara ecosystem. The burn or mint of the $SARA token will be decided by the community through proposals and voting.',
|
|
244
|
+
denom_units: [{
|
|
245
|
+
denom: 'ibc/7F101172551665AB6A26FAD42261D4EB1CDEDEFAD97D9170A3A5DBA63CCDE03A',
|
|
246
|
+
exponent: 0,
|
|
247
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
248
|
+
}, {
|
|
249
|
+
denom: 'sara',
|
|
250
|
+
exponent: 6
|
|
251
|
+
}],
|
|
252
|
+
base: 'ibc/7F101172551665AB6A26FAD42261D4EB1CDEDEFAD97D9170A3A5DBA63CCDE03A',
|
|
253
|
+
name: 'Sara',
|
|
254
|
+
display: 'sara',
|
|
255
|
+
symbol: 'SARA',
|
|
256
|
+
logo_URIs: {
|
|
257
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
258
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
259
|
+
},
|
|
260
|
+
coingecko_id: 'pulsara',
|
|
261
|
+
keywords: [
|
|
262
|
+
'dex',
|
|
263
|
+
'staking',
|
|
264
|
+
'assets'
|
|
265
|
+
],
|
|
266
|
+
images: [{
|
|
267
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
268
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
269
|
+
theme: {
|
|
270
|
+
primary_color_hex: '#0517b1'
|
|
271
|
+
}
|
|
272
|
+
}],
|
|
273
|
+
socials: {
|
|
274
|
+
website: 'https://www.pulsara.io',
|
|
275
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
276
|
+
},
|
|
277
|
+
type_asset: 'sdk.coin',
|
|
278
|
+
traces: [{
|
|
279
|
+
type: 'ibc',
|
|
280
|
+
counterparty: {
|
|
281
|
+
channel_id: 'channel-24',
|
|
282
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
283
|
+
chain_name: 'coreum'
|
|
284
|
+
},
|
|
285
|
+
chain: {
|
|
286
|
+
channel_id: 'channel-14'
|
|
287
|
+
}
|
|
288
|
+
}]
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
292
|
+
denom_units: [{
|
|
293
|
+
denom: 'ibc/AF2B162982AD83AB0B9C6C373FEE12536FE77DA95DCBCA5095870246414B074B',
|
|
294
|
+
exponent: 0,
|
|
295
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
296
|
+
}, {
|
|
297
|
+
denom: 'licore',
|
|
298
|
+
exponent: 6
|
|
299
|
+
}],
|
|
300
|
+
base: 'ibc/AF2B162982AD83AB0B9C6C373FEE12536FE77DA95DCBCA5095870246414B074B',
|
|
301
|
+
name: 'liCORE',
|
|
302
|
+
display: 'licore',
|
|
303
|
+
symbol: 'LICORE',
|
|
304
|
+
logo_URIs: {
|
|
305
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
306
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
307
|
+
},
|
|
308
|
+
coingecko_id: 'licore',
|
|
309
|
+
keywords: [
|
|
310
|
+
'dex',
|
|
311
|
+
'staking',
|
|
312
|
+
'assets'
|
|
313
|
+
],
|
|
314
|
+
images: [{
|
|
315
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
316
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
317
|
+
theme: {
|
|
318
|
+
primary_color_hex: '#ea00c5'
|
|
319
|
+
}
|
|
320
|
+
}],
|
|
321
|
+
socials: {
|
|
322
|
+
website: 'https://www.pulsara.io',
|
|
323
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
324
|
+
},
|
|
325
|
+
type_asset: 'sdk.coin',
|
|
326
|
+
traces: [{
|
|
327
|
+
type: 'ibc',
|
|
328
|
+
counterparty: {
|
|
329
|
+
channel_id: 'channel-24',
|
|
330
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
331
|
+
chain_name: 'coreum'
|
|
332
|
+
},
|
|
333
|
+
chain: {
|
|
334
|
+
channel_id: 'channel-14'
|
|
335
|
+
}
|
|
336
|
+
}]
|
|
337
|
+
},
|
|
146
338
|
{
|
|
147
339
|
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
|
|
148
340
|
denom_units: [{
|
package/mainnet/dymension.js
CHANGED
|
@@ -173,6 +173,45 @@ const assets = {
|
|
|
173
173
|
}
|
|
174
174
|
}]
|
|
175
175
|
},
|
|
176
|
+
{
|
|
177
|
+
description: 'Chihuahua is a community-driven blockchain project focused on creating a fun and engaging ecosystem with an emphasis on social interactions and community building.',
|
|
178
|
+
denom_units: [{
|
|
179
|
+
denom: 'ibc/7B1E1EFA6808065DA759354B6F21433156F4BF5DF2CF96DCBBC91738683748AF',
|
|
180
|
+
exponent: 0,
|
|
181
|
+
aliases: ['uhuahua']
|
|
182
|
+
}, {
|
|
183
|
+
denom: 'huahua',
|
|
184
|
+
exponent: 6
|
|
185
|
+
}],
|
|
186
|
+
base: 'ibc/7B1E1EFA6808065DA759354B6F21433156F4BF5DF2CF96DCBBC91738683748AF',
|
|
187
|
+
name: 'Chihuahua',
|
|
188
|
+
display: 'huahua',
|
|
189
|
+
symbol: 'HUAHUA',
|
|
190
|
+
logo_URIs: {
|
|
191
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
|
|
192
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
|
|
193
|
+
},
|
|
194
|
+
coingecko_id: 'chihuahua-token',
|
|
195
|
+
images: [{
|
|
196
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
|
|
197
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg',
|
|
198
|
+
theme: {
|
|
199
|
+
primary_color_hex: '#343434'
|
|
200
|
+
}
|
|
201
|
+
}],
|
|
202
|
+
type_asset: 'sdk.coin',
|
|
203
|
+
traces: [{
|
|
204
|
+
type: 'ibc',
|
|
205
|
+
counterparty: {
|
|
206
|
+
channel_id: 'channel-208',
|
|
207
|
+
base_denom: 'uhuahua',
|
|
208
|
+
chain_name: 'chihuahua'
|
|
209
|
+
},
|
|
210
|
+
chain: {
|
|
211
|
+
channel_id: 'channel-58'
|
|
212
|
+
}
|
|
213
|
+
}]
|
|
214
|
+
},
|
|
176
215
|
{
|
|
177
216
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
178
217
|
denom_units: [{
|
|
@@ -386,6 +425,45 @@ const assets = {
|
|
|
386
425
|
}
|
|
387
426
|
}]
|
|
388
427
|
},
|
|
428
|
+
{
|
|
429
|
+
description: 'Chihuahua is a community-driven blockchain project focused on creating a fun and engaging ecosystem with an emphasis on social interactions and community building.',
|
|
430
|
+
denom_units: [{
|
|
431
|
+
denom: 'ibc/7B1E1EFA6808065DA759354B6F21433156F4BF5DF2CF96DCBBC91738683748AF',
|
|
432
|
+
exponent: 0,
|
|
433
|
+
aliases: ['uhuahua']
|
|
434
|
+
}, {
|
|
435
|
+
denom: 'huahua',
|
|
436
|
+
exponent: 6
|
|
437
|
+
}],
|
|
438
|
+
base: 'ibc/7B1E1EFA6808065DA759354B6F21433156F4BF5DF2CF96DCBBC91738683748AF',
|
|
439
|
+
name: 'Chihuahua',
|
|
440
|
+
display: 'huahua',
|
|
441
|
+
symbol: 'HUAHUA',
|
|
442
|
+
logo_URIs: {
|
|
443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
|
|
444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg'
|
|
445
|
+
},
|
|
446
|
+
coingecko_id: 'chihuahua-token',
|
|
447
|
+
images: [{
|
|
448
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png',
|
|
449
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.svg',
|
|
450
|
+
theme: {
|
|
451
|
+
primary_color_hex: '#343434'
|
|
452
|
+
}
|
|
453
|
+
}],
|
|
454
|
+
type_asset: 'sdk.coin',
|
|
455
|
+
traces: [{
|
|
456
|
+
type: 'ibc',
|
|
457
|
+
counterparty: {
|
|
458
|
+
channel_id: 'channel-208',
|
|
459
|
+
base_denom: 'uhuahua',
|
|
460
|
+
chain_name: 'chihuahua'
|
|
461
|
+
},
|
|
462
|
+
chain: {
|
|
463
|
+
channel_id: 'channel-58'
|
|
464
|
+
}
|
|
465
|
+
}]
|
|
466
|
+
},
|
|
389
467
|
{
|
|
390
468
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
391
469
|
denom_units: [{
|