@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/bandchain.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/7CD27C5DA6AC8A490EE2089BDF095814052F45BBBD17965D2DCE1E477B7CA87B',
|
|
61
|
+
exponent: 0,
|
|
62
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
63
|
+
}, {
|
|
64
|
+
denom: 'sara',
|
|
65
|
+
exponent: 6
|
|
66
|
+
}],
|
|
67
|
+
base: 'ibc/7CD27C5DA6AC8A490EE2089BDF095814052F45BBBD17965D2DCE1E477B7CA87B',
|
|
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-20',
|
|
97
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
98
|
+
chain_name: 'coreum'
|
|
99
|
+
},
|
|
100
|
+
chain: {
|
|
101
|
+
channel_id: 'channel-159'
|
|
102
|
+
}
|
|
103
|
+
}]
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
107
|
+
denom_units: [{
|
|
108
|
+
denom: 'ibc/FB835B6C1170E65BBD97E62765D616A5A273730580882A523E59A734E1AEC750',
|
|
109
|
+
exponent: 0,
|
|
110
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
111
|
+
}, {
|
|
112
|
+
denom: 'licore',
|
|
113
|
+
exponent: 6
|
|
114
|
+
}],
|
|
115
|
+
base: 'ibc/FB835B6C1170E65BBD97E62765D616A5A273730580882A523E59A734E1AEC750',
|
|
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-20',
|
|
145
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
146
|
+
chain_name: 'coreum'
|
|
147
|
+
},
|
|
148
|
+
chain: {
|
|
149
|
+
channel_id: 'channel-159'
|
|
150
|
+
}
|
|
151
|
+
}]
|
|
152
|
+
},
|
|
57
153
|
{
|
|
58
154
|
description: 'The native token of Osmosis',
|
|
59
155
|
denom_units: [{
|
|
@@ -236,6 +332,102 @@ const assets = {
|
|
|
236
332
|
}
|
|
237
333
|
}]
|
|
238
334
|
},
|
|
335
|
+
{
|
|
336
|
+
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.',
|
|
337
|
+
denom_units: [{
|
|
338
|
+
denom: 'ibc/7CD27C5DA6AC8A490EE2089BDF095814052F45BBBD17965D2DCE1E477B7CA87B',
|
|
339
|
+
exponent: 0,
|
|
340
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
341
|
+
}, {
|
|
342
|
+
denom: 'sara',
|
|
343
|
+
exponent: 6
|
|
344
|
+
}],
|
|
345
|
+
base: 'ibc/7CD27C5DA6AC8A490EE2089BDF095814052F45BBBD17965D2DCE1E477B7CA87B',
|
|
346
|
+
name: 'Sara',
|
|
347
|
+
display: 'sara',
|
|
348
|
+
symbol: 'SARA',
|
|
349
|
+
logo_URIs: {
|
|
350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
352
|
+
},
|
|
353
|
+
coingecko_id: 'pulsara',
|
|
354
|
+
keywords: [
|
|
355
|
+
'dex',
|
|
356
|
+
'staking',
|
|
357
|
+
'assets'
|
|
358
|
+
],
|
|
359
|
+
images: [{
|
|
360
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
362
|
+
theme: {
|
|
363
|
+
primary_color_hex: '#0517b1'
|
|
364
|
+
}
|
|
365
|
+
}],
|
|
366
|
+
socials: {
|
|
367
|
+
website: 'https://www.pulsara.io',
|
|
368
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
369
|
+
},
|
|
370
|
+
type_asset: 'sdk.coin',
|
|
371
|
+
traces: [{
|
|
372
|
+
type: 'ibc',
|
|
373
|
+
counterparty: {
|
|
374
|
+
channel_id: 'channel-20',
|
|
375
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
376
|
+
chain_name: 'coreum'
|
|
377
|
+
},
|
|
378
|
+
chain: {
|
|
379
|
+
channel_id: 'channel-159'
|
|
380
|
+
}
|
|
381
|
+
}]
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
385
|
+
denom_units: [{
|
|
386
|
+
denom: 'ibc/FB835B6C1170E65BBD97E62765D616A5A273730580882A523E59A734E1AEC750',
|
|
387
|
+
exponent: 0,
|
|
388
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
389
|
+
}, {
|
|
390
|
+
denom: 'licore',
|
|
391
|
+
exponent: 6
|
|
392
|
+
}],
|
|
393
|
+
base: 'ibc/FB835B6C1170E65BBD97E62765D616A5A273730580882A523E59A734E1AEC750',
|
|
394
|
+
name: 'liCORE',
|
|
395
|
+
display: 'licore',
|
|
396
|
+
symbol: 'LICORE',
|
|
397
|
+
logo_URIs: {
|
|
398
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
399
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
400
|
+
},
|
|
401
|
+
coingecko_id: 'licore',
|
|
402
|
+
keywords: [
|
|
403
|
+
'dex',
|
|
404
|
+
'staking',
|
|
405
|
+
'assets'
|
|
406
|
+
],
|
|
407
|
+
images: [{
|
|
408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
409
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
410
|
+
theme: {
|
|
411
|
+
primary_color_hex: '#ea00c5'
|
|
412
|
+
}
|
|
413
|
+
}],
|
|
414
|
+
socials: {
|
|
415
|
+
website: 'https://www.pulsara.io',
|
|
416
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
417
|
+
},
|
|
418
|
+
type_asset: 'sdk.coin',
|
|
419
|
+
traces: [{
|
|
420
|
+
type: 'ibc',
|
|
421
|
+
counterparty: {
|
|
422
|
+
channel_id: 'channel-20',
|
|
423
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
424
|
+
chain_name: 'coreum'
|
|
425
|
+
},
|
|
426
|
+
chain: {
|
|
427
|
+
channel_id: 'channel-159'
|
|
428
|
+
}
|
|
429
|
+
}]
|
|
430
|
+
},
|
|
239
431
|
{
|
|
240
432
|
description: 'The native token of Osmosis',
|
|
241
433
|
denom_units: [{
|
package/mainnet/chihuahua.js
CHANGED
|
@@ -3,6 +3,49 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'chihuahua',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native governance and staking token of the Dymension Hub',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/BFAA5FC8AAC1A59A7577865BA6FC22E8FCC375A4DFD1EEF53D7640F64DCFA682',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['adym']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'dym',
|
|
14
|
+
exponent: 18
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/BFAA5FC8AAC1A59A7577865BA6FC22E8FCC375A4DFD1EEF53D7640F64DCFA682',
|
|
18
|
+
name: 'Dymension',
|
|
19
|
+
display: 'dym',
|
|
20
|
+
symbol: 'DYM',
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
24
|
+
},
|
|
25
|
+
coingecko_id: 'dymension',
|
|
26
|
+
images: [{
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
28
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
|
|
29
|
+
theme: {
|
|
30
|
+
primary_color_hex: '#f4e4d4'
|
|
31
|
+
}
|
|
32
|
+
}],
|
|
33
|
+
socials: {
|
|
34
|
+
website: 'https://portal.dymension.xyz',
|
|
35
|
+
twitter: 'https://twitter.com/dymension'
|
|
36
|
+
},
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'ibc',
|
|
39
|
+
counterparty: {
|
|
40
|
+
channel_id: 'channel-58',
|
|
41
|
+
base_denom: 'adym',
|
|
42
|
+
chain_name: 'dymension'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-208'
|
|
46
|
+
}
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
6
49
|
{
|
|
7
50
|
description: 'The native token of JUNO Chain',
|
|
8
51
|
denom_units: [{
|
|
@@ -482,6 +525,49 @@ const assets = {
|
|
|
482
525
|
}
|
|
483
526
|
}]
|
|
484
527
|
},
|
|
528
|
+
{
|
|
529
|
+
description: 'The native governance and staking token of the Dymension Hub',
|
|
530
|
+
denom_units: [{
|
|
531
|
+
denom: 'ibc/BFAA5FC8AAC1A59A7577865BA6FC22E8FCC375A4DFD1EEF53D7640F64DCFA682',
|
|
532
|
+
exponent: 0,
|
|
533
|
+
aliases: ['adym']
|
|
534
|
+
}, {
|
|
535
|
+
denom: 'dym',
|
|
536
|
+
exponent: 18
|
|
537
|
+
}],
|
|
538
|
+
type_asset: 'sdk.coin',
|
|
539
|
+
base: 'ibc/BFAA5FC8AAC1A59A7577865BA6FC22E8FCC375A4DFD1EEF53D7640F64DCFA682',
|
|
540
|
+
name: 'Dymension',
|
|
541
|
+
display: 'dym',
|
|
542
|
+
symbol: 'DYM',
|
|
543
|
+
logo_URIs: {
|
|
544
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
545
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg'
|
|
546
|
+
},
|
|
547
|
+
coingecko_id: 'dymension',
|
|
548
|
+
images: [{
|
|
549
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.png',
|
|
550
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/dymension/images/dymension-logo.svg',
|
|
551
|
+
theme: {
|
|
552
|
+
primary_color_hex: '#f4e4d4'
|
|
553
|
+
}
|
|
554
|
+
}],
|
|
555
|
+
socials: {
|
|
556
|
+
website: 'https://portal.dymension.xyz',
|
|
557
|
+
twitter: 'https://twitter.com/dymension'
|
|
558
|
+
},
|
|
559
|
+
traces: [{
|
|
560
|
+
type: 'ibc',
|
|
561
|
+
counterparty: {
|
|
562
|
+
channel_id: 'channel-58',
|
|
563
|
+
base_denom: 'adym',
|
|
564
|
+
chain_name: 'dymension'
|
|
565
|
+
},
|
|
566
|
+
chain: {
|
|
567
|
+
channel_id: 'channel-208'
|
|
568
|
+
}
|
|
569
|
+
}]
|
|
570
|
+
},
|
|
485
571
|
{
|
|
486
572
|
description: 'The native token of JUNO Chain',
|
|
487
573
|
denom_units: [{
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -992,6 +992,102 @@ const assets = {
|
|
|
992
992
|
}
|
|
993
993
|
}]
|
|
994
994
|
},
|
|
995
|
+
{
|
|
996
|
+
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.',
|
|
997
|
+
denom_units: [{
|
|
998
|
+
denom: 'ibc/99E5F322485732DFC667D55B5B80D9BB7C0FD2D4AF1E636F365451CD5E6993A6',
|
|
999
|
+
exponent: 0,
|
|
1000
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
1001
|
+
}, {
|
|
1002
|
+
denom: 'sara',
|
|
1003
|
+
exponent: 6
|
|
1004
|
+
}],
|
|
1005
|
+
base: 'ibc/99E5F322485732DFC667D55B5B80D9BB7C0FD2D4AF1E636F365451CD5E6993A6',
|
|
1006
|
+
name: 'Sara',
|
|
1007
|
+
display: 'sara',
|
|
1008
|
+
symbol: 'SARA',
|
|
1009
|
+
logo_URIs: {
|
|
1010
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1011
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
1012
|
+
},
|
|
1013
|
+
coingecko_id: 'pulsara',
|
|
1014
|
+
keywords: [
|
|
1015
|
+
'dex',
|
|
1016
|
+
'staking',
|
|
1017
|
+
'assets'
|
|
1018
|
+
],
|
|
1019
|
+
images: [{
|
|
1020
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
1021
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
1022
|
+
theme: {
|
|
1023
|
+
primary_color_hex: '#0517b1'
|
|
1024
|
+
}
|
|
1025
|
+
}],
|
|
1026
|
+
socials: {
|
|
1027
|
+
website: 'https://www.pulsara.io',
|
|
1028
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1029
|
+
},
|
|
1030
|
+
type_asset: 'sdk.coin',
|
|
1031
|
+
traces: [{
|
|
1032
|
+
type: 'ibc',
|
|
1033
|
+
counterparty: {
|
|
1034
|
+
channel_id: 'channel-9',
|
|
1035
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
1036
|
+
chain_name: 'coreum'
|
|
1037
|
+
},
|
|
1038
|
+
chain: {
|
|
1039
|
+
channel_id: 'channel-660'
|
|
1040
|
+
}
|
|
1041
|
+
}]
|
|
1042
|
+
},
|
|
1043
|
+
{
|
|
1044
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
1045
|
+
denom_units: [{
|
|
1046
|
+
denom: 'ibc/46FEAB17476B9D02870FF02057621AB858C84FB972AB1894726AEBD97AC9992C',
|
|
1047
|
+
exponent: 0,
|
|
1048
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
1049
|
+
}, {
|
|
1050
|
+
denom: 'licore',
|
|
1051
|
+
exponent: 6
|
|
1052
|
+
}],
|
|
1053
|
+
base: 'ibc/46FEAB17476B9D02870FF02057621AB858C84FB972AB1894726AEBD97AC9992C',
|
|
1054
|
+
name: 'liCORE',
|
|
1055
|
+
display: 'licore',
|
|
1056
|
+
symbol: 'LICORE',
|
|
1057
|
+
logo_URIs: {
|
|
1058
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1059
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
1060
|
+
},
|
|
1061
|
+
coingecko_id: 'licore',
|
|
1062
|
+
keywords: [
|
|
1063
|
+
'dex',
|
|
1064
|
+
'staking',
|
|
1065
|
+
'assets'
|
|
1066
|
+
],
|
|
1067
|
+
images: [{
|
|
1068
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
1069
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
1070
|
+
theme: {
|
|
1071
|
+
primary_color_hex: '#ea00c5'
|
|
1072
|
+
}
|
|
1073
|
+
}],
|
|
1074
|
+
socials: {
|
|
1075
|
+
website: 'https://www.pulsara.io',
|
|
1076
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
1077
|
+
},
|
|
1078
|
+
type_asset: 'sdk.coin',
|
|
1079
|
+
traces: [{
|
|
1080
|
+
type: 'ibc',
|
|
1081
|
+
counterparty: {
|
|
1082
|
+
channel_id: 'channel-9',
|
|
1083
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
1084
|
+
chain_name: 'coreum'
|
|
1085
|
+
},
|
|
1086
|
+
chain: {
|
|
1087
|
+
channel_id: 'channel-660'
|
|
1088
|
+
}
|
|
1089
|
+
}]
|
|
1090
|
+
},
|
|
995
1091
|
{
|
|
996
1092
|
description: 'The native EVM, governance and staking token of the Acrechain',
|
|
997
1093
|
denom_units: [{
|
|
@@ -1981,6 +2077,102 @@ const assets = {
|
|
|
1981
2077
|
}
|
|
1982
2078
|
}]
|
|
1983
2079
|
},
|
|
2080
|
+
{
|
|
2081
|
+
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.',
|
|
2082
|
+
denom_units: [{
|
|
2083
|
+
denom: 'ibc/99E5F322485732DFC667D55B5B80D9BB7C0FD2D4AF1E636F365451CD5E6993A6',
|
|
2084
|
+
exponent: 0,
|
|
2085
|
+
aliases: ['usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z']
|
|
2086
|
+
}, {
|
|
2087
|
+
denom: 'sara',
|
|
2088
|
+
exponent: 6
|
|
2089
|
+
}],
|
|
2090
|
+
base: 'ibc/99E5F322485732DFC667D55B5B80D9BB7C0FD2D4AF1E636F365451CD5E6993A6',
|
|
2091
|
+
name: 'Sara',
|
|
2092
|
+
display: 'sara',
|
|
2093
|
+
symbol: 'SARA',
|
|
2094
|
+
logo_URIs: {
|
|
2095
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2096
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg'
|
|
2097
|
+
},
|
|
2098
|
+
coingecko_id: 'pulsara',
|
|
2099
|
+
keywords: [
|
|
2100
|
+
'dex',
|
|
2101
|
+
'staking',
|
|
2102
|
+
'assets'
|
|
2103
|
+
],
|
|
2104
|
+
images: [{
|
|
2105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.png',
|
|
2106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/sara.svg',
|
|
2107
|
+
theme: {
|
|
2108
|
+
primary_color_hex: '#0517b1'
|
|
2109
|
+
}
|
|
2110
|
+
}],
|
|
2111
|
+
socials: {
|
|
2112
|
+
website: 'https://www.pulsara.io',
|
|
2113
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
2114
|
+
},
|
|
2115
|
+
type_asset: 'sdk.coin',
|
|
2116
|
+
traces: [{
|
|
2117
|
+
type: 'ibc',
|
|
2118
|
+
counterparty: {
|
|
2119
|
+
channel_id: 'channel-9',
|
|
2120
|
+
base_denom: 'usara-core1r9gc0rnxnzpq33u82f44aufgdwvyxv4wyepyck98m9v2pxua6naqr8h03z',
|
|
2121
|
+
chain_name: 'coreum'
|
|
2122
|
+
},
|
|
2123
|
+
chain: {
|
|
2124
|
+
channel_id: 'channel-660'
|
|
2125
|
+
}
|
|
2126
|
+
}]
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
description: 'Liquid staking asset for COREUM, by Pulsara',
|
|
2130
|
+
denom_units: [{
|
|
2131
|
+
denom: 'ibc/46FEAB17476B9D02870FF02057621AB858C84FB972AB1894726AEBD97AC9992C',
|
|
2132
|
+
exponent: 0,
|
|
2133
|
+
aliases: ['ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9']
|
|
2134
|
+
}, {
|
|
2135
|
+
denom: 'licore',
|
|
2136
|
+
exponent: 6
|
|
2137
|
+
}],
|
|
2138
|
+
base: 'ibc/46FEAB17476B9D02870FF02057621AB858C84FB972AB1894726AEBD97AC9992C',
|
|
2139
|
+
name: 'liCORE',
|
|
2140
|
+
display: 'licore',
|
|
2141
|
+
symbol: 'LICORE',
|
|
2142
|
+
logo_URIs: {
|
|
2143
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
2144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg'
|
|
2145
|
+
},
|
|
2146
|
+
coingecko_id: 'licore',
|
|
2147
|
+
keywords: [
|
|
2148
|
+
'dex',
|
|
2149
|
+
'staking',
|
|
2150
|
+
'assets'
|
|
2151
|
+
],
|
|
2152
|
+
images: [{
|
|
2153
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.png',
|
|
2154
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/coreum/images/licore.svg',
|
|
2155
|
+
theme: {
|
|
2156
|
+
primary_color_hex: '#ea00c5'
|
|
2157
|
+
}
|
|
2158
|
+
}],
|
|
2159
|
+
socials: {
|
|
2160
|
+
website: 'https://www.pulsara.io',
|
|
2161
|
+
twitter: 'https://twitter.com/pulsara_io'
|
|
2162
|
+
},
|
|
2163
|
+
type_asset: 'sdk.coin',
|
|
2164
|
+
traces: [{
|
|
2165
|
+
type: 'ibc',
|
|
2166
|
+
counterparty: {
|
|
2167
|
+
channel_id: 'channel-9',
|
|
2168
|
+
base_denom: 'ulicore-core13gza3msdh8hegqxhgezll9quucsr63s0gp43k274xwt66k4e8pmq5zpnm9',
|
|
2169
|
+
chain_name: 'coreum'
|
|
2170
|
+
},
|
|
2171
|
+
chain: {
|
|
2172
|
+
channel_id: 'channel-660'
|
|
2173
|
+
}
|
|
2174
|
+
}]
|
|
2175
|
+
},
|
|
1984
2176
|
{
|
|
1985
2177
|
description: 'The native token of Crescent',
|
|
1986
2178
|
denom_units: [{
|