@chain-registry/assets 1.70.100 → 1.70.102
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/cosmoshub.js +192 -0
- package/esm/mainnet/doravota.js +192 -0
- package/esm/mainnet/dydx.js +192 -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/cosmoshub.js +192 -0
- package/mainnet/doravota.js +192 -0
- package/mainnet/dydx.js +192 -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/esm/mainnet/doravota.js
CHANGED
|
@@ -179,6 +179,102 @@ const assets = {
|
|
|
179
179
|
}
|
|
180
180
|
}]
|
|
181
181
|
},
|
|
182
|
+
{
|
|
183
|
+
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.',
|
|
184
|
+
denom_units: [{
|
|
185
|
+
denom: 'ibc/41F2C370251AFE552AAE961CDB02DA714FFD57410A414E6B1ACDE84F97604AA7',
|
|
186
|
+
exponent: 0,
|
|
187
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
188
|
+
}, {
|
|
189
|
+
denom: 'sara',
|
|
190
|
+
exponent: 6
|
|
191
|
+
}],
|
|
192
|
+
base: 'ibc/41F2C370251AFE552AAE961CDB02DA714FFD57410A414E6B1ACDE84F97604AA7',
|
|
193
|
+
name: 'Sara',
|
|
194
|
+
display: 'sara',
|
|
195
|
+
symbol: 'SARA',
|
|
196
|
+
logo_URIs: {
|
|
197
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
198
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
199
|
+
},
|
|
200
|
+
coingecko_id: 'pulsara',
|
|
201
|
+
keywords: [
|
|
202
|
+
'dex',
|
|
203
|
+
'staking',
|
|
204
|
+
'assets'
|
|
205
|
+
],
|
|
206
|
+
images: [{
|
|
207
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
208
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
209
|
+
theme: {
|
|
210
|
+
primary_color_hex: '#0517b1'
|
|
211
|
+
}
|
|
212
|
+
}],
|
|
213
|
+
socials: {
|
|
214
|
+
website: 'https://www.pulsara.io',
|
|
215
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
216
|
+
},
|
|
217
|
+
type_asset: 'sdk.coin',
|
|
218
|
+
traces: [{
|
|
219
|
+
type: 'ibc',
|
|
220
|
+
counterparty: {
|
|
221
|
+
channel_id: 'channel-10',
|
|
222
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
223
|
+
chain_name: 'coreum'
|
|
224
|
+
},
|
|
225
|
+
chain: {
|
|
226
|
+
channel_id: 'channel-2'
|
|
227
|
+
}
|
|
228
|
+
}]
|
|
229
|
+
},
|
|
230
|
+
{
|
|
231
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
232
|
+
denom_units: [{
|
|
233
|
+
denom: 'ibc/4387F0DAA45FDB4ED32163588EFF77FC239C32A8A02D67D262140906EA21A492',
|
|
234
|
+
exponent: 0,
|
|
235
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
236
|
+
}, {
|
|
237
|
+
denom: 'licore',
|
|
238
|
+
exponent: 6
|
|
239
|
+
}],
|
|
240
|
+
base: 'ibc/4387F0DAA45FDB4ED32163588EFF77FC239C32A8A02D67D262140906EA21A492',
|
|
241
|
+
name: 'liCORE',
|
|
242
|
+
display: 'licore',
|
|
243
|
+
symbol: 'LICORE',
|
|
244
|
+
logo_URIs: {
|
|
245
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
246
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
247
|
+
},
|
|
248
|
+
coingecko_id: 'licore',
|
|
249
|
+
keywords: [
|
|
250
|
+
'dex',
|
|
251
|
+
'staking',
|
|
252
|
+
'assets'
|
|
253
|
+
],
|
|
254
|
+
images: [{
|
|
255
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
256
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
257
|
+
theme: {
|
|
258
|
+
primary_color_hex: '#ea00c5'
|
|
259
|
+
}
|
|
260
|
+
}],
|
|
261
|
+
socials: {
|
|
262
|
+
website: 'https://www.pulsara.io',
|
|
263
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
264
|
+
},
|
|
265
|
+
type_asset: 'sdk.coin',
|
|
266
|
+
traces: [{
|
|
267
|
+
type: 'ibc',
|
|
268
|
+
counterparty: {
|
|
269
|
+
channel_id: 'channel-10',
|
|
270
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
271
|
+
chain_name: 'coreum'
|
|
272
|
+
},
|
|
273
|
+
chain: {
|
|
274
|
+
channel_id: 'channel-2'
|
|
275
|
+
}
|
|
276
|
+
}]
|
|
277
|
+
},
|
|
182
278
|
{
|
|
183
279
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
184
280
|
denom_units: [{
|
|
@@ -400,6 +496,102 @@ const assets = {
|
|
|
400
496
|
}
|
|
401
497
|
}]
|
|
402
498
|
},
|
|
499
|
+
{
|
|
500
|
+
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.',
|
|
501
|
+
denom_units: [{
|
|
502
|
+
denom: 'ibc/41F2C370251AFE552AAE961CDB02DA714FFD57410A414E6B1ACDE84F97604AA7',
|
|
503
|
+
exponent: 0,
|
|
504
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
505
|
+
}, {
|
|
506
|
+
denom: 'sara',
|
|
507
|
+
exponent: 6
|
|
508
|
+
}],
|
|
509
|
+
base: 'ibc/41F2C370251AFE552AAE961CDB02DA714FFD57410A414E6B1ACDE84F97604AA7',
|
|
510
|
+
name: 'Sara',
|
|
511
|
+
display: 'sara',
|
|
512
|
+
symbol: 'SARA',
|
|
513
|
+
logo_URIs: {
|
|
514
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
515
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
516
|
+
},
|
|
517
|
+
coingecko_id: 'pulsara',
|
|
518
|
+
keywords: [
|
|
519
|
+
'dex',
|
|
520
|
+
'staking',
|
|
521
|
+
'assets'
|
|
522
|
+
],
|
|
523
|
+
images: [{
|
|
524
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
525
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
526
|
+
theme: {
|
|
527
|
+
primary_color_hex: '#0517b1'
|
|
528
|
+
}
|
|
529
|
+
}],
|
|
530
|
+
socials: {
|
|
531
|
+
website: 'https://www.pulsara.io',
|
|
532
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
533
|
+
},
|
|
534
|
+
type_asset: 'sdk.coin',
|
|
535
|
+
traces: [{
|
|
536
|
+
type: 'ibc',
|
|
537
|
+
counterparty: {
|
|
538
|
+
channel_id: 'channel-10',
|
|
539
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
540
|
+
chain_name: 'coreum'
|
|
541
|
+
},
|
|
542
|
+
chain: {
|
|
543
|
+
channel_id: 'channel-2'
|
|
544
|
+
}
|
|
545
|
+
}]
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
549
|
+
denom_units: [{
|
|
550
|
+
denom: 'ibc/4387F0DAA45FDB4ED32163588EFF77FC239C32A8A02D67D262140906EA21A492',
|
|
551
|
+
exponent: 0,
|
|
552
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
553
|
+
}, {
|
|
554
|
+
denom: 'licore',
|
|
555
|
+
exponent: 6
|
|
556
|
+
}],
|
|
557
|
+
base: 'ibc/4387F0DAA45FDB4ED32163588EFF77FC239C32A8A02D67D262140906EA21A492',
|
|
558
|
+
name: 'liCORE',
|
|
559
|
+
display: 'licore',
|
|
560
|
+
symbol: 'LICORE',
|
|
561
|
+
logo_URIs: {
|
|
562
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
563
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
564
|
+
},
|
|
565
|
+
coingecko_id: 'licore',
|
|
566
|
+
keywords: [
|
|
567
|
+
'dex',
|
|
568
|
+
'staking',
|
|
569
|
+
'assets'
|
|
570
|
+
],
|
|
571
|
+
images: [{
|
|
572
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
573
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
574
|
+
theme: {
|
|
575
|
+
primary_color_hex: '#ea00c5'
|
|
576
|
+
}
|
|
577
|
+
}],
|
|
578
|
+
socials: {
|
|
579
|
+
website: 'https://www.pulsara.io',
|
|
580
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
581
|
+
},
|
|
582
|
+
type_asset: 'sdk.coin',
|
|
583
|
+
traces: [{
|
|
584
|
+
type: 'ibc',
|
|
585
|
+
counterparty: {
|
|
586
|
+
channel_id: 'channel-10',
|
|
587
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
588
|
+
chain_name: 'coreum'
|
|
589
|
+
},
|
|
590
|
+
chain: {
|
|
591
|
+
channel_id: 'channel-2'
|
|
592
|
+
}
|
|
593
|
+
}]
|
|
594
|
+
},
|
|
403
595
|
{
|
|
404
596
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
405
597
|
denom_units: [{
|
package/esm/mainnet/dydx.js
CHANGED
|
@@ -52,6 +52,102 @@ const assets = {
|
|
|
52
52
|
}
|
|
53
53
|
}]
|
|
54
54
|
},
|
|
55
|
+
{
|
|
56
|
+
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.',
|
|
57
|
+
denom_units: [{
|
|
58
|
+
denom: 'ibc/7F101172551665AB6A26FAD42261D4EB1CDEDEFAD97D9170A3A5DBA63CCDE03A',
|
|
59
|
+
exponent: 0,
|
|
60
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
61
|
+
}, {
|
|
62
|
+
denom: 'sara',
|
|
63
|
+
exponent: 6
|
|
64
|
+
}],
|
|
65
|
+
base: 'ibc/7F101172551665AB6A26FAD42261D4EB1CDEDEFAD97D9170A3A5DBA63CCDE03A',
|
|
66
|
+
name: 'Sara',
|
|
67
|
+
display: 'sara',
|
|
68
|
+
symbol: 'SARA',
|
|
69
|
+
logo_URIs: {
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
72
|
+
},
|
|
73
|
+
coingecko_id: 'pulsara',
|
|
74
|
+
keywords: [
|
|
75
|
+
'dex',
|
|
76
|
+
'staking',
|
|
77
|
+
'assets'
|
|
78
|
+
],
|
|
79
|
+
images: [{
|
|
80
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
81
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
82
|
+
theme: {
|
|
83
|
+
primary_color_hex: '#0517b1'
|
|
84
|
+
}
|
|
85
|
+
}],
|
|
86
|
+
socials: {
|
|
87
|
+
website: 'https://www.pulsara.io',
|
|
88
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
89
|
+
},
|
|
90
|
+
type_asset: 'sdk.coin',
|
|
91
|
+
traces: [{
|
|
92
|
+
type: 'ibc',
|
|
93
|
+
counterparty: {
|
|
94
|
+
channel_id: 'channel-24',
|
|
95
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
96
|
+
chain_name: 'coreum'
|
|
97
|
+
},
|
|
98
|
+
chain: {
|
|
99
|
+
channel_id: 'channel-14'
|
|
100
|
+
}
|
|
101
|
+
}]
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
105
|
+
denom_units: [{
|
|
106
|
+
denom: 'ibc/AF2B162982AD83AB0B9C6C373FEE12536FE77DA95DCBCA5095870246414B074B',
|
|
107
|
+
exponent: 0,
|
|
108
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
109
|
+
}, {
|
|
110
|
+
denom: 'licore',
|
|
111
|
+
exponent: 6
|
|
112
|
+
}],
|
|
113
|
+
base: 'ibc/AF2B162982AD83AB0B9C6C373FEE12536FE77DA95DCBCA5095870246414B074B',
|
|
114
|
+
name: 'liCORE',
|
|
115
|
+
display: 'licore',
|
|
116
|
+
symbol: 'LICORE',
|
|
117
|
+
logo_URIs: {
|
|
118
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
119
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
120
|
+
},
|
|
121
|
+
coingecko_id: 'licore',
|
|
122
|
+
keywords: [
|
|
123
|
+
'dex',
|
|
124
|
+
'staking',
|
|
125
|
+
'assets'
|
|
126
|
+
],
|
|
127
|
+
images: [{
|
|
128
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
129
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
130
|
+
theme: {
|
|
131
|
+
primary_color_hex: '#ea00c5'
|
|
132
|
+
}
|
|
133
|
+
}],
|
|
134
|
+
socials: {
|
|
135
|
+
website: 'https://www.pulsara.io',
|
|
136
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
137
|
+
},
|
|
138
|
+
type_asset: 'sdk.coin',
|
|
139
|
+
traces: [{
|
|
140
|
+
type: 'ibc',
|
|
141
|
+
counterparty: {
|
|
142
|
+
channel_id: 'channel-24',
|
|
143
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
144
|
+
chain_name: 'coreum'
|
|
145
|
+
},
|
|
146
|
+
chain: {
|
|
147
|
+
channel_id: 'channel-14'
|
|
148
|
+
}
|
|
149
|
+
}]
|
|
150
|
+
},
|
|
55
151
|
{
|
|
56
152
|
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
|
|
57
153
|
denom_units: [{
|
|
@@ -141,6 +237,102 @@ const assets = {
|
|
|
141
237
|
}
|
|
142
238
|
}]
|
|
143
239
|
},
|
|
240
|
+
{
|
|
241
|
+
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.',
|
|
242
|
+
denom_units: [{
|
|
243
|
+
denom: 'ibc/7F101172551665AB6A26FAD42261D4EB1CDEDEFAD97D9170A3A5DBA63CCDE03A',
|
|
244
|
+
exponent: 0,
|
|
245
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
246
|
+
}, {
|
|
247
|
+
denom: 'sara',
|
|
248
|
+
exponent: 6
|
|
249
|
+
}],
|
|
250
|
+
base: 'ibc/7F101172551665AB6A26FAD42261D4EB1CDEDEFAD97D9170A3A5DBA63CCDE03A',
|
|
251
|
+
name: 'Sara',
|
|
252
|
+
display: 'sara',
|
|
253
|
+
symbol: 'SARA',
|
|
254
|
+
logo_URIs: {
|
|
255
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
256
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
257
|
+
},
|
|
258
|
+
coingecko_id: 'pulsara',
|
|
259
|
+
keywords: [
|
|
260
|
+
'dex',
|
|
261
|
+
'staking',
|
|
262
|
+
'assets'
|
|
263
|
+
],
|
|
264
|
+
images: [{
|
|
265
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
266
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
267
|
+
theme: {
|
|
268
|
+
primary_color_hex: '#0517b1'
|
|
269
|
+
}
|
|
270
|
+
}],
|
|
271
|
+
socials: {
|
|
272
|
+
website: 'https://www.pulsara.io',
|
|
273
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
274
|
+
},
|
|
275
|
+
type_asset: 'sdk.coin',
|
|
276
|
+
traces: [{
|
|
277
|
+
type: 'ibc',
|
|
278
|
+
counterparty: {
|
|
279
|
+
channel_id: 'channel-24',
|
|
280
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
281
|
+
chain_name: 'coreum'
|
|
282
|
+
},
|
|
283
|
+
chain: {
|
|
284
|
+
channel_id: 'channel-14'
|
|
285
|
+
}
|
|
286
|
+
}]
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
290
|
+
denom_units: [{
|
|
291
|
+
denom: 'ibc/AF2B162982AD83AB0B9C6C373FEE12536FE77DA95DCBCA5095870246414B074B',
|
|
292
|
+
exponent: 0,
|
|
293
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
294
|
+
}, {
|
|
295
|
+
denom: 'licore',
|
|
296
|
+
exponent: 6
|
|
297
|
+
}],
|
|
298
|
+
base: 'ibc/AF2B162982AD83AB0B9C6C373FEE12536FE77DA95DCBCA5095870246414B074B',
|
|
299
|
+
name: 'liCORE',
|
|
300
|
+
display: 'licore',
|
|
301
|
+
symbol: 'LICORE',
|
|
302
|
+
logo_URIs: {
|
|
303
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
304
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
305
|
+
},
|
|
306
|
+
coingecko_id: 'licore',
|
|
307
|
+
keywords: [
|
|
308
|
+
'dex',
|
|
309
|
+
'staking',
|
|
310
|
+
'assets'
|
|
311
|
+
],
|
|
312
|
+
images: [{
|
|
313
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
314
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
315
|
+
theme: {
|
|
316
|
+
primary_color_hex: '#ea00c5'
|
|
317
|
+
}
|
|
318
|
+
}],
|
|
319
|
+
socials: {
|
|
320
|
+
website: 'https://www.pulsara.io',
|
|
321
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
322
|
+
},
|
|
323
|
+
type_asset: 'sdk.coin',
|
|
324
|
+
traces: [{
|
|
325
|
+
type: 'ibc',
|
|
326
|
+
counterparty: {
|
|
327
|
+
channel_id: 'channel-24',
|
|
328
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
329
|
+
chain_name: 'coreum'
|
|
330
|
+
},
|
|
331
|
+
chain: {
|
|
332
|
+
channel_id: 'channel-14'
|
|
333
|
+
}
|
|
334
|
+
}]
|
|
335
|
+
},
|
|
144
336
|
{
|
|
145
337
|
description: 'The native staking and governance token of the Theta testnet version of the Dora Vota.',
|
|
146
338
|
denom_units: [{
|
package/esm/mainnet/evmos.js
CHANGED
|
@@ -462,6 +462,102 @@ const assets = {
|
|
|
462
462
|
}
|
|
463
463
|
}]
|
|
464
464
|
},
|
|
465
|
+
{
|
|
466
|
+
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.',
|
|
467
|
+
denom_units: [{
|
|
468
|
+
denom: 'ibc/91710C035F768866E5FE56086FD34A2BF09675AF920B88A8C483412EC3896E32',
|
|
469
|
+
exponent: 0,
|
|
470
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
471
|
+
}, {
|
|
472
|
+
denom: 'sara',
|
|
473
|
+
exponent: 6
|
|
474
|
+
}],
|
|
475
|
+
base: 'ibc/91710C035F768866E5FE56086FD34A2BF09675AF920B88A8C483412EC3896E32',
|
|
476
|
+
name: 'Sara',
|
|
477
|
+
display: 'sara',
|
|
478
|
+
symbol: 'SARA',
|
|
479
|
+
logo_URIs: {
|
|
480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
481
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
482
|
+
},
|
|
483
|
+
coingecko_id: 'pulsara',
|
|
484
|
+
keywords: [
|
|
485
|
+
'dex',
|
|
486
|
+
'staking',
|
|
487
|
+
'assets'
|
|
488
|
+
],
|
|
489
|
+
images: [{
|
|
490
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
491
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
492
|
+
theme: {
|
|
493
|
+
primary_color_hex: '#0517b1'
|
|
494
|
+
}
|
|
495
|
+
}],
|
|
496
|
+
socials: {
|
|
497
|
+
website: 'https://www.pulsara.io',
|
|
498
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
499
|
+
},
|
|
500
|
+
type_asset: 'sdk.coin',
|
|
501
|
+
traces: [{
|
|
502
|
+
type: 'ibc',
|
|
503
|
+
counterparty: {
|
|
504
|
+
channel_id: 'channel-8',
|
|
505
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
506
|
+
chain_name: 'coreum'
|
|
507
|
+
},
|
|
508
|
+
chain: {
|
|
509
|
+
channel_id: 'channel-87'
|
|
510
|
+
}
|
|
511
|
+
}]
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
515
|
+
denom_units: [{
|
|
516
|
+
denom: 'ibc/1F5375D99CC65EF418660CE5F4C72A383C5C2C5D03838B2A747FC14C874B97ED',
|
|
517
|
+
exponent: 0,
|
|
518
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
519
|
+
}, {
|
|
520
|
+
denom: 'licore',
|
|
521
|
+
exponent: 6
|
|
522
|
+
}],
|
|
523
|
+
base: 'ibc/1F5375D99CC65EF418660CE5F4C72A383C5C2C5D03838B2A747FC14C874B97ED',
|
|
524
|
+
name: 'liCORE',
|
|
525
|
+
display: 'licore',
|
|
526
|
+
symbol: 'LICORE',
|
|
527
|
+
logo_URIs: {
|
|
528
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
529
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
530
|
+
},
|
|
531
|
+
coingecko_id: 'licore',
|
|
532
|
+
keywords: [
|
|
533
|
+
'dex',
|
|
534
|
+
'staking',
|
|
535
|
+
'assets'
|
|
536
|
+
],
|
|
537
|
+
images: [{
|
|
538
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
539
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
540
|
+
theme: {
|
|
541
|
+
primary_color_hex: '#ea00c5'
|
|
542
|
+
}
|
|
543
|
+
}],
|
|
544
|
+
socials: {
|
|
545
|
+
website: 'https://www.pulsara.io',
|
|
546
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
547
|
+
},
|
|
548
|
+
type_asset: 'sdk.coin',
|
|
549
|
+
traces: [{
|
|
550
|
+
type: 'ibc',
|
|
551
|
+
counterparty: {
|
|
552
|
+
channel_id: 'channel-8',
|
|
553
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
554
|
+
chain_name: 'coreum'
|
|
555
|
+
},
|
|
556
|
+
chain: {
|
|
557
|
+
channel_id: 'channel-87'
|
|
558
|
+
}
|
|
559
|
+
}]
|
|
560
|
+
},
|
|
465
561
|
{
|
|
466
562
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
467
563
|
denom_units: [{
|
|
@@ -1177,6 +1273,102 @@ const assets = {
|
|
|
1177
1273
|
}
|
|
1178
1274
|
}]
|
|
1179
1275
|
},
|
|
1276
|
+
{
|
|
1277
|
+
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.',
|
|
1278
|
+
denom_units: [{
|
|
1279
|
+
denom: 'ibc/91710C035F768866E5FE56086FD34A2BF09675AF920B88A8C483412EC3896E32',
|
|
1280
|
+
exponent: 0,
|
|
1281
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
1282
|
+
}, {
|
|
1283
|
+
denom: 'sara',
|
|
1284
|
+
exponent: 6
|
|
1285
|
+
}],
|
|
1286
|
+
base: 'ibc/91710C035F768866E5FE56086FD34A2BF09675AF920B88A8C483412EC3896E32',
|
|
1287
|
+
name: 'Sara',
|
|
1288
|
+
display: 'sara',
|
|
1289
|
+
symbol: 'SARA',
|
|
1290
|
+
logo_URIs: {
|
|
1291
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1292
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1293
|
+
},
|
|
1294
|
+
coingecko_id: 'pulsara',
|
|
1295
|
+
keywords: [
|
|
1296
|
+
'dex',
|
|
1297
|
+
'staking',
|
|
1298
|
+
'assets'
|
|
1299
|
+
],
|
|
1300
|
+
images: [{
|
|
1301
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1302
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
1303
|
+
theme: {
|
|
1304
|
+
primary_color_hex: '#0517b1'
|
|
1305
|
+
}
|
|
1306
|
+
}],
|
|
1307
|
+
socials: {
|
|
1308
|
+
website: 'https://www.pulsara.io',
|
|
1309
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1310
|
+
},
|
|
1311
|
+
type_asset: 'sdk.coin',
|
|
1312
|
+
traces: [{
|
|
1313
|
+
type: 'ibc',
|
|
1314
|
+
counterparty: {
|
|
1315
|
+
channel_id: 'channel-8',
|
|
1316
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
1317
|
+
chain_name: 'coreum'
|
|
1318
|
+
},
|
|
1319
|
+
chain: {
|
|
1320
|
+
channel_id: 'channel-87'
|
|
1321
|
+
}
|
|
1322
|
+
}]
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
1326
|
+
denom_units: [{
|
|
1327
|
+
denom: 'ibc/1F5375D99CC65EF418660CE5F4C72A383C5C2C5D03838B2A747FC14C874B97ED',
|
|
1328
|
+
exponent: 0,
|
|
1329
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
1330
|
+
}, {
|
|
1331
|
+
denom: 'licore',
|
|
1332
|
+
exponent: 6
|
|
1333
|
+
}],
|
|
1334
|
+
base: 'ibc/1F5375D99CC65EF418660CE5F4C72A383C5C2C5D03838B2A747FC14C874B97ED',
|
|
1335
|
+
name: 'liCORE',
|
|
1336
|
+
display: 'licore',
|
|
1337
|
+
symbol: 'LICORE',
|
|
1338
|
+
logo_URIs: {
|
|
1339
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1340
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
1341
|
+
},
|
|
1342
|
+
coingecko_id: 'licore',
|
|
1343
|
+
keywords: [
|
|
1344
|
+
'dex',
|
|
1345
|
+
'staking',
|
|
1346
|
+
'assets'
|
|
1347
|
+
],
|
|
1348
|
+
images: [{
|
|
1349
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1350
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
1351
|
+
theme: {
|
|
1352
|
+
primary_color_hex: '#ea00c5'
|
|
1353
|
+
}
|
|
1354
|
+
}],
|
|
1355
|
+
socials: {
|
|
1356
|
+
website: 'https://www.pulsara.io',
|
|
1357
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1358
|
+
},
|
|
1359
|
+
type_asset: 'sdk.coin',
|
|
1360
|
+
traces: [{
|
|
1361
|
+
type: 'ibc',
|
|
1362
|
+
counterparty: {
|
|
1363
|
+
channel_id: 'channel-8',
|
|
1364
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
1365
|
+
chain_name: 'coreum'
|
|
1366
|
+
},
|
|
1367
|
+
chain: {
|
|
1368
|
+
channel_id: 'channel-87'
|
|
1369
|
+
}
|
|
1370
|
+
}]
|
|
1371
|
+
},
|
|
1180
1372
|
{
|
|
1181
1373
|
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
1182
1374
|
denom_units: [{
|