@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
package/esm/mainnet/acrechain.js
CHANGED
|
@@ -345,7 +345,8 @@ const assets = {
|
|
|
345
345
|
display: 'ORAI',
|
|
346
346
|
symbol: 'ORAI',
|
|
347
347
|
logo_URIs: {
|
|
348
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
348
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
349
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
349
350
|
},
|
|
350
351
|
coingecko_id: 'oraichain-token',
|
|
351
352
|
socials: {
|
|
@@ -355,17 +356,18 @@ const assets = {
|
|
|
355
356
|
images: [
|
|
356
357
|
{
|
|
357
358
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
358
360
|
theme: {
|
|
359
361
|
circle: true,
|
|
360
|
-
|
|
361
|
-
|
|
362
|
+
primary_color_hex: '#000000',
|
|
363
|
+
background_color_hex: '#FFFFFF'
|
|
362
364
|
}
|
|
363
365
|
},
|
|
364
366
|
{
|
|
365
367
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
366
368
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
367
369
|
theme: {
|
|
368
|
-
circle:
|
|
370
|
+
circle: false,
|
|
369
371
|
dark_mode: true,
|
|
370
372
|
primary_color_hex: '#FFFFFF'
|
|
371
373
|
}
|
|
@@ -374,7 +376,7 @@ const assets = {
|
|
|
374
376
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
375
377
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
376
378
|
theme: {
|
|
377
|
-
circle:
|
|
379
|
+
circle: false,
|
|
378
380
|
dark_mode: false,
|
|
379
381
|
primary_color_hex: '#000000'
|
|
380
382
|
}
|
|
@@ -2010,7 +2012,8 @@ const assets = {
|
|
|
2010
2012
|
display: 'ORAI',
|
|
2011
2013
|
symbol: 'ORAI',
|
|
2012
2014
|
logo_URIs: {
|
|
2013
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
2015
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
2016
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
2014
2017
|
},
|
|
2015
2018
|
coingecko_id: 'oraichain-token',
|
|
2016
2019
|
socials: {
|
|
@@ -2020,17 +2023,18 @@ const assets = {
|
|
|
2020
2023
|
images: [
|
|
2021
2024
|
{
|
|
2022
2025
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
2026
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
2023
2027
|
theme: {
|
|
2024
2028
|
circle: true,
|
|
2025
|
-
|
|
2026
|
-
|
|
2029
|
+
primary_color_hex: '#000000',
|
|
2030
|
+
background_color_hex: '#FFFFFF'
|
|
2027
2031
|
}
|
|
2028
2032
|
},
|
|
2029
2033
|
{
|
|
2030
2034
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
2031
2035
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
2032
2036
|
theme: {
|
|
2033
|
-
circle:
|
|
2037
|
+
circle: false,
|
|
2034
2038
|
dark_mode: true,
|
|
2035
2039
|
primary_color_hex: '#FFFFFF'
|
|
2036
2040
|
}
|
|
@@ -2039,7 +2043,7 @@ const assets = {
|
|
|
2039
2043
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
2040
2044
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
2041
2045
|
theme: {
|
|
2042
|
-
circle:
|
|
2046
|
+
circle: false,
|
|
2043
2047
|
dark_mode: false,
|
|
2044
2048
|
primary_color_hex: '#000000'
|
|
2045
2049
|
}
|
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -3693,7 +3693,8 @@ const assets = {
|
|
|
3693
3693
|
display: 'ORAI',
|
|
3694
3694
|
symbol: 'ORAI',
|
|
3695
3695
|
logo_URIs: {
|
|
3696
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3696
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
3697
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
3697
3698
|
},
|
|
3698
3699
|
coingecko_id: 'oraichain-token',
|
|
3699
3700
|
socials: {
|
|
@@ -3703,17 +3704,18 @@ const assets = {
|
|
|
3703
3704
|
images: [
|
|
3704
3705
|
{
|
|
3705
3706
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
3707
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
3706
3708
|
theme: {
|
|
3707
3709
|
circle: true,
|
|
3708
|
-
|
|
3709
|
-
|
|
3710
|
+
primary_color_hex: '#000000',
|
|
3711
|
+
background_color_hex: '#FFFFFF'
|
|
3710
3712
|
}
|
|
3711
3713
|
},
|
|
3712
3714
|
{
|
|
3713
3715
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
3714
3716
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
3715
3717
|
theme: {
|
|
3716
|
-
circle:
|
|
3718
|
+
circle: false,
|
|
3717
3719
|
dark_mode: true,
|
|
3718
3720
|
primary_color_hex: '#FFFFFF'
|
|
3719
3721
|
}
|
|
@@ -3722,7 +3724,7 @@ const assets = {
|
|
|
3722
3724
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
3723
3725
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
3724
3726
|
theme: {
|
|
3725
|
-
circle:
|
|
3727
|
+
circle: false,
|
|
3726
3728
|
dark_mode: false,
|
|
3727
3729
|
primary_color_hex: '#000000'
|
|
3728
3730
|
}
|
|
@@ -9133,7 +9135,8 @@ const assets = {
|
|
|
9133
9135
|
display: 'ORAI',
|
|
9134
9136
|
symbol: 'ORAI',
|
|
9135
9137
|
logo_URIs: {
|
|
9136
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
9138
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
9139
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
9137
9140
|
},
|
|
9138
9141
|
coingecko_id: 'oraichain-token',
|
|
9139
9142
|
socials: {
|
|
@@ -9143,17 +9146,18 @@ const assets = {
|
|
|
9143
9146
|
images: [
|
|
9144
9147
|
{
|
|
9145
9148
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
9149
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
9146
9150
|
theme: {
|
|
9147
9151
|
circle: true,
|
|
9148
|
-
|
|
9149
|
-
|
|
9152
|
+
primary_color_hex: '#000000',
|
|
9153
|
+
background_color_hex: '#FFFFFF'
|
|
9150
9154
|
}
|
|
9151
9155
|
},
|
|
9152
9156
|
{
|
|
9153
9157
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
9154
9158
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
9155
9159
|
theme: {
|
|
9156
|
-
circle:
|
|
9160
|
+
circle: false,
|
|
9157
9161
|
dark_mode: true,
|
|
9158
9162
|
primary_color_hex: '#FFFFFF'
|
|
9159
9163
|
}
|
|
@@ -9162,7 +9166,7 @@ const assets = {
|
|
|
9162
9166
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
9163
9167
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
9164
9168
|
theme: {
|
|
9165
|
-
circle:
|
|
9169
|
+
circle: false,
|
|
9166
9170
|
dark_mode: false,
|
|
9167
9171
|
primary_color_hex: '#000000'
|
|
9168
9172
|
}
|
package/esm/mainnet/injective.js
CHANGED
|
@@ -1704,7 +1704,8 @@ const assets = {
|
|
|
1704
1704
|
display: 'ORAI',
|
|
1705
1705
|
symbol: 'ORAI',
|
|
1706
1706
|
logo_URIs: {
|
|
1707
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1707
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1708
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
1708
1709
|
},
|
|
1709
1710
|
coingecko_id: 'oraichain-token',
|
|
1710
1711
|
socials: {
|
|
@@ -1714,17 +1715,18 @@ const assets = {
|
|
|
1714
1715
|
images: [
|
|
1715
1716
|
{
|
|
1716
1717
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1718
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
1717
1719
|
theme: {
|
|
1718
1720
|
circle: true,
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
+
primary_color_hex: '#000000',
|
|
1722
|
+
background_color_hex: '#FFFFFF'
|
|
1721
1723
|
}
|
|
1722
1724
|
},
|
|
1723
1725
|
{
|
|
1724
1726
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1725
1727
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1726
1728
|
theme: {
|
|
1727
|
-
circle:
|
|
1729
|
+
circle: false,
|
|
1728
1730
|
dark_mode: true,
|
|
1729
1731
|
primary_color_hex: '#FFFFFF'
|
|
1730
1732
|
}
|
|
@@ -1733,7 +1735,7 @@ const assets = {
|
|
|
1733
1735
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1734
1736
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1735
1737
|
theme: {
|
|
1736
|
-
circle:
|
|
1738
|
+
circle: false,
|
|
1737
1739
|
dark_mode: false,
|
|
1738
1740
|
primary_color_hex: '#000000'
|
|
1739
1741
|
}
|
|
@@ -5343,7 +5345,8 @@ const assets = {
|
|
|
5343
5345
|
display: 'ORAI',
|
|
5344
5346
|
symbol: 'ORAI',
|
|
5345
5347
|
logo_URIs: {
|
|
5346
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5348
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5349
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
5347
5350
|
},
|
|
5348
5351
|
coingecko_id: 'oraichain-token',
|
|
5349
5352
|
socials: {
|
|
@@ -5353,17 +5356,18 @@ const assets = {
|
|
|
5353
5356
|
images: [
|
|
5354
5357
|
{
|
|
5355
5358
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5359
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
5356
5360
|
theme: {
|
|
5357
5361
|
circle: true,
|
|
5358
|
-
|
|
5359
|
-
|
|
5362
|
+
primary_color_hex: '#000000',
|
|
5363
|
+
background_color_hex: '#FFFFFF'
|
|
5360
5364
|
}
|
|
5361
5365
|
},
|
|
5362
5366
|
{
|
|
5363
5367
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
5364
5368
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
5365
5369
|
theme: {
|
|
5366
|
-
circle:
|
|
5370
|
+
circle: false,
|
|
5367
5371
|
dark_mode: true,
|
|
5368
5372
|
primary_color_hex: '#FFFFFF'
|
|
5369
5373
|
}
|
|
@@ -5372,7 +5376,7 @@ const assets = {
|
|
|
5372
5376
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
5373
5377
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
5374
5378
|
theme: {
|
|
5375
|
-
circle:
|
|
5379
|
+
circle: false,
|
|
5376
5380
|
dark_mode: false,
|
|
5377
5381
|
primary_color_hex: '#000000'
|
|
5378
5382
|
}
|
package/esm/mainnet/osmosis.js
CHANGED
|
@@ -5257,7 +5257,8 @@ const assets = {
|
|
|
5257
5257
|
display: 'ORAI',
|
|
5258
5258
|
symbol: 'ORAI',
|
|
5259
5259
|
logo_URIs: {
|
|
5260
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
5260
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5261
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
5261
5262
|
},
|
|
5262
5263
|
coingecko_id: 'oraichain-token',
|
|
5263
5264
|
socials: {
|
|
@@ -5267,17 +5268,18 @@ const assets = {
|
|
|
5267
5268
|
images: [
|
|
5268
5269
|
{
|
|
5269
5270
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
5271
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
5270
5272
|
theme: {
|
|
5271
5273
|
circle: true,
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
+
primary_color_hex: '#000000',
|
|
5275
|
+
background_color_hex: '#FFFFFF'
|
|
5274
5276
|
}
|
|
5275
5277
|
},
|
|
5276
5278
|
{
|
|
5277
5279
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
5278
5280
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
5279
5281
|
theme: {
|
|
5280
|
-
circle:
|
|
5282
|
+
circle: false,
|
|
5281
5283
|
dark_mode: true,
|
|
5282
5284
|
primary_color_hex: '#FFFFFF'
|
|
5283
5285
|
}
|
|
@@ -5286,7 +5288,7 @@ const assets = {
|
|
|
5286
5288
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
5287
5289
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
5288
5290
|
theme: {
|
|
5289
|
-
circle:
|
|
5291
|
+
circle: false,
|
|
5290
5292
|
dark_mode: false,
|
|
5291
5293
|
primary_color_hex: '#000000'
|
|
5292
5294
|
}
|
|
@@ -10560,7 +10562,8 @@ const assets = {
|
|
|
10560
10562
|
display: 'ORAI',
|
|
10561
10563
|
symbol: 'ORAI',
|
|
10562
10564
|
logo_URIs: {
|
|
10563
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
10565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
10566
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
10564
10567
|
},
|
|
10565
10568
|
coingecko_id: 'oraichain-token',
|
|
10566
10569
|
socials: {
|
|
@@ -10570,17 +10573,18 @@ const assets = {
|
|
|
10570
10573
|
images: [
|
|
10571
10574
|
{
|
|
10572
10575
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
10576
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
10573
10577
|
theme: {
|
|
10574
10578
|
circle: true,
|
|
10575
|
-
|
|
10576
|
-
|
|
10579
|
+
primary_color_hex: '#000000',
|
|
10580
|
+
background_color_hex: '#FFFFFF'
|
|
10577
10581
|
}
|
|
10578
10582
|
},
|
|
10579
10583
|
{
|
|
10580
10584
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
10581
10585
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
10582
10586
|
theme: {
|
|
10583
|
-
circle:
|
|
10587
|
+
circle: false,
|
|
10584
10588
|
dark_mode: true,
|
|
10585
10589
|
primary_color_hex: '#FFFFFF'
|
|
10586
10590
|
}
|
|
@@ -10589,7 +10593,7 @@ const assets = {
|
|
|
10589
10593
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
10590
10594
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
10591
10595
|
theme: {
|
|
10592
|
-
circle:
|
|
10596
|
+
circle: false,
|
|
10593
10597
|
dark_mode: false,
|
|
10594
10598
|
primary_color_hex: '#000000'
|
|
10595
10599
|
}
|
|
@@ -1650,7 +1650,8 @@ const assets = {
|
|
|
1650
1650
|
display: 'ORAI',
|
|
1651
1651
|
symbol: 'ORAI',
|
|
1652
1652
|
logo_URIs: {
|
|
1653
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
1653
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1654
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
1654
1655
|
},
|
|
1655
1656
|
coingecko_id: 'oraichain-token',
|
|
1656
1657
|
socials: {
|
|
@@ -1660,17 +1661,18 @@ const assets = {
|
|
|
1660
1661
|
images: [
|
|
1661
1662
|
{
|
|
1662
1663
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
1664
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
1663
1665
|
theme: {
|
|
1664
1666
|
circle: true,
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
+
primary_color_hex: '#000000',
|
|
1668
|
+
background_color_hex: '#FFFFFF'
|
|
1667
1669
|
}
|
|
1668
1670
|
},
|
|
1669
1671
|
{
|
|
1670
1672
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
1671
1673
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
1672
1674
|
theme: {
|
|
1673
|
-
circle:
|
|
1675
|
+
circle: false,
|
|
1674
1676
|
dark_mode: true,
|
|
1675
1677
|
primary_color_hex: '#FFFFFF'
|
|
1676
1678
|
}
|
|
@@ -1679,7 +1681,7 @@ const assets = {
|
|
|
1679
1681
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
1680
1682
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
1681
1683
|
theme: {
|
|
1682
|
-
circle:
|
|
1684
|
+
circle: false,
|
|
1683
1685
|
dark_mode: false,
|
|
1684
1686
|
primary_color_hex: '#000000'
|
|
1685
1687
|
}
|
|
@@ -3569,7 +3571,8 @@ const assets = {
|
|
|
3569
3571
|
display: 'ORAI',
|
|
3570
3572
|
symbol: 'ORAI',
|
|
3571
3573
|
logo_URIs: {
|
|
3572
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png'
|
|
3574
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
3575
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg'
|
|
3573
3576
|
},
|
|
3574
3577
|
coingecko_id: 'oraichain-token',
|
|
3575
3578
|
socials: {
|
|
@@ -3579,17 +3582,18 @@ const assets = {
|
|
|
3579
3582
|
images: [
|
|
3580
3583
|
{
|
|
3581
3584
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png',
|
|
3585
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.svg',
|
|
3582
3586
|
theme: {
|
|
3583
3587
|
circle: true,
|
|
3584
|
-
|
|
3585
|
-
|
|
3588
|
+
primary_color_hex: '#000000',
|
|
3589
|
+
background_color_hex: '#FFFFFF'
|
|
3586
3590
|
}
|
|
3587
3591
|
},
|
|
3588
3592
|
{
|
|
3589
3593
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.png',
|
|
3590
3594
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-white.svg',
|
|
3591
3595
|
theme: {
|
|
3592
|
-
circle:
|
|
3596
|
+
circle: false,
|
|
3593
3597
|
dark_mode: true,
|
|
3594
3598
|
primary_color_hex: '#FFFFFF'
|
|
3595
3599
|
}
|
|
@@ -3598,7 +3602,7 @@ const assets = {
|
|
|
3598
3602
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png',
|
|
3599
3603
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg',
|
|
3600
3604
|
theme: {
|
|
3601
|
-
circle:
|
|
3605
|
+
circle: false,
|
|
3602
3606
|
dark_mode: false,
|
|
3603
3607
|
primary_color_hex: '#000000'
|
|
3604
3608
|
}
|