@chain-registry/assets 1.63.9 → 1.63.11
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/README.md +1 -1
- package/esm/mainnet/acrechain.js +54 -10
- package/esm/mainnet/cosmoshub.js +54 -10
- package/esm/mainnet/furya.js +24 -24
- package/esm/mainnet/injective.js +54 -10
- package/esm/mainnet/juno.js +8 -14
- package/esm/mainnet/kujira.js +8 -14
- package/esm/mainnet/noble.js +86 -14
- package/esm/mainnet/osmosis.js +70 -32
- package/esm/mainnet/secretnetwork.js +54 -10
- package/esm/mainnet/shido.js +204 -0
- package/esm/mainnet/terra2.js +16 -22
- package/mainnet/acrechain.js +54 -10
- package/mainnet/cosmoshub.js +54 -10
- package/mainnet/furya.js +24 -24
- package/mainnet/injective.js +54 -10
- package/mainnet/juno.js +8 -14
- package/mainnet/kujira.js +8 -14
- package/mainnet/noble.js +86 -14
- package/mainnet/osmosis.js +70 -32
- package/mainnet/secretnetwork.js +54 -10
- package/mainnet/shido.js +204 -0
- package/mainnet/terra2.js +16 -22
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<img height="20" src="https://github.com/cosmology-tech/chain-registry/actions/workflows/run-tests.yml/badge.svg" />
|
|
10
10
|
</a>
|
|
11
11
|
<a href="https://github.com/cosmology-tech/chain-registry/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
|
|
12
|
-
<a href="https://www.npmjs.com/package/@chain-registry/assets"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/chain-registry?filename=
|
|
12
|
+
<a href="https://www.npmjs.com/package/@chain-registry/assets"><img height="20" src="https://img.shields.io/github/package-json/v/cosmology-tech/chain-registry?filename=legacy%2Fassets%2Fpackage.json"></a>
|
|
13
13
|
</p>
|
|
14
14
|
|
|
15
15
|
Asset lists for the Cosmos ⚛️
|
package/esm/mainnet/acrechain.js
CHANGED
|
@@ -321,14 +321,36 @@ const assets = {
|
|
|
321
321
|
display: 'ORAI',
|
|
322
322
|
symbol: 'ORAI',
|
|
323
323
|
logo_URIs: {
|
|
324
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
325
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
324
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
326
325
|
},
|
|
327
326
|
coingecko_id: 'oraichain-token',
|
|
328
|
-
images: [
|
|
327
|
+
images: [
|
|
328
|
+
{
|
|
329
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
330
|
+
theme: {
|
|
331
|
+
circle: true,
|
|
332
|
+
dark_mode: true
|
|
333
|
+
}
|
|
334
|
+
},
|
|
335
|
+
{
|
|
329
336
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
330
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
331
|
-
|
|
337
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
338
|
+
theme: {
|
|
339
|
+
circle: true,
|
|
340
|
+
dark_mode: true,
|
|
341
|
+
primary_color_hex: '#FFFFFF'
|
|
342
|
+
}
|
|
343
|
+
},
|
|
344
|
+
{
|
|
345
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
346
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
347
|
+
theme: {
|
|
348
|
+
circle: true,
|
|
349
|
+
dark_mode: false,
|
|
350
|
+
primary_color_hex: '#000000'
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
],
|
|
332
354
|
traces: [{
|
|
333
355
|
type: 'ibc',
|
|
334
356
|
counterparty: {
|
|
@@ -1851,14 +1873,36 @@ const assets = {
|
|
|
1851
1873
|
display: 'ORAI',
|
|
1852
1874
|
symbol: 'ORAI',
|
|
1853
1875
|
logo_URIs: {
|
|
1854
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
1855
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1876
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1856
1877
|
},
|
|
1857
1878
|
coingecko_id: 'oraichain-token',
|
|
1858
|
-
images: [
|
|
1879
|
+
images: [
|
|
1880
|
+
{
|
|
1881
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1882
|
+
theme: {
|
|
1883
|
+
circle: true,
|
|
1884
|
+
dark_mode: true
|
|
1885
|
+
}
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1859
1888
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1860
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1861
|
-
|
|
1889
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1890
|
+
theme: {
|
|
1891
|
+
circle: true,
|
|
1892
|
+
dark_mode: true,
|
|
1893
|
+
primary_color_hex: '#FFFFFF'
|
|
1894
|
+
}
|
|
1895
|
+
},
|
|
1896
|
+
{
|
|
1897
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1898
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1899
|
+
theme: {
|
|
1900
|
+
circle: true,
|
|
1901
|
+
dark_mode: false,
|
|
1902
|
+
primary_color_hex: '#000000'
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
],
|
|
1862
1906
|
traces: [{
|
|
1863
1907
|
type: 'ibc',
|
|
1864
1908
|
counterparty: {
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -2986,14 +2986,36 @@ const assets = {
|
|
|
2986
2986
|
display: 'ORAI',
|
|
2987
2987
|
symbol: 'ORAI',
|
|
2988
2988
|
logo_URIs: {
|
|
2989
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
2990
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2989
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
2991
2990
|
},
|
|
2992
2991
|
coingecko_id: 'oraichain-token',
|
|
2993
|
-
images: [
|
|
2992
|
+
images: [
|
|
2993
|
+
{
|
|
2994
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
2995
|
+
theme: {
|
|
2996
|
+
circle: true,
|
|
2997
|
+
dark_mode: true
|
|
2998
|
+
}
|
|
2999
|
+
},
|
|
3000
|
+
{
|
|
2994
3001
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
2995
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2996
|
-
|
|
3002
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
3003
|
+
theme: {
|
|
3004
|
+
circle: true,
|
|
3005
|
+
dark_mode: true,
|
|
3006
|
+
primary_color_hex: '#FFFFFF'
|
|
3007
|
+
}
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
3011
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
3012
|
+
theme: {
|
|
3013
|
+
circle: true,
|
|
3014
|
+
dark_mode: false,
|
|
3015
|
+
primary_color_hex: '#000000'
|
|
3016
|
+
}
|
|
3017
|
+
}
|
|
3018
|
+
],
|
|
2997
3019
|
traces: [{
|
|
2998
3020
|
type: 'ibc',
|
|
2999
3021
|
counterparty: {
|
|
@@ -5583,14 +5605,36 @@ const assets = {
|
|
|
5583
5605
|
display: 'ORAI',
|
|
5584
5606
|
symbol: 'ORAI',
|
|
5585
5607
|
logo_URIs: {
|
|
5586
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
5587
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
5608
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5588
5609
|
},
|
|
5589
5610
|
coingecko_id: 'oraichain-token',
|
|
5590
|
-
images: [
|
|
5611
|
+
images: [
|
|
5612
|
+
{
|
|
5613
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5614
|
+
theme: {
|
|
5615
|
+
circle: true,
|
|
5616
|
+
dark_mode: true
|
|
5617
|
+
}
|
|
5618
|
+
},
|
|
5619
|
+
{
|
|
5591
5620
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
5592
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
5593
|
-
|
|
5621
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
5622
|
+
theme: {
|
|
5623
|
+
circle: true,
|
|
5624
|
+
dark_mode: true,
|
|
5625
|
+
primary_color_hex: '#FFFFFF'
|
|
5626
|
+
}
|
|
5627
|
+
},
|
|
5628
|
+
{
|
|
5629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
5630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
5631
|
+
theme: {
|
|
5632
|
+
circle: true,
|
|
5633
|
+
dark_mode: false,
|
|
5634
|
+
primary_color_hex: '#000000'
|
|
5635
|
+
}
|
|
5636
|
+
}
|
|
5637
|
+
],
|
|
5594
5638
|
traces: [{
|
|
5595
5639
|
type: 'ibc',
|
|
5596
5640
|
counterparty: {
|
package/esm/mainnet/furya.js
CHANGED
|
@@ -184,7 +184,7 @@ const assets = {
|
|
|
184
184
|
{
|
|
185
185
|
description: 'The native token of Osmosis',
|
|
186
186
|
denom_units: [{
|
|
187
|
-
denom: 'ibc/
|
|
187
|
+
denom: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
|
|
188
188
|
exponent: 0,
|
|
189
189
|
aliases: ['uosmo']
|
|
190
190
|
}, {
|
|
@@ -192,7 +192,7 @@ const assets = {
|
|
|
192
192
|
exponent: 6
|
|
193
193
|
}],
|
|
194
194
|
type_asset: 'sdk.coin',
|
|
195
|
-
base: 'ibc/
|
|
195
|
+
base: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
|
|
196
196
|
name: 'Osmosis',
|
|
197
197
|
display: 'osmo',
|
|
198
198
|
symbol: 'OSMO',
|
|
@@ -213,19 +213,19 @@ const assets = {
|
|
|
213
213
|
traces: [{
|
|
214
214
|
type: 'ibc',
|
|
215
215
|
counterparty: {
|
|
216
|
-
channel_id: 'channel-
|
|
216
|
+
channel_id: 'channel-74222',
|
|
217
217
|
base_denom: 'uosmo',
|
|
218
218
|
chain_name: 'osmosis'
|
|
219
219
|
},
|
|
220
220
|
chain: {
|
|
221
|
-
channel_id: 'channel-
|
|
221
|
+
channel_id: 'channel-8'
|
|
222
222
|
}
|
|
223
223
|
}]
|
|
224
224
|
},
|
|
225
225
|
{
|
|
226
226
|
description: 'ION is the second native token of Osmosis.',
|
|
227
227
|
denom_units: [{
|
|
228
|
-
denom: 'ibc/
|
|
228
|
+
denom: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
|
|
229
229
|
exponent: 0,
|
|
230
230
|
aliases: ['uion']
|
|
231
231
|
}, {
|
|
@@ -233,7 +233,7 @@ const assets = {
|
|
|
233
233
|
exponent: 6
|
|
234
234
|
}],
|
|
235
235
|
type_asset: 'sdk.coin',
|
|
236
|
-
base: 'ibc/
|
|
236
|
+
base: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
|
|
237
237
|
name: 'Ion DAO',
|
|
238
238
|
display: 'ion',
|
|
239
239
|
symbol: 'ION',
|
|
@@ -254,26 +254,26 @@ const assets = {
|
|
|
254
254
|
traces: [{
|
|
255
255
|
type: 'ibc',
|
|
256
256
|
counterparty: {
|
|
257
|
-
channel_id: 'channel-
|
|
257
|
+
channel_id: 'channel-74222',
|
|
258
258
|
base_denom: 'uion',
|
|
259
259
|
chain_name: 'osmosis'
|
|
260
260
|
},
|
|
261
261
|
chain: {
|
|
262
|
-
channel_id: 'channel-
|
|
262
|
+
channel_id: 'channel-8'
|
|
263
263
|
}
|
|
264
264
|
}]
|
|
265
265
|
},
|
|
266
266
|
{
|
|
267
267
|
description: 'The native staking token of Terra.',
|
|
268
268
|
denom_units: [{
|
|
269
|
-
denom: 'ibc/
|
|
269
|
+
denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
|
|
270
270
|
exponent: 0,
|
|
271
271
|
aliases: ['uluna']
|
|
272
272
|
}, {
|
|
273
273
|
denom: 'luna',
|
|
274
274
|
exponent: 6
|
|
275
275
|
}],
|
|
276
|
-
base: 'ibc/
|
|
276
|
+
base: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
|
|
277
277
|
name: 'Luna',
|
|
278
278
|
display: 'luna',
|
|
279
279
|
symbol: 'LUNA',
|
|
@@ -293,12 +293,12 @@ const assets = {
|
|
|
293
293
|
traces: [{
|
|
294
294
|
type: 'ibc',
|
|
295
295
|
counterparty: {
|
|
296
|
-
channel_id: 'channel-
|
|
296
|
+
channel_id: 'channel-495',
|
|
297
297
|
base_denom: 'uluna',
|
|
298
298
|
chain_name: 'terra2'
|
|
299
299
|
},
|
|
300
300
|
chain: {
|
|
301
|
-
channel_id: 'channel-
|
|
301
|
+
channel_id: 'channel-9'
|
|
302
302
|
}
|
|
303
303
|
}]
|
|
304
304
|
},
|
|
@@ -485,7 +485,7 @@ const assets = {
|
|
|
485
485
|
{
|
|
486
486
|
description: 'The native token of Osmosis',
|
|
487
487
|
denom_units: [{
|
|
488
|
-
denom: 'ibc/
|
|
488
|
+
denom: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
|
|
489
489
|
exponent: 0,
|
|
490
490
|
aliases: ['uosmo']
|
|
491
491
|
}, {
|
|
@@ -493,7 +493,7 @@ const assets = {
|
|
|
493
493
|
exponent: 6
|
|
494
494
|
}],
|
|
495
495
|
type_asset: 'sdk.coin',
|
|
496
|
-
base: 'ibc/
|
|
496
|
+
base: 'ibc/92E0120F15D037353CFB73C14651FC8930ADC05B93100FD7754D3A689E53B333',
|
|
497
497
|
name: 'Osmosis',
|
|
498
498
|
display: 'osmo',
|
|
499
499
|
symbol: 'OSMO',
|
|
@@ -514,19 +514,19 @@ const assets = {
|
|
|
514
514
|
traces: [{
|
|
515
515
|
type: 'ibc',
|
|
516
516
|
counterparty: {
|
|
517
|
-
channel_id: 'channel-
|
|
517
|
+
channel_id: 'channel-74222',
|
|
518
518
|
base_denom: 'uosmo',
|
|
519
519
|
chain_name: 'osmosis'
|
|
520
520
|
},
|
|
521
521
|
chain: {
|
|
522
|
-
channel_id: 'channel-
|
|
522
|
+
channel_id: 'channel-8'
|
|
523
523
|
}
|
|
524
524
|
}]
|
|
525
525
|
},
|
|
526
526
|
{
|
|
527
527
|
description: 'ION is the second native token of Osmosis.',
|
|
528
528
|
denom_units: [{
|
|
529
|
-
denom: 'ibc/
|
|
529
|
+
denom: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
|
|
530
530
|
exponent: 0,
|
|
531
531
|
aliases: ['uion']
|
|
532
532
|
}, {
|
|
@@ -534,7 +534,7 @@ const assets = {
|
|
|
534
534
|
exponent: 6
|
|
535
535
|
}],
|
|
536
536
|
type_asset: 'sdk.coin',
|
|
537
|
-
base: 'ibc/
|
|
537
|
+
base: 'ibc/1B2D7E4261A7E2130E8E3506058E3081D3154998413F0DB2F82B04035B3FE676',
|
|
538
538
|
name: 'Ion DAO',
|
|
539
539
|
display: 'ion',
|
|
540
540
|
symbol: 'ION',
|
|
@@ -555,26 +555,26 @@ const assets = {
|
|
|
555
555
|
traces: [{
|
|
556
556
|
type: 'ibc',
|
|
557
557
|
counterparty: {
|
|
558
|
-
channel_id: 'channel-
|
|
558
|
+
channel_id: 'channel-74222',
|
|
559
559
|
base_denom: 'uion',
|
|
560
560
|
chain_name: 'osmosis'
|
|
561
561
|
},
|
|
562
562
|
chain: {
|
|
563
|
-
channel_id: 'channel-
|
|
563
|
+
channel_id: 'channel-8'
|
|
564
564
|
}
|
|
565
565
|
}]
|
|
566
566
|
},
|
|
567
567
|
{
|
|
568
568
|
description: 'The native staking token of Terra.',
|
|
569
569
|
denom_units: [{
|
|
570
|
-
denom: 'ibc/
|
|
570
|
+
denom: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
|
|
571
571
|
exponent: 0,
|
|
572
572
|
aliases: ['uluna']
|
|
573
573
|
}, {
|
|
574
574
|
denom: 'luna',
|
|
575
575
|
exponent: 6
|
|
576
576
|
}],
|
|
577
|
-
base: 'ibc/
|
|
577
|
+
base: 'ibc/A1CA75737A469737878C6A3CCD0D47738E85CCE0C4C341B298928DE7DADE3CDF',
|
|
578
578
|
name: 'Luna',
|
|
579
579
|
display: 'luna',
|
|
580
580
|
symbol: 'LUNA',
|
|
@@ -594,12 +594,12 @@ const assets = {
|
|
|
594
594
|
traces: [{
|
|
595
595
|
type: 'ibc',
|
|
596
596
|
counterparty: {
|
|
597
|
-
channel_id: 'channel-
|
|
597
|
+
channel_id: 'channel-495',
|
|
598
598
|
base_denom: 'uluna',
|
|
599
599
|
chain_name: 'terra2'
|
|
600
600
|
},
|
|
601
601
|
chain: {
|
|
602
|
-
channel_id: 'channel-
|
|
602
|
+
channel_id: 'channel-9'
|
|
603
603
|
}
|
|
604
604
|
}]
|
|
605
605
|
}
|
package/esm/mainnet/injective.js
CHANGED
|
@@ -1580,14 +1580,36 @@ const assets = {
|
|
|
1580
1580
|
display: 'ORAI',
|
|
1581
1581
|
symbol: 'ORAI',
|
|
1582
1582
|
logo_URIs: {
|
|
1583
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
1584
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1583
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1585
1584
|
},
|
|
1586
1585
|
coingecko_id: 'oraichain-token',
|
|
1587
|
-
images: [
|
|
1586
|
+
images: [
|
|
1587
|
+
{
|
|
1588
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1589
|
+
theme: {
|
|
1590
|
+
circle: true,
|
|
1591
|
+
dark_mode: true
|
|
1592
|
+
}
|
|
1593
|
+
},
|
|
1594
|
+
{
|
|
1588
1595
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1589
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
1590
|
-
|
|
1596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1597
|
+
theme: {
|
|
1598
|
+
circle: true,
|
|
1599
|
+
dark_mode: true,
|
|
1600
|
+
primary_color_hex: '#FFFFFF'
|
|
1601
|
+
}
|
|
1602
|
+
},
|
|
1603
|
+
{
|
|
1604
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1605
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1606
|
+
theme: {
|
|
1607
|
+
circle: true,
|
|
1608
|
+
dark_mode: false,
|
|
1609
|
+
primary_color_hex: '#000000'
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
],
|
|
1591
1613
|
traces: [{
|
|
1592
1614
|
type: 'ibc',
|
|
1593
1615
|
counterparty: {
|
|
@@ -2650,14 +2672,36 @@ const assets = {
|
|
|
2650
2672
|
display: 'ORAI',
|
|
2651
2673
|
symbol: 'ORAI',
|
|
2652
2674
|
logo_URIs: {
|
|
2653
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-
|
|
2654
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2675
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
2655
2676
|
},
|
|
2656
2677
|
coingecko_id: 'oraichain-token',
|
|
2657
|
-
images: [
|
|
2678
|
+
images: [
|
|
2679
|
+
{
|
|
2680
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
2681
|
+
theme: {
|
|
2682
|
+
circle: true,
|
|
2683
|
+
dark_mode: true
|
|
2684
|
+
}
|
|
2685
|
+
},
|
|
2686
|
+
{
|
|
2658
2687
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
2659
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg'
|
|
2660
|
-
|
|
2688
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
2689
|
+
theme: {
|
|
2690
|
+
circle: true,
|
|
2691
|
+
dark_mode: true,
|
|
2692
|
+
primary_color_hex: '#FFFFFF'
|
|
2693
|
+
}
|
|
2694
|
+
},
|
|
2695
|
+
{
|
|
2696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
2697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
2698
|
+
theme: {
|
|
2699
|
+
circle: true,
|
|
2700
|
+
dark_mode: false,
|
|
2701
|
+
primary_color_hex: '#000000'
|
|
2702
|
+
}
|
|
2703
|
+
}
|
|
2704
|
+
],
|
|
2661
2705
|
traces: [{
|
|
2662
2706
|
type: 'ibc',
|
|
2663
2707
|
counterparty: {
|
package/esm/mainnet/juno.js
CHANGED
|
@@ -750,15 +750,12 @@ const assets = {
|
|
|
750
750
|
display: 'fury',
|
|
751
751
|
symbol: 'FURY',
|
|
752
752
|
logo_URIs: {
|
|
753
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
754
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
753
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
754
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
755
755
|
},
|
|
756
756
|
images: [{
|
|
757
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
758
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
759
|
-
theme: {
|
|
760
|
-
primary_color_hex: '#eaf143'
|
|
761
|
-
}
|
|
757
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
758
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
762
759
|
}],
|
|
763
760
|
coingecko_id: 'fanfury',
|
|
764
761
|
keywords: ['gaming', 'staking'],
|
|
@@ -1526,15 +1523,12 @@ const assets = {
|
|
|
1526
1523
|
display: 'fury',
|
|
1527
1524
|
symbol: 'FURY',
|
|
1528
1525
|
logo_URIs: {
|
|
1529
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1530
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1526
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1527
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1531
1528
|
},
|
|
1532
1529
|
images: [{
|
|
1533
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1534
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1535
|
-
theme: {
|
|
1536
|
-
primary_color_hex: '#eaf143'
|
|
1537
|
-
}
|
|
1530
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1531
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1538
1532
|
}],
|
|
1539
1533
|
coingecko_id: 'fanfury',
|
|
1540
1534
|
keywords: ['gaming', 'staking'],
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -1001,15 +1001,12 @@ const assets = {
|
|
|
1001
1001
|
display: 'fury',
|
|
1002
1002
|
symbol: 'FURY',
|
|
1003
1003
|
logo_URIs: {
|
|
1004
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1005
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1004
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1005
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1006
1006
|
},
|
|
1007
1007
|
images: [{
|
|
1008
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1009
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
1010
|
-
theme: {
|
|
1011
|
-
primary_color_hex: '#eaf143'
|
|
1012
|
-
}
|
|
1008
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
1009
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
1013
1010
|
}],
|
|
1014
1011
|
coingecko_id: 'fanfury',
|
|
1015
1012
|
keywords: ['gaming', 'staking'],
|
|
@@ -2625,15 +2622,12 @@ const assets = {
|
|
|
2625
2622
|
display: 'fury',
|
|
2626
2623
|
symbol: 'FURY',
|
|
2627
2624
|
logo_URIs: {
|
|
2628
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
2629
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
2625
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
2626
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
2630
2627
|
},
|
|
2631
2628
|
images: [{
|
|
2632
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
2633
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/
|
|
2634
|
-
theme: {
|
|
2635
|
-
primary_color_hex: '#eaf143'
|
|
2636
|
-
}
|
|
2629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.png',
|
|
2630
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/furya/images/fury.svg'
|
|
2637
2631
|
}],
|
|
2638
2632
|
coingecko_id: 'fanfury',
|
|
2639
2633
|
keywords: ['gaming', 'staking'],
|