@perspectivefi/token-list 1.26.0 → 1.26.7

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/package.json CHANGED
@@ -1,9 +1,13 @@
1
1
  {
2
2
  "name": "@perspectivefi/token-list",
3
- "version": "1.26.0",
3
+ "version": "1.26.7",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
+ "repository": {
8
+ "type": "git",
9
+ "url": "git+https://github.com/perspectivefi/token-list.git"
10
+ },
7
11
  "files": [
8
12
  "dist",
9
13
  "src/images"
@@ -18,10 +22,11 @@
18
22
  "author": "Spectra",
19
23
  "license": "ISC",
20
24
  "scripts": {
21
- "build": "npx bun run src/build.ts && tsup",
25
+ "build": "bun run src/build.ts && tsup",
22
26
  "format": "prettier --write src/**/*.json"
23
27
  },
24
28
  "dependencies": {
29
+ "bun": "^1.3.3",
25
30
  "react": "^18.3.1",
26
31
  "wagmi": "1.4.7"
27
32
  },
@@ -0,0 +1,22 @@
1
+ <svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="16" cy="16" r="15" transform="rotate(-90 16 16)" stroke="url(#paint0_linear_408_88)" stroke-width="2"/>
3
+ <circle cx="15.9538" cy="15.9172" r="15.1467" fill="#111111"/>
4
+ <path d="M23.9995 15.9422C24.014 17.2652 23.7391 18.5295 23.1991 19.7373C22.428 21.4573 20.5793 22.8636 18.8912 21.3666C17.5144 20.1465 17.259 17.6695 15.1962 17.3069C12.467 16.9737 12.4013 20.1612 10.6183 20.5213C8.63094 20.9281 7.97173 17.5617 8.00092 16.0328C8.03011 14.504 8.43391 12.3553 10.161 12.3553C12.1483 12.3553 12.2821 15.386 14.8046 15.2219C17.3028 15.0504 17.3466 11.8971 18.9788 10.5472C20.3872 9.38092 22.0437 10.236 22.8732 11.6399C23.6418 12.9384 23.98 14.4623 23.997 15.9422H23.9995Z" fill="url(#paint1_linear_408_88)"/>
5
+ <path d="M13.7329 4.97852C8.60656 6.0276 4.75049 10.5635 4.75049 16C4.75056 21.4364 8.60658 25.9724 13.7329 27.0215V27.7842C8.18983 26.724 4.00056 21.8521 4.00049 16C4.00049 10.1478 8.18972 5.27498 13.7329 4.21484V4.97852ZM18.2671 4.21484C23.8106 5.27472 28.0005 10.1476 28.0005 16C28.0004 21.8523 23.8105 26.7243 18.2671 27.7842V27.0215C23.3937 25.9727 27.2504 21.4367 27.2505 16C27.2505 10.5632 23.3939 6.02631 18.2671 4.97754V4.21484Z" fill="url(#paint2_linear_408_88)"/>
6
+ <defs>
7
+ <linearGradient id="paint0_linear_408_88" x1="-4.26667" y1="16.2133" x2="36.0533" y2="15.5733" gradientUnits="userSpaceOnUse">
8
+ <stop stop-color="#707070"/>
9
+ <stop offset="0.5" stop-color="white"/>
10
+ <stop offset="1" stop-color="#707070"/>
11
+ </linearGradient>
12
+ <linearGradient id="paint1_linear_408_88" x1="4.91964" y1="17.4996" x2="26.2215" y2="17.2967" gradientUnits="userSpaceOnUse">
13
+ <stop stop-color="#707070"/>
14
+ <stop offset="0.504808" stop-color="white"/>
15
+ <stop offset="1" stop-color="#707070"/>
16
+ </linearGradient>
17
+ <linearGradient id="paint2_linear_408_88" x1="16.0005" y1="3.98134" x2="16.0005" y2="28.0188" gradientUnits="userSpaceOnUse">
18
+ <stop stop-color="white"/>
19
+ <stop offset="1" stop-color="#707070"/>
20
+ </linearGradient>
21
+ </defs>
22
+ </svg>