@api3/logos 0.2.26 → 0.2.28

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.
@@ -28,7 +28,6 @@ const Chain33111 = require('../logos/chain/Chain33111.svg');
28
28
  const Chain42161 = require('../logos/chain/Chain42161.svg');
29
29
  const Chain421614 = require('../logos/chain/Chain421614.svg');
30
30
  const Chain3776 = require('../logos/chain/Chain3776.svg');
31
- const Chain6038361 = require('../logos/chain/Chain6038361.svg');
32
31
  const Chain2340 = require('../logos/chain/Chain2340.svg');
33
32
  const Chain43114 = require('../logos/chain/Chain43114.svg');
34
33
  const Chain43113 = require('../logos/chain/Chain43113.svg');
@@ -58,11 +57,11 @@ const Chain2522 = require('../logos/chain/Chain2522.svg');
58
57
  const Chain100 = require('../logos/chain/Chain100.svg');
59
58
  const Chain10200 = require('../logos/chain/Chain10200.svg');
60
59
  const Chain177 = require('../logos/chain/Chain177.svg');
61
- const Chain133 = require('../logos/chain/Chain133.svg');
62
60
  const Chain13473 = require('../logos/chain/Chain13473.svg');
63
61
  const Chain2525 = require('../logos/chain/Chain2525.svg');
64
62
  const Chain2424 = require('../logos/chain/Chain2424.svg');
65
63
  const Chain763373 = require('../logos/chain/Chain763373.svg');
64
+ const Chain57073 = require('../logos/chain/Chain57073.svg');
66
65
  const Chain2222 = require('../logos/chain/Chain2222.svg');
67
66
  const Chain2221 = require('../logos/chain/Chain2221.svg');
68
67
  const Chain255 = require('../logos/chain/Chain255.svg');
@@ -186,8 +185,6 @@ function ChainLogo(id, light = false) {
186
185
  return Chain421614;
187
186
  case "3776":
188
187
  return Chain3776;
189
- case "6038361":
190
- return Chain6038361;
191
188
  case "2340":
192
189
  return Chain2340;
193
190
  case "43114":
@@ -246,8 +243,6 @@ function ChainLogo(id, light = false) {
246
243
  return Chain10200;
247
244
  case "177":
248
245
  return Chain177;
249
- case "133":
250
- return Chain133;
251
246
  case "13473":
252
247
  return Chain13473;
253
248
  case "2525":
@@ -256,6 +251,8 @@ function ChainLogo(id, light = false) {
256
251
  return Chain2424;
257
252
  case "763373":
258
253
  return Chain763373;
254
+ case "57073":
255
+ return Chain57073;
259
256
  case "2222":
260
257
  return Chain2222;
261
258
  case "2221":
@@ -2,6 +2,7 @@ const camelcase = require('camelcase');
2
2
  const SymbolBnbxLight = require('../logos/symbol/BnbxLight.svg');
3
3
  const SymbolEthxLight = require('../logos/symbol/EthxLight.svg');
4
4
  const SymbolMaticxLight = require('../logos/symbol/MaticxLight.svg');
5
+ const SymbolSLight = require('../logos/symbol/SLight.svg');
5
6
  const SymbolAave = require('../logos/symbol/Aave.svg');
6
7
  const SymbolUsd = require('../logos/symbol/Usd.svg');
7
8
  const SymbolAda = require('../logos/symbol/Ada.svg');
@@ -143,11 +144,13 @@ const SymbolRpl = require('../logos/symbol/Rpl.svg');
143
144
  const SymbolRsr = require('../logos/symbol/Rsr.svg');
144
145
  const SymbolRswEth = require('../logos/symbol/Rsweth.svg');
145
146
  const SymbolRune = require('../logos/symbol/Rune.svg');
147
+ const SymbolS = require('../logos/symbol/S.svg');
146
148
  const SymbolSafe = require('../logos/symbol/Safe.svg');
147
149
  const SymbolSand = require('../logos/symbol/Sand.svg');
148
150
  const SymbolSats = require('../logos/symbol/Sats.svg');
149
151
  const SymbolSAvax = require('../logos/symbol/Savax.svg');
150
152
  const SymbolScr = require('../logos/symbol/Scr.svg');
153
+ const SymbolScrvUsd = require('../logos/symbol/Scrvusd.svg');
151
154
  const SymbolSDai = require('../logos/symbol/Sdai.svg');
152
155
  const SymbolSei = require('../logos/symbol/Sei.svg');
153
156
  const SymbolSFrax = require('../logos/symbol/Sfrax.svg');
@@ -183,6 +186,7 @@ const SymbolUsdc = require('../logos/symbol/Usdc.svg');
183
186
  const SymbolUsdp = require('../logos/symbol/Usdp.svg');
184
187
  const SymbolUsdt = require('../logos/symbol/Usdt.svg');
185
188
  const SymbolUsdy = require('../logos/symbol/Usdy.svg');
189
+ const SymbolVelo = require('../logos/symbol/Velo.svg');
186
190
  const SymbolW = require('../logos/symbol/W.svg');
187
191
  const SymbolWBeth = require('../logos/symbol/Wbeth.svg');
188
192
  const SymbolWeEth = require('../logos/symbol/Weeth.svg');
@@ -219,6 +223,8 @@ function SymbolLogo(id, light = false) {
219
223
  return SymbolEthxLight;
220
224
  case "maticxlight":
221
225
  return SymbolMaticxLight;
226
+ case "slight":
227
+ return SymbolSLight;
222
228
  case "aave":
223
229
  return SymbolAave;
224
230
  case "usd":
@@ -501,6 +507,8 @@ function SymbolLogo(id, light = false) {
501
507
  return SymbolRswEth;
502
508
  case "rune":
503
509
  return SymbolRune;
510
+ case "s":
511
+ return SymbolS;
504
512
  case "safe":
505
513
  return SymbolSafe;
506
514
  case "sand":
@@ -511,6 +519,8 @@ function SymbolLogo(id, light = false) {
511
519
  return SymbolSAvax;
512
520
  case "scr":
513
521
  return SymbolScr;
522
+ case "scrvusd":
523
+ return SymbolScrvUsd;
514
524
  case "sdai":
515
525
  return SymbolSDai;
516
526
  case "sei":
@@ -581,6 +591,8 @@ function SymbolLogo(id, light = false) {
581
591
  return SymbolUsdt;
582
592
  case "usdy":
583
593
  return SymbolUsdy;
594
+ case "velo":
595
+ return SymbolVelo;
584
596
  case "w":
585
597
  return SymbolW;
586
598
  case "wbeth":
@@ -1,6 +1,6 @@
1
- export { default as ApiProviderLogo } from './ApiProviderLogo.js';
2
- export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
3
1
  export { default as ChainLogo } from './ChainLogo.js';
4
2
  export { default as ChainLogoMissing } from './ChainLogoMissing.json';
5
3
  export { default as SymbolLogo } from './SymbolLogo.js';
6
4
  export { default as SymbolLogoMissing } from './SymbolLogoMissing.json';
5
+ export { default as ApiProviderLogo } from './ApiProviderLogo.js';
6
+ export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json';
package/dist/cjs/index.js CHANGED
@@ -1,6 +1,6 @@
1
- module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
2
- module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
3
1
  module.exports.ChainLogo = require('./ChainLogo.js');
4
2
  module.exports.ChainLogoMissing = require('./ChainLogoMissing.json');
5
3
  module.exports.SymbolLogo = require('./SymbolLogo.js');
6
4
  module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json');
5
+ module.exports.ApiProviderLogo = require('./ApiProviderLogo.js');
6
+ module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json');
@@ -28,7 +28,6 @@ import Chain33111 from '../logos/chain/Chain33111.svg';
28
28
  import Chain42161 from '../logos/chain/Chain42161.svg';
29
29
  import Chain421614 from '../logos/chain/Chain421614.svg';
30
30
  import Chain3776 from '../logos/chain/Chain3776.svg';
31
- import Chain6038361 from '../logos/chain/Chain6038361.svg';
32
31
  import Chain2340 from '../logos/chain/Chain2340.svg';
33
32
  import Chain43114 from '../logos/chain/Chain43114.svg';
34
33
  import Chain43113 from '../logos/chain/Chain43113.svg';
@@ -58,11 +57,11 @@ import Chain2522 from '../logos/chain/Chain2522.svg';
58
57
  import Chain100 from '../logos/chain/Chain100.svg';
59
58
  import Chain10200 from '../logos/chain/Chain10200.svg';
60
59
  import Chain177 from '../logos/chain/Chain177.svg';
61
- import Chain133 from '../logos/chain/Chain133.svg';
62
60
  import Chain13473 from '../logos/chain/Chain13473.svg';
63
61
  import Chain2525 from '../logos/chain/Chain2525.svg';
64
62
  import Chain2424 from '../logos/chain/Chain2424.svg';
65
63
  import Chain763373 from '../logos/chain/Chain763373.svg';
64
+ import Chain57073 from '../logos/chain/Chain57073.svg';
66
65
  import Chain2222 from '../logos/chain/Chain2222.svg';
67
66
  import Chain2221 from '../logos/chain/Chain2221.svg';
68
67
  import Chain255 from '../logos/chain/Chain255.svg';
@@ -186,8 +185,6 @@ function ChainLogo(id, light = false) {
186
185
  return Chain421614;
187
186
  case "3776":
188
187
  return Chain3776;
189
- case "6038361":
190
- return Chain6038361;
191
188
  case "2340":
192
189
  return Chain2340;
193
190
  case "43114":
@@ -246,8 +243,6 @@ function ChainLogo(id, light = false) {
246
243
  return Chain10200;
247
244
  case "177":
248
245
  return Chain177;
249
- case "133":
250
- return Chain133;
251
246
  case "13473":
252
247
  return Chain13473;
253
248
  case "2525":
@@ -256,6 +251,8 @@ function ChainLogo(id, light = false) {
256
251
  return Chain2424;
257
252
  case "763373":
258
253
  return Chain763373;
254
+ case "57073":
255
+ return Chain57073;
259
256
  case "2222":
260
257
  return Chain2222;
261
258
  case "2221":
@@ -2,6 +2,7 @@ import camelcase from 'camelcase';
2
2
  import SymbolBnbxLight from '../logos/symbol/BnbxLight.svg';
3
3
  import SymbolEthxLight from '../logos/symbol/EthxLight.svg';
4
4
  import SymbolMaticxLight from '../logos/symbol/MaticxLight.svg';
5
+ import SymbolSLight from '../logos/symbol/SLight.svg';
5
6
  import SymbolAave from '../logos/symbol/Aave.svg';
6
7
  import SymbolUsd from '../logos/symbol/Usd.svg';
7
8
  import SymbolAda from '../logos/symbol/Ada.svg';
@@ -143,11 +144,13 @@ import SymbolRpl from '../logos/symbol/Rpl.svg';
143
144
  import SymbolRsr from '../logos/symbol/Rsr.svg';
144
145
  import SymbolRswEth from '../logos/symbol/Rsweth.svg';
145
146
  import SymbolRune from '../logos/symbol/Rune.svg';
147
+ import SymbolS from '../logos/symbol/S.svg';
146
148
  import SymbolSafe from '../logos/symbol/Safe.svg';
147
149
  import SymbolSand from '../logos/symbol/Sand.svg';
148
150
  import SymbolSats from '../logos/symbol/Sats.svg';
149
151
  import SymbolSAvax from '../logos/symbol/Savax.svg';
150
152
  import SymbolScr from '../logos/symbol/Scr.svg';
153
+ import SymbolScrvUsd from '../logos/symbol/Scrvusd.svg';
151
154
  import SymbolSDai from '../logos/symbol/Sdai.svg';
152
155
  import SymbolSei from '../logos/symbol/Sei.svg';
153
156
  import SymbolSFrax from '../logos/symbol/Sfrax.svg';
@@ -183,6 +186,7 @@ import SymbolUsdc from '../logos/symbol/Usdc.svg';
183
186
  import SymbolUsdp from '../logos/symbol/Usdp.svg';
184
187
  import SymbolUsdt from '../logos/symbol/Usdt.svg';
185
188
  import SymbolUsdy from '../logos/symbol/Usdy.svg';
189
+ import SymbolVelo from '../logos/symbol/Velo.svg';
186
190
  import SymbolW from '../logos/symbol/W.svg';
187
191
  import SymbolWBeth from '../logos/symbol/Wbeth.svg';
188
192
  import SymbolWeEth from '../logos/symbol/Weeth.svg';
@@ -219,6 +223,8 @@ function SymbolLogo(id, light = false) {
219
223
  return SymbolEthxLight;
220
224
  case "maticxlight":
221
225
  return SymbolMaticxLight;
226
+ case "slight":
227
+ return SymbolSLight;
222
228
  case "aave":
223
229
  return SymbolAave;
224
230
  case "usd":
@@ -501,6 +507,8 @@ function SymbolLogo(id, light = false) {
501
507
  return SymbolRswEth;
502
508
  case "rune":
503
509
  return SymbolRune;
510
+ case "s":
511
+ return SymbolS;
504
512
  case "safe":
505
513
  return SymbolSafe;
506
514
  case "sand":
@@ -511,6 +519,8 @@ function SymbolLogo(id, light = false) {
511
519
  return SymbolSAvax;
512
520
  case "scr":
513
521
  return SymbolScr;
522
+ case "scrvusd":
523
+ return SymbolScrvUsd;
514
524
  case "sdai":
515
525
  return SymbolSDai;
516
526
  case "sei":
@@ -581,6 +591,8 @@ function SymbolLogo(id, light = false) {
581
591
  return SymbolUsdt;
582
592
  case "usdy":
583
593
  return SymbolUsdy;
594
+ case "velo":
595
+ return SymbolVelo;
584
596
  case "w":
585
597
  return SymbolW;
586
598
  case "wbeth":
@@ -0,0 +1,3 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#7133F5" fill-rule="evenodd" d="M20.6399 12C20.6399 7.22824 16.7716 3.35999 11.9999 3.35999C7.22812 3.35999 3.35986 7.22824 3.35986 12C3.35986 16.7717 7.22812 20.64 11.9999 20.64C16.7716 20.64 20.6399 16.7717 20.6399 12ZM13.233 18.4663C13.233 19.0524 12.752 19.5289 12.0691 19.5425C12.0502 19.5427 12.0313 19.5428 12.0123 19.5429H11.9874C7.82733 19.5361 4.45701 16.1616 4.45701 12C4.45701 7.83419 7.83406 4.45714 11.9999 4.45714C12.0223 4.45714 12.0448 4.45724 12.0672 4.45744C12.8377 4.47116 13.233 4.94757 13.233 5.53368C13.233 6.13018 12.7057 6.56913 12.1471 6.56913C11.5884 6.56913 11.561 6.56913 11.0263 6.61198C10.4915 6.65484 9.93852 7.09378 9.93852 7.68852C9.93852 8.2868 10.4246 8.76859 11.0263 8.76859H15.7688C16.3687 8.76859 16.8547 9.25039 16.8547 9.84514C16.8547 10.4399 16.3687 10.9217 15.7688 10.9217H8.46405C7.86233 10.9217 7.37633 11.4052 7.37633 12.0017C7.37633 12.5965 7.86233 13.0783 8.46405 13.0783H12.1471C12.7471 13.0783 13.233 13.5601 13.233 14.1566C13.233 14.7513 12.7471 15.2332 12.1471 15.2332H11.0263C10.4246 15.2332 9.93852 15.7149 9.93852 16.3097C9.93852 16.9062 10.4366 17.3416 11.0263 17.3863C11.0727 17.3898 11.1153 17.393 11.1544 17.396C11.3619 17.4118 11.4752 17.4204 11.5888 17.4252C11.7255 17.4309 11.8625 17.4309 12.1644 17.4309C12.7644 17.4309 13.233 17.8715 13.233 18.4663Z" clip-rule="evenodd"/>
3
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
+ <mask id="s_svg__mask0_6116_120279" width="42" height="42" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance">
3
+ <path fill="white" d="M42 0H0V42H42V0Z"/>
4
+ </mask>
5
+ <g mask="url(#s_svg__mask0_6116_120279)">
6
+ <path fill="white" d="M42 21C42 9.40202 32.5979 0 21 0C9.40202 0 0 9.40202 0 21C0 32.5979 9.40202 42 21 42C32.5979 42 42 32.5979 42 21Z"/>
7
+ <path fill="#141416" d="M24.2147 24.8176C18.2612 26.6037 13.3362 29.2087 10.2533 32.2611L10.1172 32.3965C10.937 33.1714 11.8359 33.8644 12.8076 34.4535L13.0165 34.1983C13.8584 33.1714 14.7605 32.1792 15.7005 31.2436C18.2231 28.7331 21.1099 26.5596 24.2179 24.8145L24.2147 24.8176Z"/>
8
+ <path fill="#141416" d="M5.24658 22.1758C5.48397 25.3604 6.66776 28.2805 8.5257 30.6556L8.61115 30.5705C10.5198 28.69 13.0044 26.9795 16.0017 25.4896C18.6288 24.1823 21.6453 23.0609 24.8959 22.1758H5.24658Z"/>
9
+ <path fill="#141416" d="M17.366 9.0867C22.6931 14.3881 29.3968 17.8941 36.7495 19.2234C35.8633 11.3641 29.1658 5.25 21.0282 5.25C18.879 5.25 16.8312 5.6784 14.9604 6.45015C15.7201 7.36365 16.5305 8.25195 17.366 9.0867Z"/>
10
+ <path fill="#141416" d="M10.2533 9.73927C13.3362 12.7948 18.2612 15.3967 24.2147 17.1859C21.1067 15.4376 18.2199 13.2673 15.6973 10.7567C14.7605 9.82432 13.8584 8.83208 13.0133 7.80203L12.8044 7.54688C11.8327 8.13593 10.9338 8.82892 10.1172 9.60382L10.2533 9.73927Z"/>
11
+ <path fill="#141416" d="M17.366 32.9172C16.5273 33.7519 15.717 34.6402 14.9604 35.5537C16.828 36.3255 18.879 36.7539 21.0282 36.7539C29.1658 36.7539 35.8633 30.6397 36.7526 22.7773C29.4 24.1066 22.6963 27.6126 17.3691 32.914L17.366 32.9172Z"/>
12
+ <path fill="#141416" d="M16.0017 16.5137C13.0044 15.0237 10.5198 13.3133 8.61115 11.4327L8.5257 11.3477C6.66776 13.7228 5.48397 16.6428 5.24658 19.8275H24.8927C21.6421 18.9423 18.6288 17.8209 15.9986 16.5105L16.0017 16.5137Z"/>
13
+ </g>
14
+ </svg>
@@ -0,0 +1,14 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 42 42">
2
+ <mask id="s-light_svg__mask0_6116_120591" width="42" height="42" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:luminance">
3
+ <path fill="white" d="M42 0H0V42H42V0Z"/>
4
+ </mask>
5
+ <g mask="url(#s-light_svg__mask0_6116_120591)">
6
+ <path fill="#1E2739" d="M42 21C42 9.40202 32.5979 0 21 0C9.40202 0 0 9.40202 0 21C0 32.5979 9.40202 42 21 42C32.5979 42 42 32.5979 42 21Z"/>
7
+ <path fill="white" d="M24.2149 24.8176C18.2612 26.6037 13.3362 29.2087 10.2533 32.2611L10.1172 32.3965C10.937 33.1714 11.8359 33.8644 12.8076 34.4535L13.0165 34.1983C13.8584 33.1714 14.7605 32.1792 15.7005 31.2436C18.223 28.7331 21.1098 26.5596 24.218 24.8145L24.2149 24.8176Z"/>
8
+ <path fill="white" d="M5.25 22.1758C5.48737 25.3604 6.67116 28.2805 8.5291 30.6556L8.61457 30.5705C10.5232 28.69 13.0078 26.9795 16.0051 25.4896C18.6323 24.1823 21.6486 23.0609 24.8992 22.1758H5.25Z"/>
9
+ <path fill="white" d="M17.366 9.0867C22.693 14.3881 29.3967 17.8941 36.7495 19.2234C35.8631 11.3641 29.1657 5.25 21.0282 5.25C18.8788 5.25 16.8312 5.6784 14.9604 6.45015C15.7201 7.36365 16.5305 8.25195 17.366 9.0867Z"/>
10
+ <path fill="white" d="M10.2533 9.73928C13.3362 12.7948 18.2612 15.3967 24.2149 17.1859C21.1067 15.4376 18.2199 13.2673 15.6973 10.7567C14.7605 9.82432 13.8584 8.83208 13.0133 7.80203L12.8044 7.54688C11.8327 8.13593 10.9338 8.82892 10.1172 9.60382L10.2533 9.73928Z"/>
11
+ <path fill="white" d="M17.366 32.9172C16.5273 33.7519 15.717 34.6402 14.9604 35.5537C16.828 36.3255 18.8788 36.7539 21.0282 36.7539C29.1657 36.7539 35.8631 30.6397 36.7526 22.7773C29.3998 24.1066 22.6961 27.6126 17.3691 32.914L17.366 32.9172Z"/>
12
+ <path fill="white" d="M16.0052 16.5137C13.0078 15.0237 10.5232 13.3133 8.61457 11.4327L8.5291 11.3477C6.67116 13.7228 5.48737 16.6428 5.25 19.8275H24.8961C21.6455 18.9423 18.6323 17.8209 16.002 16.5105L16.0052 16.5137Z"/>
13
+ </g>
14
+ </svg>