@chain-registry/assets 1.64.85 → 1.64.86
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/acrechain.js +14 -10
- package/esm/mainnet/cosmoshub.js +14 -10
- package/esm/mainnet/injective.js +14 -10
- package/esm/mainnet/osmosis.js +14 -10
- package/esm/mainnet/secretnetwork.js +14 -10
- package/esm/testnet/junotestnet.js +32 -32
- package/esm/testnet/symphonytestnet.js +8 -8
- package/mainnet/acrechain.js +14 -10
- package/mainnet/cosmoshub.js +14 -10
- package/mainnet/injective.js +14 -10
- package/mainnet/osmosis.js +14 -10
- package/mainnet/secretnetwork.js +14 -10
- package/package.json +5 -5
- package/testnet/junotestnet.js +32 -32
- package/testnet/symphonytestnet.js +8 -8
|
@@ -190,7 +190,7 @@ const assets = {
|
|
|
190
190
|
{
|
|
191
191
|
description: 'The native token of Symphony',
|
|
192
192
|
denom_units: [{
|
|
193
|
-
denom: 'ibc/
|
|
193
|
+
denom: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
194
194
|
exponent: 0,
|
|
195
195
|
aliases: ['note']
|
|
196
196
|
}, {
|
|
@@ -199,7 +199,7 @@ const assets = {
|
|
|
199
199
|
aliases: ['melody']
|
|
200
200
|
}],
|
|
201
201
|
type_asset: 'sdk.coin',
|
|
202
|
-
base: 'ibc/
|
|
202
|
+
base: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
203
203
|
name: 'Melody',
|
|
204
204
|
display: 'mld',
|
|
205
205
|
symbol: 'MLD',
|
|
@@ -212,19 +212,19 @@ const assets = {
|
|
|
212
212
|
traces: [{
|
|
213
213
|
type: 'ibc',
|
|
214
214
|
counterparty: {
|
|
215
|
-
channel_id: 'channel-
|
|
215
|
+
channel_id: 'channel-11',
|
|
216
216
|
base_denom: 'note',
|
|
217
217
|
chain_name: 'symphonytestnet'
|
|
218
218
|
},
|
|
219
219
|
chain: {
|
|
220
|
-
channel_id: 'channel-
|
|
220
|
+
channel_id: 'channel-943'
|
|
221
221
|
}
|
|
222
222
|
}]
|
|
223
223
|
},
|
|
224
224
|
{
|
|
225
225
|
description: 'Harmonized USD',
|
|
226
226
|
denom_units: [{
|
|
227
|
-
denom: 'ibc/
|
|
227
|
+
denom: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
228
228
|
exponent: 0,
|
|
229
229
|
aliases: ['uusd']
|
|
230
230
|
}, {
|
|
@@ -233,7 +233,7 @@ const assets = {
|
|
|
233
233
|
aliases: ['harmony USD']
|
|
234
234
|
}],
|
|
235
235
|
type_asset: 'sdk.coin',
|
|
236
|
-
base: 'ibc/
|
|
236
|
+
base: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
237
237
|
name: 'Harmony USD',
|
|
238
238
|
display: 'husd',
|
|
239
239
|
symbol: 'HUSD',
|
|
@@ -246,19 +246,19 @@ const assets = {
|
|
|
246
246
|
traces: [{
|
|
247
247
|
type: 'ibc',
|
|
248
248
|
counterparty: {
|
|
249
|
-
channel_id: 'channel-
|
|
249
|
+
channel_id: 'channel-11',
|
|
250
250
|
base_denom: 'uusd',
|
|
251
251
|
chain_name: 'symphonytestnet'
|
|
252
252
|
},
|
|
253
253
|
chain: {
|
|
254
|
-
channel_id: 'channel-
|
|
254
|
+
channel_id: 'channel-943'
|
|
255
255
|
}
|
|
256
256
|
}]
|
|
257
257
|
},
|
|
258
258
|
{
|
|
259
259
|
description: 'Harmonized HKD',
|
|
260
260
|
denom_units: [{
|
|
261
|
-
denom: 'ibc/
|
|
261
|
+
denom: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
262
262
|
exponent: 0,
|
|
263
263
|
aliases: ['ukhd']
|
|
264
264
|
}, {
|
|
@@ -267,7 +267,7 @@ const assets = {
|
|
|
267
267
|
aliases: ['harmony HKD']
|
|
268
268
|
}],
|
|
269
269
|
type_asset: 'sdk.coin',
|
|
270
|
-
base: 'ibc/
|
|
270
|
+
base: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
271
271
|
name: 'Harmony HKD',
|
|
272
272
|
display: 'hkhd',
|
|
273
273
|
symbol: 'HKHD',
|
|
@@ -280,19 +280,19 @@ const assets = {
|
|
|
280
280
|
traces: [{
|
|
281
281
|
type: 'ibc',
|
|
282
282
|
counterparty: {
|
|
283
|
-
channel_id: 'channel-
|
|
283
|
+
channel_id: 'channel-11',
|
|
284
284
|
base_denom: 'ukhd',
|
|
285
285
|
chain_name: 'symphonytestnet'
|
|
286
286
|
},
|
|
287
287
|
chain: {
|
|
288
|
-
channel_id: 'channel-
|
|
288
|
+
channel_id: 'channel-943'
|
|
289
289
|
}
|
|
290
290
|
}]
|
|
291
291
|
},
|
|
292
292
|
{
|
|
293
293
|
description: 'Harmonized VND',
|
|
294
294
|
denom_units: [{
|
|
295
|
-
denom: 'ibc/
|
|
295
|
+
denom: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
296
296
|
exponent: 0,
|
|
297
297
|
aliases: ['uvnd']
|
|
298
298
|
}, {
|
|
@@ -301,7 +301,7 @@ const assets = {
|
|
|
301
301
|
aliases: ['harmony VND']
|
|
302
302
|
}],
|
|
303
303
|
type_asset: 'sdk.coin',
|
|
304
|
-
base: 'ibc/
|
|
304
|
+
base: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
305
305
|
name: 'Harmony VND',
|
|
306
306
|
display: 'hvnd',
|
|
307
307
|
symbol: 'HVND',
|
|
@@ -314,12 +314,12 @@ const assets = {
|
|
|
314
314
|
traces: [{
|
|
315
315
|
type: 'ibc',
|
|
316
316
|
counterparty: {
|
|
317
|
-
channel_id: 'channel-
|
|
317
|
+
channel_id: 'channel-11',
|
|
318
318
|
base_denom: 'uvnd',
|
|
319
319
|
chain_name: 'symphonytestnet'
|
|
320
320
|
},
|
|
321
321
|
chain: {
|
|
322
|
-
channel_id: 'channel-
|
|
322
|
+
channel_id: 'channel-943'
|
|
323
323
|
}
|
|
324
324
|
}]
|
|
325
325
|
},
|
|
@@ -512,7 +512,7 @@ const assets = {
|
|
|
512
512
|
{
|
|
513
513
|
description: 'The native token of Symphony',
|
|
514
514
|
denom_units: [{
|
|
515
|
-
denom: 'ibc/
|
|
515
|
+
denom: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
516
516
|
exponent: 0,
|
|
517
517
|
aliases: ['note']
|
|
518
518
|
}, {
|
|
@@ -521,7 +521,7 @@ const assets = {
|
|
|
521
521
|
aliases: ['melody']
|
|
522
522
|
}],
|
|
523
523
|
type_asset: 'sdk.coin',
|
|
524
|
-
base: 'ibc/
|
|
524
|
+
base: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
525
525
|
name: 'Melody',
|
|
526
526
|
display: 'mld',
|
|
527
527
|
symbol: 'MLD',
|
|
@@ -534,19 +534,19 @@ const assets = {
|
|
|
534
534
|
traces: [{
|
|
535
535
|
type: 'ibc',
|
|
536
536
|
counterparty: {
|
|
537
|
-
channel_id: 'channel-
|
|
537
|
+
channel_id: 'channel-11',
|
|
538
538
|
base_denom: 'note',
|
|
539
539
|
chain_name: 'symphonytestnet'
|
|
540
540
|
},
|
|
541
541
|
chain: {
|
|
542
|
-
channel_id: 'channel-
|
|
542
|
+
channel_id: 'channel-943'
|
|
543
543
|
}
|
|
544
544
|
}]
|
|
545
545
|
},
|
|
546
546
|
{
|
|
547
547
|
description: 'Harmonized USD',
|
|
548
548
|
denom_units: [{
|
|
549
|
-
denom: 'ibc/
|
|
549
|
+
denom: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
550
550
|
exponent: 0,
|
|
551
551
|
aliases: ['uusd']
|
|
552
552
|
}, {
|
|
@@ -555,7 +555,7 @@ const assets = {
|
|
|
555
555
|
aliases: ['harmony USD']
|
|
556
556
|
}],
|
|
557
557
|
type_asset: 'sdk.coin',
|
|
558
|
-
base: 'ibc/
|
|
558
|
+
base: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
559
559
|
name: 'Harmony USD',
|
|
560
560
|
display: 'husd',
|
|
561
561
|
symbol: 'HUSD',
|
|
@@ -568,19 +568,19 @@ const assets = {
|
|
|
568
568
|
traces: [{
|
|
569
569
|
type: 'ibc',
|
|
570
570
|
counterparty: {
|
|
571
|
-
channel_id: 'channel-
|
|
571
|
+
channel_id: 'channel-11',
|
|
572
572
|
base_denom: 'uusd',
|
|
573
573
|
chain_name: 'symphonytestnet'
|
|
574
574
|
},
|
|
575
575
|
chain: {
|
|
576
|
-
channel_id: 'channel-
|
|
576
|
+
channel_id: 'channel-943'
|
|
577
577
|
}
|
|
578
578
|
}]
|
|
579
579
|
},
|
|
580
580
|
{
|
|
581
581
|
description: 'Harmonized HKD',
|
|
582
582
|
denom_units: [{
|
|
583
|
-
denom: 'ibc/
|
|
583
|
+
denom: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
584
584
|
exponent: 0,
|
|
585
585
|
aliases: ['ukhd']
|
|
586
586
|
}, {
|
|
@@ -589,7 +589,7 @@ const assets = {
|
|
|
589
589
|
aliases: ['harmony HKD']
|
|
590
590
|
}],
|
|
591
591
|
type_asset: 'sdk.coin',
|
|
592
|
-
base: 'ibc/
|
|
592
|
+
base: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
593
593
|
name: 'Harmony HKD',
|
|
594
594
|
display: 'hkhd',
|
|
595
595
|
symbol: 'HKHD',
|
|
@@ -602,19 +602,19 @@ const assets = {
|
|
|
602
602
|
traces: [{
|
|
603
603
|
type: 'ibc',
|
|
604
604
|
counterparty: {
|
|
605
|
-
channel_id: 'channel-
|
|
605
|
+
channel_id: 'channel-11',
|
|
606
606
|
base_denom: 'ukhd',
|
|
607
607
|
chain_name: 'symphonytestnet'
|
|
608
608
|
},
|
|
609
609
|
chain: {
|
|
610
|
-
channel_id: 'channel-
|
|
610
|
+
channel_id: 'channel-943'
|
|
611
611
|
}
|
|
612
612
|
}]
|
|
613
613
|
},
|
|
614
614
|
{
|
|
615
615
|
description: 'Harmonized VND',
|
|
616
616
|
denom_units: [{
|
|
617
|
-
denom: 'ibc/
|
|
617
|
+
denom: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
618
618
|
exponent: 0,
|
|
619
619
|
aliases: ['uvnd']
|
|
620
620
|
}, {
|
|
@@ -623,7 +623,7 @@ const assets = {
|
|
|
623
623
|
aliases: ['harmony VND']
|
|
624
624
|
}],
|
|
625
625
|
type_asset: 'sdk.coin',
|
|
626
|
-
base: 'ibc/
|
|
626
|
+
base: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
627
627
|
name: 'Harmony VND',
|
|
628
628
|
display: 'hvnd',
|
|
629
629
|
symbol: 'HVND',
|
|
@@ -636,12 +636,12 @@ const assets = {
|
|
|
636
636
|
traces: [{
|
|
637
637
|
type: 'ibc',
|
|
638
638
|
counterparty: {
|
|
639
|
-
channel_id: 'channel-
|
|
639
|
+
channel_id: 'channel-11',
|
|
640
640
|
base_denom: 'uvnd',
|
|
641
641
|
chain_name: 'symphonytestnet'
|
|
642
642
|
},
|
|
643
643
|
chain: {
|
|
644
|
-
channel_id: 'channel-
|
|
644
|
+
channel_id: 'channel-943'
|
|
645
645
|
}
|
|
646
646
|
}]
|
|
647
647
|
}
|
|
@@ -72,14 +72,14 @@ const assets = {
|
|
|
72
72
|
{
|
|
73
73
|
description: 'The native token of JUNO Chain',
|
|
74
74
|
denom_units: [{
|
|
75
|
-
denom: 'ibc/
|
|
75
|
+
denom: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
76
76
|
exponent: 0,
|
|
77
77
|
aliases: ['ujunox']
|
|
78
78
|
}, {
|
|
79
79
|
denom: 'junox',
|
|
80
80
|
exponent: 6
|
|
81
81
|
}],
|
|
82
|
-
base: 'ibc/
|
|
82
|
+
base: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
83
83
|
name: 'Juno Testnet',
|
|
84
84
|
display: 'junox',
|
|
85
85
|
symbol: 'JUNOX',
|
|
@@ -95,12 +95,12 @@ const assets = {
|
|
|
95
95
|
traces: [{
|
|
96
96
|
type: 'ibc',
|
|
97
97
|
counterparty: {
|
|
98
|
-
channel_id: 'channel-
|
|
98
|
+
channel_id: 'channel-943',
|
|
99
99
|
base_denom: 'ujunox',
|
|
100
100
|
chain_name: 'junotestnet'
|
|
101
101
|
},
|
|
102
102
|
chain: {
|
|
103
|
-
channel_id: 'channel-
|
|
103
|
+
channel_id: 'channel-11'
|
|
104
104
|
}
|
|
105
105
|
}]
|
|
106
106
|
},
|
|
@@ -282,14 +282,14 @@ const assets = {
|
|
|
282
282
|
{
|
|
283
283
|
description: 'The native token of JUNO Chain',
|
|
284
284
|
denom_units: [{
|
|
285
|
-
denom: 'ibc/
|
|
285
|
+
denom: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
286
286
|
exponent: 0,
|
|
287
287
|
aliases: ['ujunox']
|
|
288
288
|
}, {
|
|
289
289
|
denom: 'junox',
|
|
290
290
|
exponent: 6
|
|
291
291
|
}],
|
|
292
|
-
base: 'ibc/
|
|
292
|
+
base: 'ibc/6AB61A083754E04354B370C022080FA50A223FE25D92896DB8DF66BC5C540014',
|
|
293
293
|
name: 'Juno Testnet',
|
|
294
294
|
display: 'junox',
|
|
295
295
|
symbol: 'JUNOX',
|
|
@@ -305,12 +305,12 @@ const assets = {
|
|
|
305
305
|
traces: [{
|
|
306
306
|
type: 'ibc',
|
|
307
307
|
counterparty: {
|
|
308
|
-
channel_id: 'channel-
|
|
308
|
+
channel_id: 'channel-943',
|
|
309
309
|
base_denom: 'ujunox',
|
|
310
310
|
chain_name: 'junotestnet'
|
|
311
311
|
},
|
|
312
312
|
chain: {
|
|
313
|
-
channel_id: 'channel-
|
|
313
|
+
channel_id: 'channel-11'
|
|
314
314
|
}
|
|
315
315
|
}]
|
|
316
316
|
},
|
package/mainnet/acrechain.js
CHANGED
|
@@ -347,7 +347,8 @@ const assets = {
|
|
|
347
347
|
display: 'ORAI',
|
|
348
348
|
symbol: 'ORAI',
|
|
349
349
|
logo_URIs: {
|
|
350
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
351
352
|
},
|
|
352
353
|
coingecko_id: 'oraichain-token',
|
|
353
354
|
socials: {
|
|
@@ -357,17 +358,18 @@ const assets = {
|
|
|
357
358
|
images: [
|
|
358
359
|
{
|
|
359
360
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
360
362
|
theme: {
|
|
361
363
|
circle: true,
|
|
362
|
-
|
|
363
|
-
|
|
364
|
+
primary_color_hex: '#000000',
|
|
365
|
+
background_color_hex: '#FFFFFF'
|
|
364
366
|
}
|
|
365
367
|
},
|
|
366
368
|
{
|
|
367
369
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
368
370
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
369
371
|
theme: {
|
|
370
|
-
circle:
|
|
372
|
+
circle: false,
|
|
371
373
|
dark_mode: true,
|
|
372
374
|
primary_color_hex: '#FFFFFF'
|
|
373
375
|
}
|
|
@@ -376,7 +378,7 @@ const assets = {
|
|
|
376
378
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
377
379
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
378
380
|
theme: {
|
|
379
|
-
circle:
|
|
381
|
+
circle: false,
|
|
380
382
|
dark_mode: false,
|
|
381
383
|
primary_color_hex: '#000000'
|
|
382
384
|
}
|
|
@@ -2012,7 +2014,8 @@ const assets = {
|
|
|
2012
2014
|
display: 'ORAI',
|
|
2013
2015
|
symbol: 'ORAI',
|
|
2014
2016
|
logo_URIs: {
|
|
2015
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
2017
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
2018
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
2016
2019
|
},
|
|
2017
2020
|
coingecko_id: 'oraichain-token',
|
|
2018
2021
|
socials: {
|
|
@@ -2022,17 +2025,18 @@ const assets = {
|
|
|
2022
2025
|
images: [
|
|
2023
2026
|
{
|
|
2024
2027
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
2028
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
2025
2029
|
theme: {
|
|
2026
2030
|
circle: true,
|
|
2027
|
-
|
|
2028
|
-
|
|
2031
|
+
primary_color_hex: '#000000',
|
|
2032
|
+
background_color_hex: '#FFFFFF'
|
|
2029
2033
|
}
|
|
2030
2034
|
},
|
|
2031
2035
|
{
|
|
2032
2036
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
2033
2037
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
2034
2038
|
theme: {
|
|
2035
|
-
circle:
|
|
2039
|
+
circle: false,
|
|
2036
2040
|
dark_mode: true,
|
|
2037
2041
|
primary_color_hex: '#FFFFFF'
|
|
2038
2042
|
}
|
|
@@ -2041,7 +2045,7 @@ const assets = {
|
|
|
2041
2045
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
2042
2046
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
2043
2047
|
theme: {
|
|
2044
|
-
circle:
|
|
2048
|
+
circle: false,
|
|
2045
2049
|
dark_mode: false,
|
|
2046
2050
|
primary_color_hex: '#000000'
|
|
2047
2051
|
}
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -3695,7 +3695,8 @@ const assets = {
|
|
|
3695
3695
|
display: 'ORAI',
|
|
3696
3696
|
symbol: 'ORAI',
|
|
3697
3697
|
logo_URIs: {
|
|
3698
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
3699
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
3699
3700
|
},
|
|
3700
3701
|
coingecko_id: 'oraichain-token',
|
|
3701
3702
|
socials: {
|
|
@@ -3705,17 +3706,18 @@ const assets = {
|
|
|
3705
3706
|
images: [
|
|
3706
3707
|
{
|
|
3707
3708
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
3709
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
3708
3710
|
theme: {
|
|
3709
3711
|
circle: true,
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
+
primary_color_hex: '#000000',
|
|
3713
|
+
background_color_hex: '#FFFFFF'
|
|
3712
3714
|
}
|
|
3713
3715
|
},
|
|
3714
3716
|
{
|
|
3715
3717
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
3716
3718
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
3717
3719
|
theme: {
|
|
3718
|
-
circle:
|
|
3720
|
+
circle: false,
|
|
3719
3721
|
dark_mode: true,
|
|
3720
3722
|
primary_color_hex: '#FFFFFF'
|
|
3721
3723
|
}
|
|
@@ -3724,7 +3726,7 @@ const assets = {
|
|
|
3724
3726
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
3725
3727
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
3726
3728
|
theme: {
|
|
3727
|
-
circle:
|
|
3729
|
+
circle: false,
|
|
3728
3730
|
dark_mode: false,
|
|
3729
3731
|
primary_color_hex: '#000000'
|
|
3730
3732
|
}
|
|
@@ -9135,7 +9137,8 @@ const assets = {
|
|
|
9135
9137
|
display: 'ORAI',
|
|
9136
9138
|
symbol: 'ORAI',
|
|
9137
9139
|
logo_URIs: {
|
|
9138
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
9140
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
9141
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
9139
9142
|
},
|
|
9140
9143
|
coingecko_id: 'oraichain-token',
|
|
9141
9144
|
socials: {
|
|
@@ -9145,17 +9148,18 @@ const assets = {
|
|
|
9145
9148
|
images: [
|
|
9146
9149
|
{
|
|
9147
9150
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
9151
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
9148
9152
|
theme: {
|
|
9149
9153
|
circle: true,
|
|
9150
|
-
|
|
9151
|
-
|
|
9154
|
+
primary_color_hex: '#000000',
|
|
9155
|
+
background_color_hex: '#FFFFFF'
|
|
9152
9156
|
}
|
|
9153
9157
|
},
|
|
9154
9158
|
{
|
|
9155
9159
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
9156
9160
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
9157
9161
|
theme: {
|
|
9158
|
-
circle:
|
|
9162
|
+
circle: false,
|
|
9159
9163
|
dark_mode: true,
|
|
9160
9164
|
primary_color_hex: '#FFFFFF'
|
|
9161
9165
|
}
|
|
@@ -9164,7 +9168,7 @@ const assets = {
|
|
|
9164
9168
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
9165
9169
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
9166
9170
|
theme: {
|
|
9167
|
-
circle:
|
|
9171
|
+
circle: false,
|
|
9168
9172
|
dark_mode: false,
|
|
9169
9173
|
primary_color_hex: '#000000'
|
|
9170
9174
|
}
|
package/mainnet/injective.js
CHANGED
|
@@ -1706,7 +1706,8 @@ const assets = {
|
|
|
1706
1706
|
display: 'ORAI',
|
|
1707
1707
|
symbol: 'ORAI',
|
|
1708
1708
|
logo_URIs: {
|
|
1709
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1709
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1710
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
1710
1711
|
},
|
|
1711
1712
|
coingecko_id: 'oraichain-token',
|
|
1712
1713
|
socials: {
|
|
@@ -1716,17 +1717,18 @@ const assets = {
|
|
|
1716
1717
|
images: [
|
|
1717
1718
|
{
|
|
1718
1719
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
1719
1721
|
theme: {
|
|
1720
1722
|
circle: true,
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
+
primary_color_hex: '#000000',
|
|
1724
|
+
background_color_hex: '#FFFFFF'
|
|
1723
1725
|
}
|
|
1724
1726
|
},
|
|
1725
1727
|
{
|
|
1726
1728
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1727
1729
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1728
1730
|
theme: {
|
|
1729
|
-
circle:
|
|
1731
|
+
circle: false,
|
|
1730
1732
|
dark_mode: true,
|
|
1731
1733
|
primary_color_hex: '#FFFFFF'
|
|
1732
1734
|
}
|
|
@@ -1735,7 +1737,7 @@ const assets = {
|
|
|
1735
1737
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1736
1738
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1737
1739
|
theme: {
|
|
1738
|
-
circle:
|
|
1740
|
+
circle: false,
|
|
1739
1741
|
dark_mode: false,
|
|
1740
1742
|
primary_color_hex: '#000000'
|
|
1741
1743
|
}
|
|
@@ -5345,7 +5347,8 @@ const assets = {
|
|
|
5345
5347
|
display: 'ORAI',
|
|
5346
5348
|
symbol: 'ORAI',
|
|
5347
5349
|
logo_URIs: {
|
|
5348
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5350
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5351
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
5349
5352
|
},
|
|
5350
5353
|
coingecko_id: 'oraichain-token',
|
|
5351
5354
|
socials: {
|
|
@@ -5355,17 +5358,18 @@ const assets = {
|
|
|
5355
5358
|
images: [
|
|
5356
5359
|
{
|
|
5357
5360
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5361
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
5358
5362
|
theme: {
|
|
5359
5363
|
circle: true,
|
|
5360
|
-
|
|
5361
|
-
|
|
5364
|
+
primary_color_hex: '#000000',
|
|
5365
|
+
background_color_hex: '#FFFFFF'
|
|
5362
5366
|
}
|
|
5363
5367
|
},
|
|
5364
5368
|
{
|
|
5365
5369
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
5366
5370
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
5367
5371
|
theme: {
|
|
5368
|
-
circle:
|
|
5372
|
+
circle: false,
|
|
5369
5373
|
dark_mode: true,
|
|
5370
5374
|
primary_color_hex: '#FFFFFF'
|
|
5371
5375
|
}
|
|
@@ -5374,7 +5378,7 @@ const assets = {
|
|
|
5374
5378
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
5375
5379
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
5376
5380
|
theme: {
|
|
5377
|
-
circle:
|
|
5381
|
+
circle: false,
|
|
5378
5382
|
dark_mode: false,
|
|
5379
5383
|
primary_color_hex: '#000000'
|
|
5380
5384
|
}
|
package/mainnet/osmosis.js
CHANGED
|
@@ -5259,7 +5259,8 @@ const assets = {
|
|
|
5259
5259
|
display: 'ORAI',
|
|
5260
5260
|
symbol: 'ORAI',
|
|
5261
5261
|
logo_URIs: {
|
|
5262
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5262
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5263
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
5263
5264
|
},
|
|
5264
5265
|
coingecko_id: 'oraichain-token',
|
|
5265
5266
|
socials: {
|
|
@@ -5269,17 +5270,18 @@ const assets = {
|
|
|
5269
5270
|
images: [
|
|
5270
5271
|
{
|
|
5271
5272
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5273
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
5272
5274
|
theme: {
|
|
5273
5275
|
circle: true,
|
|
5274
|
-
|
|
5275
|
-
|
|
5276
|
+
primary_color_hex: '#000000',
|
|
5277
|
+
background_color_hex: '#FFFFFF'
|
|
5276
5278
|
}
|
|
5277
5279
|
},
|
|
5278
5280
|
{
|
|
5279
5281
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
5280
5282
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
5281
5283
|
theme: {
|
|
5282
|
-
circle:
|
|
5284
|
+
circle: false,
|
|
5283
5285
|
dark_mode: true,
|
|
5284
5286
|
primary_color_hex: '#FFFFFF'
|
|
5285
5287
|
}
|
|
@@ -5288,7 +5290,7 @@ const assets = {
|
|
|
5288
5290
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
5289
5291
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
5290
5292
|
theme: {
|
|
5291
|
-
circle:
|
|
5293
|
+
circle: false,
|
|
5292
5294
|
dark_mode: false,
|
|
5293
5295
|
primary_color_hex: '#000000'
|
|
5294
5296
|
}
|
|
@@ -10562,7 +10564,8 @@ const assets = {
|
|
|
10562
10564
|
display: 'ORAI',
|
|
10563
10565
|
symbol: 'ORAI',
|
|
10564
10566
|
logo_URIs: {
|
|
10565
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
10567
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
10568
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
10566
10569
|
},
|
|
10567
10570
|
coingecko_id: 'oraichain-token',
|
|
10568
10571
|
socials: {
|
|
@@ -10572,17 +10575,18 @@ const assets = {
|
|
|
10572
10575
|
images: [
|
|
10573
10576
|
{
|
|
10574
10577
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
10578
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
10575
10579
|
theme: {
|
|
10576
10580
|
circle: true,
|
|
10577
|
-
|
|
10578
|
-
|
|
10581
|
+
primary_color_hex: '#000000',
|
|
10582
|
+
background_color_hex: '#FFFFFF'
|
|
10579
10583
|
}
|
|
10580
10584
|
},
|
|
10581
10585
|
{
|
|
10582
10586
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
10583
10587
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
10584
10588
|
theme: {
|
|
10585
|
-
circle:
|
|
10589
|
+
circle: false,
|
|
10586
10590
|
dark_mode: true,
|
|
10587
10591
|
primary_color_hex: '#FFFFFF'
|
|
10588
10592
|
}
|
|
@@ -10591,7 +10595,7 @@ const assets = {
|
|
|
10591
10595
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
10592
10596
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
10593
10597
|
theme: {
|
|
10594
|
-
circle:
|
|
10598
|
+
circle: false,
|
|
10595
10599
|
dark_mode: false,
|
|
10596
10600
|
primary_color_hex: '#000000'
|
|
10597
10601
|
}
|