@api3/logos 0.1.53 → 0.1.54

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.
@@ -114,6 +114,7 @@ const Chain30 = require('../logos/chain/Chain30.svg');
114
114
  const Chain534351 = require('../logos/chain/Chain534351.svg');
115
115
  const Chain1328 = require('../logos/chain/Chain1328.svg');
116
116
  const Chain1329 = require('../logos/chain/Chain1329.svg');
117
+ const Chain1946 = require('../logos/chain/Chain1946.svg');
117
118
  const Chain64165 = require('../logos/chain/Chain64165.svg');
118
119
  const Chain167009 = require('../logos/chain/Chain167009.svg');
119
120
  const Chain167000 = require('../logos/chain/Chain167000.svg');
@@ -363,6 +364,8 @@ function ChainLogo(id, light = false) {
363
364
  return Chain1328;
364
365
  case "1329":
365
366
  return Chain1329;
367
+ case "1946":
368
+ return Chain1946;
366
369
  case "64165":
367
370
  return Chain64165;
368
371
  case "167009":
@@ -114,6 +114,7 @@ import Chain30 from '../logos/chain/Chain30.svg';
114
114
  import Chain534351 from '../logos/chain/Chain534351.svg';
115
115
  import Chain1328 from '../logos/chain/Chain1328.svg';
116
116
  import Chain1329 from '../logos/chain/Chain1329.svg';
117
+ import Chain1946 from '../logos/chain/Chain1946.svg';
117
118
  import Chain64165 from '../logos/chain/Chain64165.svg';
118
119
  import Chain167009 from '../logos/chain/Chain167009.svg';
119
120
  import Chain167000 from '../logos/chain/Chain167000.svg';
@@ -363,6 +364,8 @@ function ChainLogo(id, light = false) {
363
364
  return Chain1328;
364
365
  case "1329":
365
366
  return Chain1329;
367
+ case "1946":
368
+ return Chain1946;
366
369
  case "64165":
367
370
  return Chain64165;
368
371
  case "167009":
@@ -0,0 +1,4 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24">
2
+ <path fill="#6C6D6D" d="M10.8386 7.13592C11.6679 6.93625 12.5346 6.95285 13.3557 7.18413C14.1767 7.41541 14.9248 7.85363 15.5283 8.4569C17.173 10.1034 17.4942 12.5468 16.3067 14.4788C15.927 15.0944 15.4703 15.6589 14.9478 16.1588C13.2876 17.8112 10.2401 20.8247 10.2401 20.8247C12.5079 21.2793 14.8636 20.842 16.8176 19.6036C18.7716 18.3652 20.1737 16.4209 20.7326 14.1748C21.2922 11.9288 20.9663 9.55346 19.8225 7.5416C18.6786 5.52974 16.8047 4.03587 14.5896 3.36999L10.8386 7.13592Z"/>
3
+ <path fill="#6C6D6D" d="M10.636 16.8188C11.4571 17.05 12.3237 17.0668 13.1531 16.8675L9.39313 20.625C7.18217 19.9554 5.31311 18.4606 4.17287 16.4501C3.03263 14.4396 2.70851 12.0672 3.26761 9.82417C3.82605 7.5809 5.22564 5.63874 7.17623 4.4003C9.12683 3.16186 11.4788 2.72214 13.7446 3.17229C13.7446 3.17229 10.6971 6.18373 9.03742 7.8387C8.51426 8.33686 8.05752 8.90051 7.67853 9.51567C7.10116 10.4593 6.86411 11.5724 7.00682 12.6697C7.14953 13.767 7.66339 14.7822 8.46289 15.5466C9.06672 16.1495 9.81488 16.5875 10.636 16.8188Z"/>
4
+ </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api3/logos",
3
- "version": "0.1.53",
3
+ "version": "0.1.54",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "repository": {
@@ -25,16 +25,16 @@
25
25
  "@babel/core": "^7.25.2",
26
26
  "@babel/preset-react": "^7.24.7",
27
27
  "@changesets/changelog-github": "^0.5.0",
28
- "@changesets/cli": "^2.27.7",
28
+ "@changesets/cli": "^2.27.8",
29
29
  "@api3/api-integrations": "^1.28.0",
30
- "@api3/chains": "^10.1.1",
30
+ "@api3/chains": "^10.2.0",
31
31
  "dropbox": "^10.34.0",
32
32
  "node-fetch": "^2.7.0",
33
33
  "dotenv": "^16.4.5",
34
34
  "prettier": "^3.3.3",
35
35
  "rimraf": "^6.0.1",
36
- "@typescript-eslint/eslint-plugin": "^8.3.0",
37
- "@typescript-eslint/parser": "^8.3.0",
36
+ "@typescript-eslint/eslint-plugin": "^8.4.0",
37
+ "@typescript-eslint/parser": "^8.4.0",
38
38
  "eslint-config-prettier": "^9.1.0",
39
39
  "svgo": "^3.3.0"
40
40
  },