@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.
- package/.dockerignore +1 -0
- package/.env.example +2 -0
- package/.eslintrc.js +188 -0
- package/.github/CODEOWNERS +1 -0
- package/.github/mergify.yml +57 -0
- package/.github/workflows/dependabot.yml +13 -0
- package/.github/workflows/generate.yml +57 -0
- package/.github/workflows/publish.yml +50 -0
- package/.github/workflows/stale.yml +19 -0
- package/.github/workflows/test.yml +43 -0
- package/.github/workflows/validate.yml +67 -0
- package/.prettierrc.js +8 -0
- package/.vscode/extensions.json +10 -0
- package/.vscode/settings.json +10 -0
- package/CNAME +1 -0
- package/Dockerfile.bot +14 -0
- package/README.md +162 -0
- package/babel.config.js +6 -0
- package/bin/cli.ts +61 -0
- package/data/0xBTC/data.json +19 -0
- package/data/0xBTC/logo.png +0 -0
- package/data/AAVE/data.json +19 -0
- package/data/AAVE/logo.svg +1 -0
- package/data/ACX/data.json +15 -0
- package/data/ACX/logo.png +0 -0
- package/data/AELIN/data.json +11 -0
- package/data/AELIN/logo.png +0 -0
- package/data/BAL/data.json +19 -0
- package/data/BAL/logo.png +0 -0
- package/data/BANK/data.json +15 -0
- package/data/BANK/logo.png +0 -0
- package/data/BAXA/data.json +22 -0
- package/data/BAXA/logo.svg +3 -0
- package/data/BOB/data.json +16 -0
- package/data/BOB/logo.svg +11 -0
- package/data/BOND/data.json +19 -0
- package/data/BOND/logo.svg +10 -0
- package/data/BitANT/data.json +19 -0
- package/data/BitANT/logo.png +0 -0
- package/data/BitBTC/data.json +31 -0
- package/data/BitBTC/logo.png +0 -0
- package/data/CRV/data.json +13 -0
- package/data/CRV/logo.png +0 -0
- package/data/CTSI/data.json +19 -0
- package/data/CTSI/logo.svg +23 -0
- package/data/DAI/data.json +43 -0
- package/data/DAI/logo.svg +13 -0
- package/data/DCN/data.json +25 -0
- package/data/DCN/logo.svg +47 -0
- package/data/DF/data.json +20 -0
- package/data/DF/logo.svg +15 -0
- package/data/DHT/data.json +13 -0
- package/data/DHT/logo.svg +1 -0
- package/data/DOLA/data.json +19 -0
- package/data/DOLA/logo.png +0 -0
- package/data/DUCK/data.json +13 -0
- package/data/DUCK/logo.png +0 -0
- package/data/ENS/data.json +13 -0
- package/data/ENS/logo.png +0 -0
- package/data/EQZ/data.json +19 -0
- package/data/EQZ/logo.png +0 -0
- package/data/EST/data.json +13 -0
- package/data/EST/logo.png +0 -0
- package/data/ETH/data.json +25 -0
- package/data/ETH/logo.svg +13 -0
- package/data/EURT/data.json +13 -0
- package/data/EURT/logo.png +0 -0
- package/data/FLASH/data.json +16 -0
- package/data/FLASH/logo.svg +22 -0
- package/data/GTC/data.json +19 -0
- package/data/GTC/logo.svg +5 -0
- package/data/GYSR/data.json +19 -0
- package/data/GYSR/logo.png +0 -0
- package/data/HAN/data.json +22 -0
- package/data/HAN/logo.svg +25 -0
- package/data/IBEX/data.json +16 -0
- package/data/IBEX/logo.png +0 -0
- package/data/INSURE/data.json +16 -0
- package/data/INSURE/logo.png +0 -0
- package/data/KNC/data.json +19 -0
- package/data/KNC/logo.png +0 -0
- package/data/KROM/data.json +19 -0
- package/data/KROM/logo.png +0 -0
- package/data/LAND/data.json +13 -0
- package/data/LAND/logo.png +0 -0
- package/data/LDO/data.json +30 -0
- package/data/LDO/logo.svg +5 -0
- package/data/LINK/data.json +25 -0
- package/data/LINK/logo.png +0 -0
- package/data/LIZ/data.json +19 -0
- package/data/LIZ/logo.png +0 -0
- package/data/LPF/data.json +15 -0
- package/data/LPF/logo.svg +18 -0
- package/data/LRC/data.json +13 -0
- package/data/LRC/logo.png +0 -0
- package/data/LUSD/data.json +13 -0
- package/data/LUSD/logo.svg +1 -0
- package/data/LYRA/data.json +13 -0
- package/data/LYRA/logo.png +0 -0
- package/data/MASK/data.json +13 -0
- package/data/MASK/logo.svg +4 -0
- package/data/MKR/data.json +14 -0
- package/data/MKR/logo.png +0 -0
- package/data/MOCHI/data.json +16 -0
- package/data/MOCHI/logo.svg +36 -0
- package/data/MOM/data.json +19 -0
- package/data/MOM/logo.svg +5 -0
- package/data/OP/data.json +14 -0
- package/data/OP/logo.png +0 -0
- package/data/OUTb/data.json +13 -0
- package/data/OUTb/logo.svg +4 -0
- package/data/PAPER/data.json +13 -0
- package/data/PAPER/logo.svg +4 -0
- package/data/PERP/data.json +25 -0
- package/data/PERP/logo.png +0 -0
- package/data/PHTK/data.json +16 -0
- package/data/PHTK/logo.svg +14 -0
- package/data/POOL/data.json +13 -0
- package/data/POOL/logo.svg +22 -0
- package/data/POP/data.json +16 -0
- package/data/POP/logo.svg +8 -0
- package/data/PREMIA/data.json +13 -0
- package/data/PREMIA/logo.svg +4 -0
- package/data/RAI/data.json +19 -0
- package/data/RAI/logo.svg +273 -0
- package/data/RFWSTETH/data.json +21 -0
- package/data/RFWSTETH/logo.svg +36 -0
- package/data/RGT/data.json +13 -0
- package/data/RGT/logo.png +0 -0
- package/data/SARCO/data.json +13 -0
- package/data/SARCO/logo.png +0 -0
- package/data/SDL/data.json +22 -0
- package/data/SDL/logo.svg +5 -0
- package/data/SNX/data.json +43 -0
- package/data/SNX/logo.svg +20 -0
- package/data/SPANK/data.json +19 -0
- package/data/SPANK/logo.png +0 -0
- package/data/SUKU/data.json +22 -0
- package/data/SUKU/logo.png +0 -0
- package/data/THALES/data.json +13 -0
- package/data/THALES/logo.png +0 -0
- package/data/TRB/data.json +22 -0
- package/data/TRB/logo.png +0 -0
- package/data/TUSD/data.json +19 -0
- package/data/TUSD/logo.png +0 -0
- package/data/TheDAO/data.json +32 -0
- package/data/TheDAO/logo.svg +1 -0
- package/data/UBI/data.json +22 -0
- package/data/UBI/logo.svg +5 -0
- package/data/UMA/data.json +13 -0
- package/data/UMA/logo.png +0 -0
- package/data/UNI/data.json +19 -0
- package/data/UNI/logo.png +0 -0
- package/data/USDC/data.json +28 -0
- package/data/USDC/logo.png +0 -0
- package/data/USDD/data.json +19 -0
- package/data/USDD/logo.png +0 -0
- package/data/USDT/data.json +28 -0
- package/data/USDT/logo.png +0 -0
- package/data/USDplus/data.json +14 -0
- package/data/USDplus/logo.svg +9 -0
- package/data/UST/data.json +13 -0
- package/data/UST/logo.png +0 -0
- package/data/USX/data.json +31 -0
- package/data/USX/logo.svg +14 -0
- package/data/VALX/data.json +15 -0
- package/data/VALX/logo.png +0 -0
- package/data/VELO/data.json +10 -0
- package/data/VELO/logo.svg +71 -0
- package/data/WAD/data.json +19 -0
- package/data/WAD/logo.png +0 -0
- package/data/WBTC/data.json +30 -0
- package/data/WBTC/logo.svg +20 -0
- package/data/WETH/data.json +11 -0
- package/data/WETH/logo.png +0 -0
- package/data/WMP/data.json +15 -0
- package/data/WMP/logo.svg +52 -0
- package/data/WOO/data.json +16 -0
- package/data/WOO/logo.svg +1489 -0
- package/data/XCHF/data.json +13 -0
- package/data/XCHF/logo.png +0 -0
- package/data/ZRX/data.json +13 -0
- package/data/ZRX/logo.png +0 -0
- package/data/aCRV/data.json +22 -0
- package/data/aCRV/logo.svg +9 -0
- package/data/alETH/data.json +16 -0
- package/data/alETH/logo.svg +17 -0
- package/data/rETH/data.json +13 -0
- package/data/rETH/logo.png +0 -0
- package/data/sBTC/data.json +11 -0
- package/data/sBTC/logo.svg +18 -0
- package/data/sETH/data.json +11 -0
- package/data/sETH/logo.svg +23 -0
- package/data/sLINK/data.json +11 -0
- package/data/sLINK/logo.svg +23 -0
- package/data/sUSD/data.json +17 -0
- package/data/sUSD/logo.svg +17 -0
- package/data/veKWENTA/data.json +22 -0
- package/data/veKWENTA/logo.svg +24 -0
- package/data/wstETH/data.json +31 -0
- package/data/wstETH/logo.svg +11 -0
- package/dist/declarations/src/index.d.ts +79 -0
- package/dist/eth-optimism-tokenlist.cjs.d.ts +1 -0
- package/dist/eth-optimism-tokenlist.cjs.dev.js +3098 -0
- package/dist/eth-optimism-tokenlist.cjs.js +7 -0
- package/dist/eth-optimism-tokenlist.cjs.prod.js +3098 -0
- package/dist/eth-optimism-tokenlist.esm.js +3090 -0
- package/jest.config.js +5 -0
- package/optimism.defaulttokens.json +26 -0
- package/optimism.svg +4 -0
- package/optimism.tokenlist.json +3086 -0
- package/package.json +80 -0
- package/src/abi.ts +77 -0
- package/src/bot.ts +236 -0
- package/src/chains.ts +58 -0
- package/src/generate.ts +69 -0
- package/src/index.ts +71 -0
- package/src/schemas.ts +174 -0
- package/src/types.ts +33 -0
- package/src/validate.ts +271 -0
- package/tests/__snapshots__/generate.test.ts.snap +87 -0
- package/tests/data/ETH/data.json +21 -0
- package/tests/data/ETH/logo.svg +13 -0
- package/tests/data/OP/data.json +16 -0
- package/tests/data/OP/logo.png +0 -0
- package/tests/defaultTokens.test.ts +12 -0
- package/tests/generate.test.ts +20 -0
- package/tsconfig.json +27 -0
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Theranos Coin",
|
|
3
|
+
"symbol": "LIZ",
|
|
4
|
+
"decimals": 18,
|
|
5
|
+
"tokens": {
|
|
6
|
+
"ethereum": {
|
|
7
|
+
"address": "0x102e941b77bcaa7e35d368cafe51ef8f79c8d1ef"
|
|
8
|
+
},
|
|
9
|
+
"optimism": {
|
|
10
|
+
"address": "0x3bB4445D30AC020a84c1b5A8A2C6248ebC9779D0"
|
|
11
|
+
},
|
|
12
|
+
"kovan": {
|
|
13
|
+
"address": "0x47Aa2a683b88E23c4d76f91Aa4181A59d0E4FBfb"
|
|
14
|
+
},
|
|
15
|
+
"optimism-kovan": {
|
|
16
|
+
"address": "0x3bb4445d30ac020a84c1b5a8a2c6248ebc9779d0"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Loopfi",
|
|
3
|
+
"symbol": "LPF",
|
|
4
|
+
"decimals": 18,
|
|
5
|
+
"website": "https://loopfi.io/",
|
|
6
|
+
"twitter": "@0xloopfi",
|
|
7
|
+
"tokens": {
|
|
8
|
+
"ethereum": {
|
|
9
|
+
"address": "0x3650B69f86cB593f116e276C30666834336c0647"
|
|
10
|
+
},
|
|
11
|
+
"optimism": {
|
|
12
|
+
"address": "0x0B3e851cf6508A16266BC68A651ea68b31ef673b"
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>LoopFi</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="76.0565339%" y1="6.7121491%" x2="14.7135664%" y2="128.989507%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#A7A469" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#727043" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
</defs>
|
|
10
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
11
|
+
<g id="DF---Token---3" transform="translate(-3548.000000, -681.000000)" fill-rule="nonzero">
|
|
12
|
+
<g id="LPF" transform="translate(3548.000000, 681.000000)">
|
|
13
|
+
<circle id="椭圆形" fill="url(#linearGradient-1)" cx="128" cy="128" r="128"></circle>
|
|
14
|
+
<path d="M82.8644367,70 L82.8644367,155.458226 L151.393779,155.458226 L151.393779,135.95612 L140.144586,135.95612 C144.369132,127.852995 152.867004,122.304647 162.633216,122.304647 C176.623973,122.304647 188,133.674374 188,147.657383 C188,161.630642 176.623973,173.01012 162.633216,173.01012 C156.757879,173.01012 151.253286,171.01798 146.859955,167.523203 L122.388813,167.523203 C130.019337,182.938642 145.443317,192.512226 162.633216,192.512226 C163.647887,192.512226 164.643046,192.483948 165.638204,192.414715 C154.867078,198.518874 142.408084,202 129.149061,202 C88.2012177,202 55,168.817168 55,127.892 C55,104.470946 65.8784478,83.5734654 82.8644367,70 Z M128.79273,54 C169.772719,54 203,87.1133263 203,127.952771 L202.990236,128.731221 C195.823376,113.493058 180.28867,102.915866 162.303171,102.915866 C141.593484,102.915866 124.105955,116.957162 118.940739,136 L102,136 L102,58.9723507 C110.309261,55.7612435 119.341067,54 128.79273,54 Z" id="替换内容区域---logo" fill="#FFFFFF"></path>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="128" height="128" viewBox="0 0 128 128"><defs><clipPath id="b"><rect width="128" height="128"/></clipPath></defs><g id="a" clip-path="url(#b)"><g transform="translate(0 -0.007)"><path d="M101.714,81.709A63.907,63.907,0,0,1,51.675,126.8V108.588a30.378,30.378,0,0,0,11.364-7.628A29.384,29.384,0,0,0,67.5,94.7,29.685,29.685,0,0,0,70.96,80.637c0-16.1-11.623-22.537-22.52-27.311l-5.518-2.439c-5.9-2.646-10.413-5-10.413-9.029,0-5.569,4.86-8.562,9.444-8.562,4.878,0,7.645,1.8,10.568,6.867l2.266,3.926,14.581-9.357-1.9-3.528a28.319,28.319,0,0,0-15.792-13.6V.9c1.418.242,2.819.553,4.238.917.138.035.294.069.45.1a3.682,3.682,0,0,1,.467.121.535.535,0,0,1,.138.035c.381.1.778.19,1.176.311A63.992,63.992,0,0,1,101.714,81.709Z" transform="translate(23.721 0.614)" fill="#745ddf"/><path d="M76.779,81.972c0,7.334-6.625,11.865-12.748,11.865-7.351,0-11.554-6.071-12.367-11.71l-.692-4.895L33.33,82.2l.8,3.944c2.525,12.436,11.018,21.379,22.555,24.077v17.625a64.405,64.405,0,0,1-9.271-1.782c-.432-.1-.848-.225-1.28-.346A64.037,64.037,0,0,1,0,64.295V2.805A2.528,2.528,0,0,1,2.525.28H56.681V17.888a25.936,25.936,0,0,0-15.1,11.692,24.69,24.69,0,0,0-3.252,12.4v.346C38.5,56.684,49.053,62.686,59.016,67.2L64,69.362l.415.19C72.317,73.168,76.779,75.537,76.779,81.972Z" transform="translate(0 0.162)" fill="#2eb6ea"/><g transform="translate(33.33 0.392)"><path d="M80.621,81.251a29.685,29.685,0,0,1-3.459,14.062,29.384,29.384,0,0,1-4.463,6.261A30.378,30.378,0,0,1,61.335,109.2l.008,18.3-5.115.452s-10.969.329-13.581,0l-.027-17.573C31.084,107.68,22.591,98.738,20.066,86.3l-.8-3.944,17.642-4.964.692,4.895C38.417,87.928,42.62,94,49.971,94c6.123,0,12.748-4.532,12.748-11.865,0-6.434-4.463-8.8-12.367-12.419l-.415-.19-4.981-2.162C34.993,62.848,24.442,56.846,24.269,42.49v-.346a24.69,24.69,0,0,1,3.252-12.4A25.936,25.936,0,0,1,42.62,18.05V.424C54.156.326,55.039.394,61.335,1.5V18.223a28.319,28.319,0,0,1,15.792,13.6l1.9,3.528L64.449,44.7l-2.266-3.926c-2.923-5.068-5.691-6.867-10.568-6.867-4.584,0-9.444,2.992-9.444,8.562,0,4.03,4.514,6.382,10.413,9.029L58.1,53.94C69,58.714,80.621,65.148,80.621,81.251Z" transform="translate(-19.27 -0.392)" fill="#fff"/></g></g></g></svg>
|
|
Binary file
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M128 256C198.692 256 256 198.692 256 128C256 57.3076 198.692 0 128 0C57.3076 0 0 57.3076 0 128C0 198.692 57.3076 256 128 256Z" fill="#1C68F3"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M204.8 98.1333V140.8H76.8V140.8L71.2929 140.801C77.1216 166.689 100.254 186.027 127.903 186.027C150.761 186.027 170.533 172.81 179.991 153.601L204.8 153.6V189.44C204.8 197.923 197.923 204.8 189.44 204.8H66.56C58.0769 204.8 51.2 197.923 51.2 189.44V98.1333H204.8ZM165.259 153.601C157.113 165.51 143.421 173.325 127.903 173.325C112.385 173.325 98.6924 165.51 90.5466 153.601H165.259ZM95.1467 108.373C83.1096 108.373 73.1515 117.274 71.4953 128.853L84.5883 128.854C86.0279 124.397 90.2108 121.173 95.1467 121.173C100.083 121.173 104.265 124.397 105.705 128.854L118.798 128.853C117.142 117.274 107.184 108.373 95.1467 108.373V108.373ZM160.853 108.373C148.816 108.373 138.858 117.274 137.202 128.853L150.295 128.854C151.735 124.397 155.918 121.173 160.853 121.173C165.789 121.173 169.972 124.397 171.412 128.854L184.505 128.853C182.849 117.274 172.89 108.373 160.853 108.373ZM189.44 51.2C197.923 51.2 204.8 58.0769 204.8 66.56V85.3333H51.2V66.56C51.2 58.0769 58.0769 51.2 66.56 51.2H189.44Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Maker",
|
|
3
|
+
"symbol": "MKR",
|
|
4
|
+
"decimals": 18,
|
|
5
|
+
"nonstandard": true,
|
|
6
|
+
"tokens": {
|
|
7
|
+
"ethereum": {
|
|
8
|
+
"address": "0x9f8f72aa9304c8b593d555f12ef6589cc3a579a2"
|
|
9
|
+
},
|
|
10
|
+
"optimism": {
|
|
11
|
+
"address": "0xab7badef82e9fe11f6f33f87bc9bc2aa27f2fcb5"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Mochi",
|
|
3
|
+
"symbol": "MOCHI",
|
|
4
|
+
"decimals": 18,
|
|
5
|
+
"description": "Dream big, start small, stick together!",
|
|
6
|
+
"website": "https://mochi.game",
|
|
7
|
+
"twitter": "@bondwithmochi",
|
|
8
|
+
"tokens": {
|
|
9
|
+
"goerli": {
|
|
10
|
+
"address": "0x48B942C65a5991dD64360CdDE442792bD829Af80"
|
|
11
|
+
},
|
|
12
|
+
"optimism-goerli": {
|
|
13
|
+
"address": "0x7Af72aD5E8793023DC722d617fe3338ac6b5ccE9"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,36 @@
|
|
|
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="124" fill="url(#paint0_radial_203_1599)"/>
|
|
3
|
+
<g filter="url(#filter0_d_203_1599)">
|
|
4
|
+
<path d="M176.738 139.998C168.63 138.402 148.943 138.943 129.235 140.669C109.589 142.39 90.0453 145.286 82.3374 148.268C67.405 154.064 70.8816 160.367 73.2825 169.32C77.9065 186.618 86.9286 200.102 99.426 207.048C110.746 213.349 125.258 214.135 135.575 213.231C145.892 212.327 160.047 209.03 170.103 200.856C181.2 191.781 187.814 176.989 189.306 159.156C190.056 149.927 192.449 143.11 176.738 139.998ZM159.811 179.256C157.867 181.233 154.695 181.262 152.72 179.316L145.098 171.88L133.55 187.914L119.397 174.131L113.18 182.779C111.572 185.04 108.443 185.563 106.186 183.953C103.928 182.343 103.406 179.21 105.014 176.95L118.056 158.79L132.209 172.573L143.757 156.539L159.751 172.155C161.726 174.101 161.755 177.278 159.811 179.256Z" fill="white"/>
|
|
5
|
+
<path d="M121.522 52.3941C141.915 50.6699 154.019 55.9676 158.278 58.3996C170.125 65.0288 179.276 78.564 184.083 96.5314C184.277 97.3248 185.165 100.364 185.725 102.496C186.013 103.655 185.503 104.947 184.429 105.477C183.535 105.93 182.281 106.538 180.656 107.179C172.167 110.478 147.619 113.813 127.108 115.61C98.6269 118.105 79.3746 117.922 72.9108 116.618C71.1995 116.269 69.9261 115.944 68.8997 115.598C67.7445 115.2 66.9622 114.085 67.1066 112.888C67.2881 110.69 67.5739 107.548 67.6889 106.728C69.1781 88.1465 75.8428 73.2258 86.3602 64.6374C97.694 55.4164 114.726 52.9894 121.522 52.3941ZM120.425 39.8364C107.883 40.935 90.6774 44.9357 78.4146 54.9237C64.9301 65.8914 56.9186 83.922 55.0819 105.65C54.1342 116.891 51.2428 125.123 70.3761 128.933C80.1953 130.877 104.229 130.206 128.138 128.111C152.047 126.017 175.832 122.5 185.164 118.877C203.346 111.799 199.071 104.195 196.188 93.2893C190.612 72.2103 179.6 55.9084 164.351 47.3954C150.604 39.6859 132.966 38.7377 120.425 39.8364Z" fill="white"/>
|
|
6
|
+
<path d="M138.919 101.174C135.151 101.504 130.895 99.8195 126.286 96.2338C126.017 96.008 125.749 95.7822 125.485 95.6183C122.61 99.0492 118.223 102.987 113.281 103.42C105.311 104.118 97.763 99.6675 94.5651 92.2806C93.4732 89.7582 94.6455 86.7881 97.1646 85.6948C99.6837 84.6014 102.65 85.7753 103.742 88.2976C105.218 91.659 108.636 93.7283 112.343 93.4035C114.32 93.2304 118.366 88.9489 120.545 85.3919L124.085 79.5964L128.577 84.6884C131.748 88.2129 136.252 91.3091 138.044 91.1521C141.689 90.8328 144.758 88.1953 145.629 84.6282C146.267 81.9543 148.985 80.2826 151.655 80.9213C154.325 81.5601 155.995 84.2812 155.357 86.9551C153.551 94.7804 146.951 100.47 138.919 101.174Z" fill="white"/>
|
|
7
|
+
</g>
|
|
8
|
+
<circle cx="128" cy="128" r="107.531" stroke="url(#paint1_radial_203_1599)" stroke-opacity="0.15" stroke-width="32.9375"/>
|
|
9
|
+
<circle cx="128" cy="128" r="107.531" stroke="url(#paint2_radial_203_1599)" stroke-opacity="0.6" stroke-width="32.9375"/>
|
|
10
|
+
<defs>
|
|
11
|
+
<filter id="filter0_d_203_1599" x="22.3511" y="7.45847" width="208.442" height="238.083" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
12
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
13
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
14
|
+
<feOffset/>
|
|
15
|
+
<feGaussianBlur stdDeviation="16"/>
|
|
16
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
17
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0.23385 0 0 0 0 0.0152546 0 0 0 0 0.270283 0 0 0 0.6 0"/>
|
|
18
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_203_1599"/>
|
|
19
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_203_1599" result="shape"/>
|
|
20
|
+
</filter>
|
|
21
|
+
<radialGradient id="paint0_radial_203_1599" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(26 43.5) rotate(51.2869) scale(251.83 333.908)">
|
|
22
|
+
<stop stop-color="#939EFF"/>
|
|
23
|
+
<stop offset="0.502367" stop-color="#6B00AD"/>
|
|
24
|
+
<stop offset="1" stop-color="#300056"/>
|
|
25
|
+
</radialGradient>
|
|
26
|
+
<radialGradient id="paint1_radial_203_1599" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(131.391 131.391) rotate(91.6103) scale(120.657)">
|
|
27
|
+
<stop offset="0.852926" stop-color="white" stop-opacity="0"/>
|
|
28
|
+
<stop offset="1" stop-color="white"/>
|
|
29
|
+
</radialGradient>
|
|
30
|
+
<radialGradient id="paint2_radial_203_1599" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(125 124.5) rotate(88.6521) scale(127.535)">
|
|
31
|
+
<stop offset="0.88242" stop-color="#170125" stop-opacity="0"/>
|
|
32
|
+
<stop offset="0.951061" stop-color="#010B25" stop-opacity="0.4178"/>
|
|
33
|
+
<stop offset="1" stop-color="#170125"/>
|
|
34
|
+
</radialGradient>
|
|
35
|
+
</defs>
|
|
36
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Monetum",
|
|
3
|
+
"symbol": "MOM",
|
|
4
|
+
"decimals": 18,
|
|
5
|
+
"tokens": {
|
|
6
|
+
"ethereum": {
|
|
7
|
+
"address": "0x1351986732367ff6B51784c6A75f63502dE13a9a"
|
|
8
|
+
},
|
|
9
|
+
"optimism": {
|
|
10
|
+
"address": "0x5e70AfFE232e2919792f77EB94e566db0320fa88"
|
|
11
|
+
},
|
|
12
|
+
"goerli": {
|
|
13
|
+
"address": "0xd3D1c79D8a5F8316D07c4A391805E5006c71648C"
|
|
14
|
+
},
|
|
15
|
+
"optimism-goerli": {
|
|
16
|
+
"address": "0x4621b7A9c75199271F773Ebd9A499dbd165c3191"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="utf-8"?>
|
|
2
|
+
<svg viewBox="325.481 12.24 77.284 77.284" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
+
<path d="m 0,0 c -13.491,0 -24.464,10.975 -24.464,24.464 0,0.056 0.007,0.11 0.007,0.164 L 0.164,0.007 C 0.109,0.007 0.055,0 0,0 M 1.308,0.066 V 17.102 H 19.549 L 5.195,31.457 V 25.324 L 9.081,21.438 H -3.027 V 15.306 13.053 9.33 l -20.759,20.762 -3.648,3.645 c -0.988,-2.915 -1.548,-6.027 -1.548,-9.273 0,-15.98 13.001,-28.981 28.982,-28.981 10.845,0 20.265,6.015 25.225,14.863 l -3.344,3.342 C 18.078,5.977 10.362,0.548 1.308,0.066" style="fill:#70cc8b;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path50" transform="matrix(1.333333, 0, 0, -1.333333, 364.12384, 83.502029)"/>
|
|
4
|
+
<path d="m 0,0 -24.621,24.621 c 0.057,0 0.11,0.007 0.164,0.007 13.489,0 24.464,-10.974 24.464,-24.465 C 0.007,0.109 0,0.056 0,0 m -24.457,29.145 c -10.845,0 -20.265,-6.015 -25.224,-14.862 l 3.342,-3.343 c 3.804,7.71 11.52,13.14 20.572,13.622 V 7.527 h -18.239 l 14.353,-14.353 v 6.131 l -3.883,3.886 h 12.106 v 7.64 4.468 l 20.762,-20.76 3.646,-3.647 c 0.988,2.915 1.546,6.026 1.546,9.271 0,15.982 -13,28.982 -28.981,28.982" style="fill:#70cc8b;fill-opacity:1;fill-rule:nonzero;stroke:none" id="path54" transform="matrix(1.333333, 0, 0, -1.333333, 396.733154, 51.1003)"/>
|
|
5
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Optimism",
|
|
3
|
+
"symbol": "OP",
|
|
4
|
+
"decimals": 18,
|
|
5
|
+
"nobridge": true,
|
|
6
|
+
"tokens": {
|
|
7
|
+
"optimism": {
|
|
8
|
+
"address": "0x4200000000000000000000000000000000000042"
|
|
9
|
+
},
|
|
10
|
+
"optimism-kovan": {
|
|
11
|
+
"address": "0x4200000000000000000000000000000000000042"
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
}
|
package/data/OP/logo.png
ADDED
|
Binary file
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "OptimismUselessToken-Bridged",
|
|
3
|
+
"symbol": "OUTb",
|
|
4
|
+
"decimals": 18,
|
|
5
|
+
"tokens": {
|
|
6
|
+
"goerli": {
|
|
7
|
+
"address": "0x32B3b2281717dA83463414af4E8CfB1970E56287"
|
|
8
|
+
},
|
|
9
|
+
"optimism-goerli": {
|
|
10
|
+
"address": "0x3e7eF8f50246f725885102E8238CBba33F276747"
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="288" height="288" viewBox="0 0 288 288" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<ellipse cx="144.5" cy="144" rx="105.5" ry="117" fill="white"/>
|
|
3
|
+
<path d="M161.33 137.025C164.542 142.707 169.204 143.17 172.313 138.452C176.391 132.272 179.848 125.167 181.318 117.98C182.258 113.377 181.923 106.791 176.558 103.409C172.849 101.057 167.591 101.31 165.619 104.567C162.389 109.889 157.333 114.963 158.757 122.857C160.125 127.027 158.667 132.315 161.33 137.025ZM126.671 134.766C129.995 134.522 132.486 133.438 134.052 129.624C136.672 123.255 140 117.243 138.443 109.761C138.799 105.329 139.176 100.74 136.582 96.3385C132.684 89.7218 127.804 90.2831 123.417 94.9371C115.552 103.277 114.257 118.974 119.381 129.615C121.006 133.001 123.001 135.036 126.671 134.766ZM193.703 140.38C191.872 138.623 187.73 141.884 185.984 144.884C184.325 147.725 184.599 150.982 187.035 152.821C191.13 155.902 188.622 158.503 187.73 161.82C183.012 179.528 169.65 187.344 153.491 190.961C142.178 193.503 130.355 190.057 121.495 183.98C111.889 177.385 106.057 166.204 100.804 155.315C97.0129 147.468 93.8995 140.843 103.827 135.285C107.103 133.45 109.072 130.142 107.387 126.011C105.65 121.756 101.739 121.533 98.2136 122.175C93.7082 123.066 89.0326 122.336 85.014 120.114C82.1322 118.597 78.8044 117.629 76.0341 120.757C73.2638 123.885 75.2965 126.881 76.077 129.971C77.2391 134.548 82.1579 137.127 82.1665 142.429C82.1879 157.393 87.7757 169.585 97.0772 181.82C108.326 196.622 121.843 203.968 139.395 207.683C146.424 209.17 151.913 205.215 160.194 207.117C173.372 207.58 182.879 196.987 192.241 188.206C201.603 179.425 201.615 163.487 214.18 156.099C218.186 153.742 218.04 149.161 216.226 145.308C211.08 134.436 200.518 146.903 193.703 140.38ZM271.752 117.239C270.526 107.596 267.271 98.4298 265.354 88.9547C261.863 71.7443 247.956 59.1794 236.99 45.8345C232.625 40.5248 227.316 34.4352 221.411 31.4739C204.077 22.7873 185.221 16.8177 166.116 14.585C148.156 12.4851 129.875 16.2991 112.49 21.8702C107.438 23.4858 101.927 22.6416 97.1458 26.4257C84.3836 36.5393 69.8931 44.2917 58.2244 55.9824C54.0194 60.2298 50.1174 64.7663 46.5471 69.5587C39.2825 79.1881 35.869 91.5859 27.6781 100.208C26.4902 101.455 25.8641 103.127 25.3967 104.781C23.5999 111.209 23.2525 117.637 20.7438 123.885C18.1322 130.442 15.2332 136.566 16.1852 143.86C16.97 149.859 18.1579 155.542 17.9821 161.602C20.7224 176.768 21.7001 192.195 26.9319 206.865C29.1962 213.216 33.7934 217.887 37.4471 222.995C49.4117 239.743 61.0333 257.459 83.4616 262.198C86.635 262.867 89.8941 263.762 92.7459 265.262C110.903 274.827 130.698 274.189 149.996 272.83C174.315 271.116 196.092 261.217 214.429 244.894C218.546 241.23 224.387 240.484 227.633 235.688C235.408 224.212 246.017 214.728 251.588 201.696C257.099 188.797 262.082 175.718 267.957 162.999C270.067 158.435 270.586 153.695 270.684 148.878C270.74 146.114 270.654 143.307 270.646 140.521C270.616 132.769 272.708 124.927 271.735 117.2L271.752 117.239ZM239.679 147.348C234.868 175.906 223.559 202.845 197.43 220.389C183.707 229.603 170.782 239.091 152.899 239.451C145.918 239.593 139.013 245.134 130.865 243.462C113.918 240.655 98.9298 234.583 83.543 225.211C64.3182 213.498 61.1362 193.897 50.4924 178.101C49.5661 176.729 48.9571 174.244 49.5747 172.877C55.0081 161.07 48.2882 149.277 49.6733 137.14C50.9598 126.122 55.7843 117.247 59.8111 108.063C65.4117 95.3014 74.8205 84.5535 85.1126 74.8812C98.3637 62.4192 112.331 50.5485 131.316 49.2928C138.829 48.8 144.64 43.9789 152.217 44.416C180.838 46.0702 203.948 55.9524 222.264 79.9638C238.191 100.812 243.629 123.761 239.662 147.31L239.679 147.348Z" fill="#F00A19"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Perpetual",
|
|
3
|
+
"symbol": "PERP",
|
|
4
|
+
"decimals": 18,
|
|
5
|
+
"tokens": {
|
|
6
|
+
"ethereum": {
|
|
7
|
+
"address": "0xbC396689893D065F41bc2C6EcbeE5e0085233447"
|
|
8
|
+
},
|
|
9
|
+
"optimism": {
|
|
10
|
+
"address": "0x9e1028F5F1D5eDE59748FFceE5532509976840E0"
|
|
11
|
+
},
|
|
12
|
+
"kovan": {
|
|
13
|
+
"address": "0x002be8a5961e0f352092d6693133a6944b7846ba"
|
|
14
|
+
},
|
|
15
|
+
"optimism-kovan": {
|
|
16
|
+
"address": "0x50c5725949A6F0c72E6C4a641F24049A917DB0Cb"
|
|
17
|
+
},
|
|
18
|
+
"goerli": {
|
|
19
|
+
"address": "0x29DdacF754877123157e0eeed26770736B304d0C"
|
|
20
|
+
},
|
|
21
|
+
"optimism-goerli": {
|
|
22
|
+
"address": "0x0994206dfE8De6Ec6920FF4D779B0d950605Fb53"
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "PhunToken",
|
|
3
|
+
"symbol": "PHTK",
|
|
4
|
+
"decimals": 18,
|
|
5
|
+
"description": "Rewarding you for being you.",
|
|
6
|
+
"website": "https://phuntoken.com/",
|
|
7
|
+
"twitter": "@PhunToken",
|
|
8
|
+
"tokens": {
|
|
9
|
+
"ethereum": {
|
|
10
|
+
"address": "0x1FEE5588cb1De19c70B6aD5399152D8C643FAe7b"
|
|
11
|
+
},
|
|
12
|
+
"optimism": {
|
|
13
|
+
"address": "0xFa956eB0c4b3E692aD5a6B2f08170aDE55999ACa"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="256px" height="256px" viewBox="0 0 256 256" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>phun_mark_purple</title>
|
|
4
|
+
<g id="Icons-+-illo" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
5
|
+
<g id="phunwallet_icons" transform="translate(-255.000000, -120.000000)">
|
|
6
|
+
<g id="labels" transform="translate(54.000000, 28.000000)"></g>
|
|
7
|
+
<g id="phun_mark_purple" transform="translate(255.000000, 120.000000)" fill="#4C20F0" fill-rule="nonzero">
|
|
8
|
+
<g id="logo_pc_mark">
|
|
9
|
+
<path d="M128,0 C198.692448,0 256,57.307552 256,128 C256,198.692448 198.692448,256 128,256 C57.307552,256 0,198.692448 0,128 C0,57.307552 57.307552,0 128,0 Z M19.9136398,111.662842 C15.483871,140.785602 22.7486919,169.908361 40.2905766,193.526209 C57.8324613,217.144057 83.3479299,232.593326 112.407214,237.032771 C117.900127,237.92066 123.39304,238.275816 128.885954,238.275816 C152.275133,238.275816 174.95555,230.817548 194.092151,216.611324 C217.658522,199.031121 233.074117,173.459918 237.503886,144.337158 C238.212649,141.140757 236.08636,138.121935 232.896927,137.589201 C229.707493,137.056468 226.69525,139.364979 226.163678,142.56138 C222.265481,168.487739 208.444602,191.572853 187.358903,207.1997 C166.273203,222.826547 140.403353,229.396925 114.356312,225.490214 C88.4864618,221.583502 65.4516637,207.732433 49.8588773,186.600675 C34.2660909,165.468916 27.710033,139.542557 31.6082296,113.43862 C39.5818136,59.8101237 89.7267971,22.5187852 143.238405,30.6873641 C146.427838,31.2200975 149.440081,28.9115861 149.971654,25.7151856 C150.503226,22.5187852 148.199746,19.4999625 145.010312,18.9672291 C84.9426467,9.91076115 28.9503683,51.6415448 19.9136398,111.662842 Z M169.462637,129.953356 L168.576683,136.168579 L171.234544,136.523735 C168.399492,150.374803 157.945237,162.450094 143.061214,168.310161 C128.531572,173.992651 113.647549,172.394451 102.661722,164.048294 L104.079248,162.272516 L99.117907,158.543382 L90.9671323,169.553206 L95.9284735,173.28234 L97.5231902,171.151406 C110.812497,181.273341 129.063145,183.404274 146.250648,176.656318 C146.605029,176.47874 146.78222,176.47874 147.136601,176.301162 C164.324105,169.19805 176.727457,154.63667 179.916891,137.944357 L182.04318,138.299513 L182.929134,132.084289 L169.462637,129.953356 Z M77.1462535,102.606374 C70.7673863,105.625197 67.9323343,113.261042 70.9445771,119.831421 C73.9568199,126.224222 81.5760224,129.065467 88.1320803,126.046644 C94.5109474,123.027822 97.3459995,115.391976 94.3337567,108.821597 C91.3215138,102.251219 83.5251207,99.5875516 77.1462535,102.606374 Z M146.605029,74.3715036 C140.226162,77.3903262 137.39111,85.0261717 140.403353,91.5965504 C143.415596,97.9893513 151.034798,100.830596 157.590856,97.8117735 C163.969723,94.7929509 166.804775,87.1571054 163.792532,80.5867267 C160.603099,74.1939258 152.983896,71.3526809 146.605029,74.3715036 Z"></path>
|
|
10
|
+
</g>
|
|
11
|
+
</g>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_1273_2)">
|
|
3
|
+
<circle cx="128" cy="128" r="128" fill="#7E46F2"/>
|
|
4
|
+
<g filter="url(#filter0_d_1273_2)">
|
|
5
|
+
<path d="M133.664 41.0566C160.769 41.0566 182.742 63.4353 182.742 91.0407V119.782C182.742 147.387 160.769 169.766 133.664 169.766C129.406 169.766 125.275 169.213 121.336 168.176L121.337 171.568C121.337 191.763 105.185 208.172 85.137 208.498L84.5283 208.503V98.5383L84.5846 98.537L84.5861 91.0407C84.5861 63.4353 106.559 41.0566 133.664 41.0566ZM133.664 78.5447C126.888 78.5447 121.395 84.1393 121.395 91.0407V119.782C121.395 126.683 126.888 132.278 133.664 132.278C140.44 132.278 145.934 126.683 145.934 119.782V91.0407C145.934 84.1393 140.44 78.5447 133.664 78.5447Z" fill="white"/>
|
|
6
|
+
</g>
|
|
7
|
+
</g>
|
|
8
|
+
<defs>
|
|
9
|
+
<filter id="filter0_d_1273_2" x="84.5283" y="41.0566" width="108.214" height="177.447" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
|
10
|
+
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
|
11
|
+
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
|
12
|
+
<feOffset dx="10" dy="10"/>
|
|
13
|
+
<feComposite in2="hardAlpha" operator="out"/>
|
|
14
|
+
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.15 0"/>
|
|
15
|
+
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_1273_2"/>
|
|
16
|
+
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_1273_2" result="shape"/>
|
|
17
|
+
</filter>
|
|
18
|
+
<clipPath id="clip0_1273_2">
|
|
19
|
+
<rect width="256" height="256" fill="white"/>
|
|
20
|
+
</clipPath>
|
|
21
|
+
</defs>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Popcorn",
|
|
3
|
+
"symbol": "POP",
|
|
4
|
+
"decimals": 18,
|
|
5
|
+
"description": "Popcorn is a regenerative yield optimizing protocol with soul.",
|
|
6
|
+
"website": "https://www.popcorn.network",
|
|
7
|
+
"twitter": "@Popcorn_DAO",
|
|
8
|
+
"tokens": {
|
|
9
|
+
"ethereum": {
|
|
10
|
+
"address": "0xd0cd466b34a24fcb2f87676278af2005ca8a78c4"
|
|
11
|
+
},
|
|
12
|
+
"optimism": {
|
|
13
|
+
"address": "0x6F0fecBC276de8fC69257065fE47C5a03d986394"
|
|
14
|
+
}
|
|
15
|
+
}
|
|
16
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="40" height="40" rx="20" fill="#FEE45D"/>
|
|
3
|
+
<path d="M19.9997 24.9994C19.9997 22.2383 17.7613 19.9995 14.9999 19.9995C12.2384 19.9995 10 22.2383 10 24.9994C10 27.7608 12.2384 29.9996 14.9999 29.9996C17.7613 29.9996 19.9997 27.7605 19.9997 24.9994Z" fill="black"/>
|
|
4
|
+
<path d="M21.4648 28.5356C23.4175 30.4882 26.5834 30.4882 28.5357 28.5356C30.488 26.5829 30.4884 23.4167 28.5357 21.4644L21.4648 28.5356Z" fill="black"/>
|
|
5
|
+
<path d="M23.536 23.5362C25.4887 21.5835 25.4887 18.4177 23.536 16.465C21.5834 14.5123 18.4175 14.5123 16.4648 16.465L23.536 23.5362Z" fill="black"/>
|
|
6
|
+
<path d="M28.5357 18.5354C30.4884 16.5827 30.4884 13.4169 28.5357 11.4645C26.583 9.51183 23.4172 9.51183 21.4648 11.4645L28.5357 18.5354Z" fill="black"/>
|
|
7
|
+
<path d="M18.5354 11.4645C16.5827 9.51183 13.4169 9.51183 11.4645 11.4645C9.51183 13.4172 9.51183 16.583 11.4645 18.5354L18.5354 11.4645Z" fill="black"/>
|
|
8
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="2000" height="2000" viewBox="0 0 2000 2000" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="2000" height="2000" fill="#5294FF"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M733.506 717.792H1265.98C1296.26 717.792 1313.75 752.147 1295.95 776.638L1042.54 1125.13C1024.72 1149.62 1042.22 1183.98 1072.5 1183.98H1295.82C1307.67 1183.98 1318.81 1178.3 1325.78 1168.71L1576.4 824.06C1585.85 811.061 1585.85 793.468 1576.4 780.468L1356.68 478.325C1349.71 468.728 1338.57 463.054 1326.72 463.054H672.766C660.908 463.054 649.779 468.728 642.806 478.325L423.083 780.468C413.639 793.468 413.639 811.069 423.083 824.06L969.772 1575.88C984.563 1596.22 1014.92 1596.22 1029.71 1575.88L1141.36 1422.33C1150.81 1409.33 1150.81 1391.73 1141.36 1378.73L703.547 776.638C685.739 752.147 703.228 717.792 733.506 717.792Z" fill="white"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "Rai Reflex Index",
|
|
3
|
+
"symbol": "RAI",
|
|
4
|
+
"decimals": 18,
|
|
5
|
+
"tokens": {
|
|
6
|
+
"ethereum": {
|
|
7
|
+
"address": "0x03ab458634910AaD20eF5f1C8ee96F1D6ac54919"
|
|
8
|
+
},
|
|
9
|
+
"optimism": {
|
|
10
|
+
"address": "0x7FB688CCf682d58f86D7e38e03f9D22e7705448B"
|
|
11
|
+
},
|
|
12
|
+
"kovan": {
|
|
13
|
+
"address": "0x76b06a2f6dF6f0514e7BEC52a9AfB3f603b477CD"
|
|
14
|
+
},
|
|
15
|
+
"optimism-kovan": {
|
|
16
|
+
"address": "0x743224e4822710a3e40d754244f3e0f1db2e5d8f"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
}
|