@eth-optimism/tokenlist 4.3.1

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.
Files changed (228) hide show
  1. package/.dockerignore +1 -0
  2. package/.env.example +2 -0
  3. package/.eslintrc.js +188 -0
  4. package/.github/CODEOWNERS +1 -0
  5. package/.github/mergify.yml +57 -0
  6. package/.github/workflows/dependabot.yml +13 -0
  7. package/.github/workflows/generate.yml +57 -0
  8. package/.github/workflows/publish.yml +50 -0
  9. package/.github/workflows/stale.yml +19 -0
  10. package/.github/workflows/test.yml +43 -0
  11. package/.github/workflows/validate.yml +67 -0
  12. package/.prettierrc.js +8 -0
  13. package/.vscode/extensions.json +10 -0
  14. package/.vscode/settings.json +10 -0
  15. package/CNAME +1 -0
  16. package/Dockerfile.bot +14 -0
  17. package/README.md +162 -0
  18. package/babel.config.js +6 -0
  19. package/bin/cli.ts +61 -0
  20. package/data/0xBTC/data.json +19 -0
  21. package/data/0xBTC/logo.png +0 -0
  22. package/data/AAVE/data.json +19 -0
  23. package/data/AAVE/logo.svg +1 -0
  24. package/data/ACX/data.json +15 -0
  25. package/data/ACX/logo.png +0 -0
  26. package/data/AELIN/data.json +11 -0
  27. package/data/AELIN/logo.png +0 -0
  28. package/data/BAL/data.json +19 -0
  29. package/data/BAL/logo.png +0 -0
  30. package/data/BANK/data.json +15 -0
  31. package/data/BANK/logo.png +0 -0
  32. package/data/BAXA/data.json +22 -0
  33. package/data/BAXA/logo.svg +3 -0
  34. package/data/BOB/data.json +16 -0
  35. package/data/BOB/logo.svg +11 -0
  36. package/data/BOND/data.json +19 -0
  37. package/data/BOND/logo.svg +10 -0
  38. package/data/BitANT/data.json +19 -0
  39. package/data/BitANT/logo.png +0 -0
  40. package/data/BitBTC/data.json +31 -0
  41. package/data/BitBTC/logo.png +0 -0
  42. package/data/CRV/data.json +13 -0
  43. package/data/CRV/logo.png +0 -0
  44. package/data/CTSI/data.json +19 -0
  45. package/data/CTSI/logo.svg +23 -0
  46. package/data/DAI/data.json +43 -0
  47. package/data/DAI/logo.svg +13 -0
  48. package/data/DCN/data.json +25 -0
  49. package/data/DCN/logo.svg +47 -0
  50. package/data/DF/data.json +20 -0
  51. package/data/DF/logo.svg +15 -0
  52. package/data/DHT/data.json +13 -0
  53. package/data/DHT/logo.svg +1 -0
  54. package/data/DOLA/data.json +19 -0
  55. package/data/DOLA/logo.png +0 -0
  56. package/data/DUCK/data.json +13 -0
  57. package/data/DUCK/logo.png +0 -0
  58. package/data/ENS/data.json +13 -0
  59. package/data/ENS/logo.png +0 -0
  60. package/data/EQZ/data.json +19 -0
  61. package/data/EQZ/logo.png +0 -0
  62. package/data/EST/data.json +13 -0
  63. package/data/EST/logo.png +0 -0
  64. package/data/ETH/data.json +25 -0
  65. package/data/ETH/logo.svg +13 -0
  66. package/data/EURT/data.json +13 -0
  67. package/data/EURT/logo.png +0 -0
  68. package/data/FLASH/data.json +16 -0
  69. package/data/FLASH/logo.svg +22 -0
  70. package/data/GTC/data.json +19 -0
  71. package/data/GTC/logo.svg +5 -0
  72. package/data/GYSR/data.json +19 -0
  73. package/data/GYSR/logo.png +0 -0
  74. package/data/HAN/data.json +22 -0
  75. package/data/HAN/logo.svg +25 -0
  76. package/data/IBEX/data.json +16 -0
  77. package/data/IBEX/logo.png +0 -0
  78. package/data/INSURE/data.json +16 -0
  79. package/data/INSURE/logo.png +0 -0
  80. package/data/KNC/data.json +19 -0
  81. package/data/KNC/logo.png +0 -0
  82. package/data/KROM/data.json +19 -0
  83. package/data/KROM/logo.png +0 -0
  84. package/data/LAND/data.json +13 -0
  85. package/data/LAND/logo.png +0 -0
  86. package/data/LDO/data.json +30 -0
  87. package/data/LDO/logo.svg +5 -0
  88. package/data/LINK/data.json +25 -0
  89. package/data/LINK/logo.png +0 -0
  90. package/data/LIZ/data.json +19 -0
  91. package/data/LIZ/logo.png +0 -0
  92. package/data/LPF/data.json +15 -0
  93. package/data/LPF/logo.svg +18 -0
  94. package/data/LRC/data.json +13 -0
  95. package/data/LRC/logo.png +0 -0
  96. package/data/LUSD/data.json +13 -0
  97. package/data/LUSD/logo.svg +1 -0
  98. package/data/LYRA/data.json +13 -0
  99. package/data/LYRA/logo.png +0 -0
  100. package/data/MASK/data.json +13 -0
  101. package/data/MASK/logo.svg +4 -0
  102. package/data/MKR/data.json +14 -0
  103. package/data/MKR/logo.png +0 -0
  104. package/data/MOCHI/data.json +16 -0
  105. package/data/MOCHI/logo.svg +36 -0
  106. package/data/MOM/data.json +19 -0
  107. package/data/MOM/logo.svg +5 -0
  108. package/data/OP/data.json +14 -0
  109. package/data/OP/logo.png +0 -0
  110. package/data/OUTb/data.json +13 -0
  111. package/data/OUTb/logo.svg +4 -0
  112. package/data/PAPER/data.json +13 -0
  113. package/data/PAPER/logo.svg +4 -0
  114. package/data/PERP/data.json +25 -0
  115. package/data/PERP/logo.png +0 -0
  116. package/data/PHTK/data.json +16 -0
  117. package/data/PHTK/logo.svg +14 -0
  118. package/data/POOL/data.json +13 -0
  119. package/data/POOL/logo.svg +22 -0
  120. package/data/POP/data.json +16 -0
  121. package/data/POP/logo.svg +8 -0
  122. package/data/PREMIA/data.json +13 -0
  123. package/data/PREMIA/logo.svg +4 -0
  124. package/data/RAI/data.json +19 -0
  125. package/data/RAI/logo.svg +273 -0
  126. package/data/RFWSTETH/data.json +21 -0
  127. package/data/RFWSTETH/logo.svg +36 -0
  128. package/data/RGT/data.json +13 -0
  129. package/data/RGT/logo.png +0 -0
  130. package/data/SARCO/data.json +13 -0
  131. package/data/SARCO/logo.png +0 -0
  132. package/data/SDL/data.json +22 -0
  133. package/data/SDL/logo.svg +5 -0
  134. package/data/SNX/data.json +43 -0
  135. package/data/SNX/logo.svg +20 -0
  136. package/data/SPANK/data.json +19 -0
  137. package/data/SPANK/logo.png +0 -0
  138. package/data/SUKU/data.json +22 -0
  139. package/data/SUKU/logo.png +0 -0
  140. package/data/THALES/data.json +13 -0
  141. package/data/THALES/logo.png +0 -0
  142. package/data/TRB/data.json +22 -0
  143. package/data/TRB/logo.png +0 -0
  144. package/data/TUSD/data.json +19 -0
  145. package/data/TUSD/logo.png +0 -0
  146. package/data/TheDAO/data.json +32 -0
  147. package/data/TheDAO/logo.svg +1 -0
  148. package/data/UBI/data.json +22 -0
  149. package/data/UBI/logo.svg +5 -0
  150. package/data/UMA/data.json +13 -0
  151. package/data/UMA/logo.png +0 -0
  152. package/data/UNI/data.json +19 -0
  153. package/data/UNI/logo.png +0 -0
  154. package/data/USDC/data.json +28 -0
  155. package/data/USDC/logo.png +0 -0
  156. package/data/USDD/data.json +19 -0
  157. package/data/USDD/logo.png +0 -0
  158. package/data/USDT/data.json +28 -0
  159. package/data/USDT/logo.png +0 -0
  160. package/data/USDplus/data.json +14 -0
  161. package/data/USDplus/logo.svg +9 -0
  162. package/data/UST/data.json +13 -0
  163. package/data/UST/logo.png +0 -0
  164. package/data/USX/data.json +31 -0
  165. package/data/USX/logo.svg +14 -0
  166. package/data/VALX/data.json +15 -0
  167. package/data/VALX/logo.png +0 -0
  168. package/data/VELO/data.json +10 -0
  169. package/data/VELO/logo.svg +71 -0
  170. package/data/WAD/data.json +19 -0
  171. package/data/WAD/logo.png +0 -0
  172. package/data/WBTC/data.json +30 -0
  173. package/data/WBTC/logo.svg +20 -0
  174. package/data/WETH/data.json +11 -0
  175. package/data/WETH/logo.png +0 -0
  176. package/data/WMP/data.json +15 -0
  177. package/data/WMP/logo.svg +52 -0
  178. package/data/WOO/data.json +16 -0
  179. package/data/WOO/logo.svg +1489 -0
  180. package/data/XCHF/data.json +13 -0
  181. package/data/XCHF/logo.png +0 -0
  182. package/data/ZRX/data.json +13 -0
  183. package/data/ZRX/logo.png +0 -0
  184. package/data/aCRV/data.json +22 -0
  185. package/data/aCRV/logo.svg +9 -0
  186. package/data/alETH/data.json +16 -0
  187. package/data/alETH/logo.svg +17 -0
  188. package/data/rETH/data.json +13 -0
  189. package/data/rETH/logo.png +0 -0
  190. package/data/sBTC/data.json +11 -0
  191. package/data/sBTC/logo.svg +18 -0
  192. package/data/sETH/data.json +11 -0
  193. package/data/sETH/logo.svg +23 -0
  194. package/data/sLINK/data.json +11 -0
  195. package/data/sLINK/logo.svg +23 -0
  196. package/data/sUSD/data.json +17 -0
  197. package/data/sUSD/logo.svg +17 -0
  198. package/data/veKWENTA/data.json +22 -0
  199. package/data/veKWENTA/logo.svg +24 -0
  200. package/data/wstETH/data.json +31 -0
  201. package/data/wstETH/logo.svg +11 -0
  202. package/dist/declarations/src/index.d.ts +79 -0
  203. package/dist/eth-optimism-tokenlist.cjs.d.ts +1 -0
  204. package/dist/eth-optimism-tokenlist.cjs.dev.js +3098 -0
  205. package/dist/eth-optimism-tokenlist.cjs.js +7 -0
  206. package/dist/eth-optimism-tokenlist.cjs.prod.js +3098 -0
  207. package/dist/eth-optimism-tokenlist.esm.js +3090 -0
  208. package/jest.config.js +5 -0
  209. package/optimism.defaulttokens.json +26 -0
  210. package/optimism.svg +4 -0
  211. package/optimism.tokenlist.json +3086 -0
  212. package/package.json +80 -0
  213. package/src/abi.ts +77 -0
  214. package/src/bot.ts +236 -0
  215. package/src/chains.ts +58 -0
  216. package/src/generate.ts +69 -0
  217. package/src/index.ts +71 -0
  218. package/src/schemas.ts +174 -0
  219. package/src/types.ts +33 -0
  220. package/src/validate.ts +271 -0
  221. package/tests/__snapshots__/generate.test.ts.snap +87 -0
  222. package/tests/data/ETH/data.json +21 -0
  223. package/tests/data/ETH/logo.svg +13 -0
  224. package/tests/data/OP/data.json +16 -0
  225. package/tests/data/OP/logo.png +0 -0
  226. package/tests/defaultTokens.test.ts +12 -0
  227. package/tests/generate.test.ts +20 -0
  228. package/tsconfig.json +27 -0
@@ -0,0 +1,13 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
3
+ <!-- Creator: CorelDRAW 2019 (64-Bit) -->
4
+ <svg xmlns="http://www.w3.org/2000/svg" xml:space="preserve" width="100%" height="100%" version="1.1" shape-rendering="geometricPrecision" text-rendering="geometricPrecision" image-rendering="optimizeQuality" fill-rule="evenodd" clip-rule="evenodd"
5
+ viewBox="0 0 444.44 444.44"
6
+ xmlns:xlink="http://www.w3.org/1999/xlink"
7
+ xmlns:xodm="http://www.corel.com/coreldraw/odm/2003">
8
+ <g id="Layer_x0020_1">
9
+ <metadata id="CorelCorpID_0Corel-Layer"/>
10
+ <path fill="#F5AC37" fill-rule="nonzero" d="M222.22 0c122.74,0 222.22,99.5 222.22,222.22 0,122.74 -99.48,222.22 -222.22,222.22 -122.72,0 -222.22,-99.49 -222.22,-222.22 0,-122.72 99.5,-222.22 222.22,-222.22z"/>
11
+ <path fill="#FEFEFD" fill-rule="nonzero" d="M230.41 237.91l84.44 0c1.8,0 2.65,0 2.78,-2.36 0.69,-8.59 0.69,-17.23 0,-25.83 0,-1.67 -0.83,-2.36 -2.64,-2.36l-168.05 0c-2.08,0 -2.64,0.69 -2.64,2.64l0 24.72c0,3.19 0,3.19 3.33,3.19l82.78 0zm77.79 -59.44c0.24,-0.63 0.24,-1.32 0,-1.94 -1.41,-3.07 -3.08,-6 -5.02,-8.75 -2.92,-4.7 -6.36,-9.03 -10.28,-12.92 -1.85,-2.35 -3.99,-4.46 -6.39,-6.25 -12.02,-10.23 -26.31,-17.47 -41.67,-21.11 -7.75,-1.74 -15.67,-2.57 -23.61,-2.5l-74.58 0c-2.08,0 -2.36,0.83 -2.36,2.64l0 49.3c0,2.08 0,2.64 2.64,2.64l160.27 0c0,0 1.39,-0.28 1.67,-1.11l-0.68 0zm0 88.33c-2.36,-0.26 -4.74,-0.26 -7.1,0l-154.02 0c-2.08,0 -2.78,0 -2.78,2.78l0 48.2c0,2.22 0,2.78 2.78,2.78l71.11 0c3.4,0.26 6.8,0.02 10.13,-0.69 10.32,-0.74 20.47,-2.98 30.15,-6.67 3.52,-1.22 6.92,-2.81 10.13,-4.72l0.97 0c16.67,-8.67 30.21,-22.29 38.75,-39.01 0,0 0.97,-2.1 -0.12,-2.65zm-191.81 78.75l0 -0.83 0 -32.36 0 -10.97 0 -32.64c0,-1.81 0,-2.08 -2.22,-2.08l-30.14 0c-1.67,0 -2.36,0 -2.36,-2.22l0 -26.39 32.22 0c1.8,0 2.5,0 2.5,-2.36l0 -26.11c0,-1.67 0,-2.08 -2.22,-2.08l-30.14 0c-1.67,0 -2.36,0 -2.36,-2.22l0 -24.44c0,-1.53 0,-1.94 2.22,-1.94l29.86 0c2.08,0 2.64,0 2.64,-2.64l0 -74.86c0,-2.22 0,-2.78 2.78,-2.78l104.16 0c7.56,0.3 15.07,1.13 22.5,2.5 15.31,2.83 30.02,8.3 43.47,16.11 8.92,5.25 17.13,11.59 24.44,18.89 5.5,5.71 10.46,11.89 14.86,18.47 4.37,6.67 8,13.8 10.85,21.25 0.35,1.94 2.21,3.25 4.15,2.92l24.86 0c3.19,0 3.19,0 3.33,3.06l0 22.78c0,2.22 -0.83,2.78 -3.06,2.78l-19.17 0c-1.94,0 -2.5,0 -2.36,2.5 0.76,8.46 0.76,16.95 0,25.41 0,2.36 0,2.64 2.65,2.64l21.93 0c0.97,1.25 0,2.5 0,3.76 0.14,1.61 0.14,3.24 0,4.85l0 16.81c0,2.36 -0.69,3.06 -2.78,3.06l-26.25 0c-1.83,-0.35 -3.61,0.82 -4.03,2.64 -6.25,16.25 -16.25,30.82 -29.17,42.5 -4.72,4.25 -9.68,8.25 -14.86,11.94 -5.56,3.2 -10.97,6.53 -16.67,9.17 -10.49,4.72 -21.49,8.2 -32.78,10.41 -10.72,1.92 -21.59,2.79 -32.5,2.64l-96.39 0 0 -0.14z"/>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "Dentacoin",
3
+ "symbol": "DCN",
4
+ "decimals": 0,
5
+ "tokens": {
6
+ "ethereum": {
7
+ "address": "0x08d32b0da63e2C3bcF8019c9c5d849d7a9d791e6",
8
+ "overrides": {
9
+ "symbol": "DCN"
10
+ }
11
+ },
12
+ "optimism": {
13
+ "address": "0x1da650c3b2daa8aa9ff6f661d4156ce24d08a062"
14
+ },
15
+ "kovan": {
16
+ "address": "0x001dedC8c67EF6D1f4BB66FB28581d466650Cd76",
17
+ "overrides": {
18
+ "symbol": "DCN"
19
+ }
20
+ },
21
+ "optimism-kovan": {
22
+ "address": "0xfd6ab60e0744e95c35fb17afda478eeae3835ddf"
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,47 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{display:none;fill:#FFFFFF;}
7
+ .st1{clip-path:url(#SVGID_2_);}
8
+ .st2{clip-path:url(#SVGID_4_);}
9
+ .st3{clip-path:url(#SVGID_6_);}
10
+ .st4{clip-path:url(#SVGID_6_);fill:#FFFFFF;}
11
+ </style>
12
+ <ellipse class="st0" cx="25" cy="25" rx="24.9" ry="25"/>
13
+ <g>
14
+ <defs>
15
+ <circle id="SVGID_1_" cx="25" cy="25" r="25"/>
16
+ </defs>
17
+ <clipPath id="SVGID_2_">
18
+ <use xlink:href="#SVGID_1_" style="overflow:visible;"/>
19
+ </clipPath>
20
+ <g class="st1">
21
+ <g>
22
+ <g>
23
+ <defs>
24
+ <rect id="SVGID_3_" x="-21.8" y="-1.3" width="93.7" height="52.6"/>
25
+ </defs>
26
+ <clipPath id="SVGID_4_">
27
+ <use xlink:href="#SVGID_3_" style="overflow:visible;"/>
28
+ </clipPath>
29
+ <g class="st2">
30
+ <defs>
31
+ <rect id="SVGID_5_" x="-21.8" y="-1.3" width="93.7" height="52.6"/>
32
+ </defs>
33
+ <clipPath id="SVGID_6_">
34
+ <use xlink:href="#SVGID_5_" style="overflow:visible;"/>
35
+ </clipPath>
36
+ <path class="st3" d="M50.2,25.2c-0.1,14-11.5,25.2-25.4,25.1c-6.9,0-13.1-2.8-17.6-7.4c-4.6-4.6-7.5-11-7.4-18.1
37
+ c0.1-14,11.5-25.2,25.4-25.1S50.3,11.2,50.2,25.2"/>
38
+ <path class="st4" d="M12.9,33.6l-5.6,9.5c0,0,2.3,3.1,8.8,5.6l3.2-8.7l2.2-5.8l2.2-6.5c0,0,0.8-2.1,0.8-2.1l0.1-0.2
39
+ c0,0,0-0.1,0.1-0.1l0.1-0.1l0,0c0,0,0,0,0.1,0l0.1,0l0.1,0l0.1,0.2l0.2,0.6l0.4,1.2l1.5,4.6l1.3,4.1l2.1,6.3l1.6,4.4L33,49
40
+ c0,0,5.1-1.4,9.4-5.7l-3.1-4.7l-2-3.5l-2.1-4l-1.7-3.5l-1.4-3.2L31,21.1L30,18l-1.1-3.5l-1.1-3.7l-1-3.7l-1.1-4.1L25,0.8
41
+ l-1.2,3.9l-1.7,5.5l-1.3,4.1L19.2,19l-1.3,3.8l-1.5,3.6l-1.6,3.5L12.9,33.6z"/>
42
+ </g>
43
+ </g>
44
+ </g>
45
+ </g>
46
+ </g>
47
+ </svg>
@@ -0,0 +1,20 @@
1
+ {
2
+ "name": "dForce",
3
+ "symbol": "DF",
4
+ "decimals": 18,
5
+ "nonstandard": true,
6
+ "tokens": {
7
+ "ethereum": {
8
+ "address": "0x431ad2ff6a9C365805eBaD47Ee021148d6f7DBe0"
9
+ },
10
+ "optimism": {
11
+ "address": "0x9e5AAC1Ba1a2e6aEd6b32689DFcF62A509Ca96f3"
12
+ },
13
+ "kovan": {
14
+ "address": "0x79E40d67DA6eAE5eB4A93Fc6a56A7961625E15F3"
15
+ },
16
+ "optimism-kovan": {
17
+ "address": "0x3e7eF8f50246f725885102E8238CBba33F276747"
18
+ }
19
+ }
20
+ }
@@ -0,0 +1,15 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="32px" height="32px" viewBox="0 0 32 32" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>DF</title>
4
+ <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
5
+ <g id="Artboard备份" transform="translate(-1650.000000, -3959.000000)" fill-rule="nonzero">
6
+ <g id="DF" transform="translate(1650.000000, 3959.000000)">
7
+ <path d="M16,32 C11.1742381,32 6.84750542,29.8636409 3.9139614,26.4850821 C1.47577913,23.6770307 0,20.010878 0,16 C0,7.16336 7.16336,0 16,0 C24.83664,0 32,7.16336 32,16 C32,24.83664 24.83664,32 16,32 Z" id="Fill-504" fill="#FFFFFF"></path>
8
+ <g id="编组-2" transform="translate(6.000000, 4.000000)">
9
+ <path d="M0,20.1666667 L0,4.58333333 L9.78744565,4.58333333 C13.488827,4.58333333 16.5,7.82027774 16.5,11.7989373 C16.5,15.7775971 13.488827,19.0145415 9.78744565,19.0145415 L8.61195316,19.0145415 L8.61195316,15.9501649 L9.78744565,15.9501649 C11.9080188,15.9501649 13.6333688,14.0879484 13.6333688,11.7989373 C13.6333688,9.51001445 11.9080188,7.64779801 9.78744565,7.64779801 L2.86654572,7.64779801 L2.86654572,20.1666667 L0,20.1666667 Z" id="Fill-1" fill="#FA9C00"></path>
10
+ <path d="M4.28680082,23.8333333 L4.28680082,9.50595781 L7.18730838,9.50595781 L7.18730838,20.8253081 L10.5793541,20.8253081 C15.2772643,20.8253081 19.0994059,16.829048 19.0994059,11.9166667 C19.0994059,7.00445824 15.2772643,3.00793866 10.5793541,3.00793866 L3.66666667,3.00793866 L3.66666667,0 L10.5793541,0 C16.876667,0 22,5.34575558 22,11.9165802 C22,18.4875778 16.876667,23.8333333 10.5793541,23.8333333 L4.28680082,23.8333333 Z" id="Fill-3" fill="#242A47"></path>
11
+ </g>
12
+ </g>
13
+ </g>
14
+ </g>
15
+ </svg>
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "dHEDGE DAO Token",
3
+ "symbol": "DHT",
4
+ "decimals": 18,
5
+ "tokens": {
6
+ "ethereum": {
7
+ "address": "0xca1207647Ff814039530D7d35df0e1Dd2e91Fa84"
8
+ },
9
+ "optimism": {
10
+ "address": "0xAF9fE3B5cCDAe78188B1F8b9a49Da7ae9510F151"
11
+ }
12
+ }
13
+ }
@@ -0,0 +1 @@
1
+ <svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 631.67 628.45"><defs><style>.cls-1{fill:#0e0e0f;}.cls-2{fill:#00a0d0;}</style></defs><rect class="cls-1" width="631.67" height="628.45" rx="314.22"/><path class="cls-2" d="M478.56,469.21l-71.07-37.46V216.25l71.07,33.94Z"/><path class="cls-2" d="M145.35,498.05l71.26-32.23V281.38l-71.26,33.93Z"/><path class="cls-2" d="M275.57,441.67l73-29.24V70.07l-73,32.24Z"/></svg>
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "Dola USD Stablecoin",
3
+ "symbol": "DOLA",
4
+ "decimals": 18,
5
+ "tokens": {
6
+ "ethereum": {
7
+ "address": "0x865377367054516e17014CcdED1e7d814EDC9ce4"
8
+ },
9
+ "optimism": {
10
+ "address": "0x8aE125E8653821E851F12A49F7765db9a9ce7384"
11
+ },
12
+ "kovan": {
13
+ "address": "0x39445DEc9Ba7Fb3776E8E5f9922864ddb9089304"
14
+ },
15
+ "optimism-kovan": {
16
+ "address": "0x0D760ee479401Bb4C40BDB7604b329FfF411b3f2"
17
+ }
18
+ }
19
+ }
Binary file
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "Unit protocol",
3
+ "symbol": "DUCK",
4
+ "decimals": 18,
5
+ "tokens": {
6
+ "ethereum": {
7
+ "address": "0x92E187a03B6CD19CB6AF293ba17F2745Fd2357D5"
8
+ },
9
+ "optimism": {
10
+ "address": "0x0e49ca6ea763190084c846d3fc18f28bc2ac689a"
11
+ }
12
+ }
13
+ }
Binary file
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "Ethereum Name Service",
3
+ "symbol": "ENS",
4
+ "decimals": 18,
5
+ "tokens": {
6
+ "ethereum": {
7
+ "address": "0xc18360217d8f7ab5e7c516566761ea12ce7f9d72"
8
+ },
9
+ "optimism": {
10
+ "address": "0x65559aA14915a70190438eF90104769e5E890A00"
11
+ }
12
+ }
13
+ }
Binary file
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "Equalizer",
3
+ "symbol": "EQZ",
4
+ "decimals": 18,
5
+ "tokens": {
6
+ "ethereum": {
7
+ "address": "0x1da87b114f35e1dc91f72bf57fc07a768ad40bb0"
8
+ },
9
+ "optimism": {
10
+ "address": "0x81ab7e0d570b01411fcc4afd3d50ec8c241cb74b"
11
+ },
12
+ "kovan": {
13
+ "address": "0xea281a04cf517aa0d4645bdda0353b0958e4b1b4"
14
+ },
15
+ "optimism-kovan": {
16
+ "address": "0x8ee73c484a26e0a5df2ee2a4960b789967dd0415"
17
+ }
18
+ }
19
+ }
Binary file
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "Erica Social Token",
3
+ "symbol": "EST",
4
+ "decimals": 18,
5
+ "tokens": {
6
+ "ethereum": {
7
+ "address": "0x259ab9b9eab62b0fd98729b97be121073d5b3479"
8
+ },
9
+ "optimism": {
10
+ "address": "0x7b0bcC23851bBF7601efC9E9FE532Bf5284F65d3"
11
+ }
12
+ }
13
+ }
Binary file
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "Ether",
3
+ "symbol": "ETH",
4
+ "decimals": 18,
5
+ "tokens": {
6
+ "ethereum": {
7
+ "address": "0x0000000000000000000000000000000000000000"
8
+ },
9
+ "optimism": {
10
+ "address": "0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000"
11
+ },
12
+ "kovan": {
13
+ "address": "0x0000000000000000000000000000000000000000"
14
+ },
15
+ "goerli": {
16
+ "address": "0x0000000000000000000000000000000000000000"
17
+ },
18
+ "optimism-kovan": {
19
+ "address": "0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000"
20
+ },
21
+ "optimism-goerli": {
22
+ "address": "0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000"
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,13 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="2500" height="2500" viewBox="0 0 32 32">
2
+ <g fill="none" fill-rule="evenodd">
3
+ <circle cx="16" cy="16" r="16" fill="#627EEA"/>
4
+ <g fill="#FFF" fill-rule="nonzero">
5
+ <path fill-opacity=".602" d="M16.498 4v8.87l7.497 3.35z"/>
6
+ <path d="M16.498 4L9 16.22l7.498-3.35z"/>
7
+ <path fill-opacity=".602" d="M16.498 21.968v6.027L24 17.616z"/>
8
+ <path d="M16.498 27.995v-6.028L9 17.616z"/>
9
+ <path fill-opacity=".2" d="M16.498 20.573l7.497-4.353-7.497-3.348z"/>
10
+ <path fill-opacity=".602" d="M9 16.22l7.498 4.353v-7.701z"/>
11
+ </g>
12
+ </g>
13
+ </svg>
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "Tether EUR",
3
+ "symbol": "EURT",
4
+ "decimals": 6,
5
+ "tokens": {
6
+ "kovan": {
7
+ "address": "0x50EB44e3a68f1963278b4c74c6c343508d31704C"
8
+ },
9
+ "optimism-kovan": {
10
+ "address": "0x65e44970ebFe42f98F83c4B67062DE94B9f3Da7D"
11
+ }
12
+ }
13
+ }
Binary file
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "Flashstake",
3
+ "symbol": "FLASH",
4
+ "decimals": 18,
5
+ "description": "Flashstake protocol is a financial infrastructure allowing users to receive instant yield on deposits by locking up principal for a chosen duration.",
6
+ "website": "https://flashstake.io",
7
+ "twitter": "@Flashstake",
8
+ "tokens": {
9
+ "ethereum": {
10
+ "address": "0xB1f1F47061A7Be15C69f378CB3f69423bD58F2F8"
11
+ },
12
+ "optimism": {
13
+ "address": "0x86bEA60374f220dE9769b2fEf2db725bc1cDd335"
14
+ }
15
+ }
16
+ }
@@ -0,0 +1,22 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.4.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 3000 3000" style="enable-background:new 0 0 3000 3000;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:url(#SVGID_1_);}
7
+ .st1{fill:#FFFFFF;}
8
+ </style>
9
+ <g>
10
+ <circle cx="1500" cy="1500" r="1500"/>
11
+
12
+ <linearGradient id="SVGID_1_" gradientUnits="userSpaceOnUse" x1="728.3016" y1="-729.7038" x2="3728.2993" y2="-729.7038" gradientTransform="matrix(0.7071 -0.7071 0.7071 0.7071 440.3318 3591.6245)">
13
+ <stop offset="0" style="stop-color:#00F9FF"/>
14
+ <stop offset="1" style="stop-color:#FF0095"/>
15
+ </linearGradient>
16
+ <path class="st0" d="M439.3,439.3c-585.8,585.8-585.8,1535.5,0,2121.3s1535.5,585.8,2121.3,0c585.8-585.8,585.8-1535.5,0-2121.3
17
+ S1025.1-146.4,439.3,439.3z M2475.9,2475.9c-538.1,538.1-1413.6,538.1-1951.7,0s-538.1-1413.6,0-1951.7s1413.6-538.1,1951.7,0
18
+ S3014,1937.8,2475.9,2475.9z"/>
19
+ <polygon class="st1" points="1161.5,1693.1 955.7,1693.1 1163.6,734.8 2285.2,734.8 2000.2,1107.8 1523.2,1107.8 1474.4,1334.1
20
+ 1827.3,1334.1 936.1,2499.2 "/>
21
+ </g>
22
+ </svg>
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "Gitcoin",
3
+ "symbol": "GTC",
4
+ "decimals": 18,
5
+ "tokens": {
6
+ "ethereum": {
7
+ "address": "0xde30da39c46104798bb5aa3fe8b9e0e1f348163f"
8
+ },
9
+ "optimism": {
10
+ "address": "0x1eba7a6a72c894026cd654ac5cdcf83a46445b08"
11
+ },
12
+ "kovan": {
13
+ "address": "0xb7e230f904971724c600ad5217b88d219ddd1525"
14
+ },
15
+ "optimism-kovan": {
16
+ "address": "0xaf8ca653fa2772d58f4368b0a71980e9e3ceb888"
17
+ }
18
+ }
19
+ }
@@ -0,0 +1,5 @@
1
+ <svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="128" cy="128" r="128" fill="#02E2AC"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M161.847 108.014C167.12 115.406 169.983 124.382 169.908 133.434C169.908 142.334 167.045 151.235 161.847 158.476L172.846 166.848C179.852 157.194 183.694 145.427 183.694 133.509C183.769 120.913 179.626 108.542 172.017 98.5859L165.709 104.272L161.847 108.014Z" fill="#0E0333"/>
4
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M182.64 172.264L145.65 144.13C148.287 140.66 149.793 136.436 150.019 132.061C150.17 127.686 149.04 123.387 146.705 119.691L164.409 103.7L182.941 86.3517C184.147 85.2203 184.222 83.2591 183.016 82.0523L180.455 79.4877C167.271 66.137 149.492 58.3679 130.809 57.7645L130.884 47.5817C130.959 46.9028 130.884 46.224 130.733 45.5451C130.507 44.8663 130.206 44.2628 129.754 43.7348C129.302 43.2068 128.775 42.8297 128.097 42.528C127.494 42.2263 126.816 42.0754 126.138 42.0754C125.46 42.0754 124.782 42.2263 124.179 42.528C123.577 42.8297 122.974 43.2068 122.522 43.7348C122.07 44.2628 121.693 44.8663 121.542 45.4697C121.316 46.1485 121.241 46.8274 121.392 47.5062L121.316 57.9907C116.872 58.4433 112.427 59.273 108.133 60.5553L108.208 47.5062C108.283 46.8274 108.208 46.1485 108.057 45.4697C107.831 44.7908 107.53 44.1874 107.078 43.6594C106.626 43.1314 106.099 42.7543 105.421 42.4526C104.818 42.1509 104.14 42 103.462 42C102.784 42 102.106 42.1509 101.503 42.4526C100.9 42.7543 100.298 43.1314 99.8458 43.6594C99.3938 44.1874 99.0171 44.7908 98.8664 45.3943C98.6404 46.0731 98.5651 46.752 98.7157 47.4308L98.4897 64.1004C83.2719 70.8889 70.7662 82.7311 63.1572 97.5905C55.5483 112.45 53.1376 129.497 56.4524 145.864C59.7671 162.232 68.5814 177.016 81.3885 187.727C94.1956 198.438 110.317 204.472 126.967 204.774L180.832 205C182.489 205 183.845 203.642 183.845 201.983V174.753C183.845 173.773 183.393 172.868 182.64 172.264ZM128.021 191.649C114.762 191.574 101.88 187.124 91.4082 179.053C80.9365 170.907 73.4029 159.517 70.0128 146.694C66.6227 133.871 67.6021 120.219 72.6496 108C77.7724 95.7802 86.7374 85.522 98.2637 78.8843L98.1884 98.7219C98.1131 99.4007 98.1884 100.08 98.3391 100.758C98.5651 101.437 98.8664 102.041 99.3184 102.569C99.7704 103.097 100.298 103.474 100.976 103.776C101.579 104.077 102.257 104.228 102.935 104.228C103.613 104.228 104.291 104.077 104.893 103.776C105.496 103.474 106.099 103.097 106.551 102.569C107.003 102.041 107.379 101.437 107.53 100.834C107.756 100.155 107.831 99.4762 107.681 98.7973L107.756 74.4341C114.386 72.0204 121.392 70.8889 128.473 70.8889C141.506 70.8889 154.163 75.1883 164.484 83.0329C165.237 83.6363 165.313 84.6923 164.635 85.3711L136.459 111.243C133.898 110.187 131.11 109.584 128.323 109.584C125.234 109.584 122.145 110.187 119.282 111.469C116.42 112.752 113.934 114.637 111.9 116.975C109.865 119.314 108.359 122.105 107.455 125.046C106.551 128.063 106.325 131.156 106.777 134.248C107.229 137.341 108.283 140.283 109.941 142.923C111.598 145.563 113.858 147.75 116.42 149.485C119.056 151.144 121.994 152.276 125.083 152.728C128.172 153.181 131.336 152.955 134.274 152.05L170.285 179.43C170.661 179.732 170.887 180.184 170.887 180.637L170.812 190.292C170.812 191.121 170.134 191.8 169.305 191.8L128.021 191.649ZM136.836 131.307C136.836 132.966 136.308 134.626 135.404 136.059C134.425 137.492 133.144 138.548 131.562 139.227C129.98 139.906 128.247 140.056 126.665 139.679C125.083 139.302 123.501 138.548 122.296 137.341C121.09 136.134 120.262 134.626 119.96 132.966C119.659 131.307 119.81 129.572 120.488 128.063C121.166 126.479 122.221 125.197 123.652 124.217C125.083 123.311 126.741 122.783 128.398 122.783C130.658 122.783 132.843 123.689 134.425 125.348C135.932 126.857 136.836 128.969 136.836 131.307Z" fill="#0E0333"/>
5
+ </svg>
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "Geyser",
3
+ "symbol": "GYSR",
4
+ "decimals": 18,
5
+ "tokens": {
6
+ "ethereum": {
7
+ "address": "0xbEa98c05eEAe2f3bC8c3565Db7551Eb738c8CCAb"
8
+ },
9
+ "optimism": {
10
+ "address": "0x117cFd9060525452db4A34d51c0b3b7599087f05"
11
+ },
12
+ "kovan": {
13
+ "address": "0xDA9b55DE6e04404F6c77673D4B243142a4efC6B8"
14
+ },
15
+ "optimism-kovan": {
16
+ "address": "0x197D38DC562DfB2490eC1A1d5C4CC4319d178Bb4"
17
+ }
18
+ }
19
+ }
Binary file
@@ -0,0 +1,22 @@
1
+ {
2
+ "name": "HanChain",
3
+ "symbol": "HAN",
4
+ "decimals": 18,
5
+ "description": "Cryptocurrency focused on real life use",
6
+ "website": "https://paykhan.io",
7
+ "twitter": "@HanIdentity",
8
+ "tokens": {
9
+ "ethereum": {
10
+ "address": "0x0c90C57aaf95A3A87eadda6ec3974c99D786511F"
11
+ },
12
+ "optimism": {
13
+ "address": "0x50Bce64397C75488465253c0A034b8097FeA6578"
14
+ },
15
+ "goerli": {
16
+ "address": "0x0c90C57aaf95A3A87eadda6ec3974c99D786511F"
17
+ },
18
+ "optimism-goerli": {
19
+ "address": "0x9e1028f5f1d5ede59748ffcee5532509976840e0"
20
+ }
21
+ }
22
+ }
@@ -0,0 +1,25 @@
1
+ <?xml version="1.0" encoding="iso-8859-1"?>
2
+ <!-- Generator: Adobe Illustrator 26.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="&#xB808;&#xC774;&#xC5B4;_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
4
+ x="0px" y="0px" viewBox="0 0 256 256" style="enable-background:new 0 0 256 256;" xml:space="preserve">
5
+ <g>
6
+ <circle style="fill:#040000;" cx="128" cy="128" r="127"/>
7
+ <circle style="fill:#0C1433;" cx="128" cy="128" r="127"/>
8
+ <g>
9
+ <polygon style="fill:#6FC8EF;" points="68.882,47.152 108.294,70.017 68.882,93.784 "/>
10
+ <polygon style="fill:#7ACBEB;" points="147.706,46.286 187.118,69.152 147.706,92.919 "/>
11
+ <polygon style="fill:#6FC8EF;" points="68.882,93.796 108.294,116.661 68.882,140.429 "/>
12
+ <polygon style="fill:#24BBEE;" points="147.706,92.919 187.118,115.784 147.706,139.552 "/>
13
+ <polygon style="fill:#009DD2;" points="147.706,139.464 187.118,162.329 147.706,186.097 "/>
14
+ <polygon style="fill:#0EABE1;" points="108.294,116.649 147.706,139.514 108.294,163.282 "/>
15
+ <polygon style="fill:#29BBEE;" points="68.882,140.279 108.294,163.144 68.882,186.911 "/>
16
+ <polygon style="fill:#97D5EE;" points="108.294,116.649 68.882,93.784 108.294,70.016 "/>
17
+ <polygon style="fill:#4ABFED;" points="187.118,115.781 147.706,92.916 187.118,69.149 "/>
18
+ <polygon style="fill:#0EADE4;" points="187.118,162.414 147.706,139.549 187.118,115.781 "/>
19
+ <polygon style="fill:#4CC0EC;" points="147.706,139.552 108.294,116.687 147.706,92.919 "/>
20
+ <polygon style="fill:#4ABFED;" points="108.294,163.282 68.882,140.417 108.294,116.649 "/>
21
+ <polygon style="fill:#04ADE3;" points="108.294,209.714 68.882,186.849 108.294,163.081 "/>
22
+ <polygon style="fill:#06AFE2;" points="187.118,209.074 147.706,186.209 187.118,162.442 "/>
23
+ </g>
24
+ </g>
25
+ </svg>
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "Impermax",
3
+ "symbol": "IBEX",
4
+ "decimals": 18,
5
+ "description": "Impermax is a DeFi lending marketplace where liquidity providers can borrow liquidity in a transparent way.",
6
+ "website": "https://impermax.finance",
7
+ "twitter": "@ImpermaxFinance",
8
+ "tokens": {
9
+ "ethereum": {
10
+ "address": "0xF655C8567E0f213e6C634CD2A68d992152161dC6"
11
+ },
12
+ "optimism": {
13
+ "address": "0xBB6BBaa0F6D839A00c82B10747aBc3b7E2eEcc82"
14
+ }
15
+ }
16
+ }
Binary file
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "InsureToken",
3
+ "symbol": "INSURE",
4
+ "decimals": 18,
5
+ "description": "InsureDAO is the open insurance protocol where users can create an insurance market and participate as insurance buyers or underwriters.",
6
+ "website": "https://www.insuredao.fi/",
7
+ "nonstandard": true,
8
+ "tokens": {
9
+ "goerli": {
10
+ "address": "0x0C4a63D472120d7859E2842b7C2Bafbd8eDe8f44"
11
+ },
12
+ "optimism-goerli": {
13
+ "address": "0xeF26Ca2844b0b470AfC1b0aeF5F65e677dE6CD1f"
14
+ }
15
+ }
16
+ }
Binary file
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "Kyber Network Crystal v2",
3
+ "symbol": "KNC",
4
+ "decimals": 18,
5
+ "tokens": {
6
+ "ethereum": {
7
+ "address": "0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202"
8
+ },
9
+ "optimism": {
10
+ "address": "0xa00E3A3511aAC35cA78530c85007AFCd31753819"
11
+ },
12
+ "kovan": {
13
+ "address": "0x4BC18Ae212F798FD7b0eae94dfCA18c0333157c4"
14
+ },
15
+ "optimism-kovan": {
16
+ "address": "0x83251BD7EbB55f9CED617030107cE32ef06F54f8"
17
+ }
18
+ }
19
+ }
Binary file
@@ -0,0 +1,19 @@
1
+ {
2
+ "name": "Kromatika",
3
+ "symbol": "KROM",
4
+ "decimals": 18,
5
+ "tokens": {
6
+ "ethereum": {
7
+ "address": "0x3af33bef05c2dcb3c7288b77fe1c8d2aeba4d789"
8
+ },
9
+ "optimism": {
10
+ "address": "0xf98dcd95217e15e05d8638da4c91125e59590b07"
11
+ },
12
+ "kovan": {
13
+ "address": "0x0436F489525c47C1A4877a06bE0BEaba2A2E2e2d"
14
+ },
15
+ "optimism-kovan": {
16
+ "address": "0x9e1028F5F1D5eDE59748FFceE5532509976840E0"
17
+ }
18
+ }
19
+ }
Binary file
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "Land",
3
+ "symbol": "LAND",
4
+ "decimals": 18,
5
+ "tokens": {
6
+ "kovan": {
7
+ "address": "0xC13DD39606d4C2489ce5D9806d060FeD9a7d063d"
8
+ },
9
+ "optimism-kovan": {
10
+ "address": "0x2E2015aa4ac40B083189A03a75AD229dfB10172c"
11
+ }
12
+ }
13
+ }
Binary file
@@ -0,0 +1,30 @@
1
+ {
2
+ "name": "Lido DAO Token",
3
+ "symbol": "LDO",
4
+ "decimals": 18,
5
+ "website": "https://lido.fi/",
6
+ "twitter": "@LidoFinance",
7
+ "nonstandard": true,
8
+ "tokens": {
9
+ "ethereum": {
10
+ "address": "0x5A98FcBEA516Cf06857215779Fd812CA3beF1B32"
11
+ },
12
+ "optimism": {
13
+ "address": "0xFdb794692724153d1488CcdBE0C56c252596735F"
14
+ },
15
+ "goerli": {
16
+ "address": "0x56340274fB5a72af1A3C6609061c451De7961Bd4",
17
+ "overrides": {
18
+ "name": "TEST Lido DAO Token",
19
+ "symbol": "TESTLDO"
20
+ }
21
+ },
22
+ "optimism-goerli": {
23
+ "address": "0xE265FC71d45fd791c9ebf3EE0a53FBB220Eb8f75",
24
+ "overrides": {
25
+ "name": "TEST Lido DAO Token",
26
+ "symbol": "TESTLDO"
27
+ }
28
+ }
29
+ }
30
+ }
@@ -0,0 +1,5 @@
1
+ <svg width="512" height="512" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="256" cy="256" r="256" fill="#F69988"/>
3
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M256.119 75L345.919 215.234L256.115 267.446L166.321 215.232L256.119 75ZM193.81 208.601L256.119 111.297L318.429 208.601L256.115 244.83L193.81 208.601Z" fill="white"/>
4
+ <path d="M255.987 298.269L151.816 237.696L148.972 242.138C116.888 292.242 124.053 357.859 166.199 399.898C215.795 449.367 296.205 449.367 345.801 399.898C387.947 357.859 395.112 292.242 363.028 242.138L360.183 237.695L255.991 298.272L255.987 298.269Z" fill="white"/>
5
+ </svg>
@@ -0,0 +1,25 @@
1
+ {
2
+ "name": "Chainlink",
3
+ "symbol": "LINK",
4
+ "decimals": 18,
5
+ "tokens": {
6
+ "ethereum": {
7
+ "address": "0x514910771af9ca656af840dff83e8264ecf986ca"
8
+ },
9
+ "optimism": {
10
+ "address": "0x350a791bfc2c21f9ed5d10980dad2e2638ffa7f6"
11
+ },
12
+ "kovan": {
13
+ "address": "0xa36085F69e2889c224210F603D836748e7dC0088"
14
+ },
15
+ "optimism-kovan": {
16
+ "address": "0x4911b761993b9c8c0d14Ba2d86902AF6B0074F5B"
17
+ },
18
+ "goerli": {
19
+ "address": "0x326C977E6efc84E512bB9C30f76E30c160eD06FB"
20
+ },
21
+ "optimism-goerli": {
22
+ "address": "0xdc2CC710e42857672E7907CF474a69B63B93089f"
23
+ }
24
+ }
25
+ }
Binary file