feat: add SNX on Base (#232)

* add SNX

* add SNX

* spacing
This commit is contained in:
cavalier_eth
2024-01-06 03:05:14 +13:00
committed by GitHub
parent 0c2846efc1
commit ed59ccec4f
2 changed files with 14 additions and 0 deletions

View File

@@ -312,6 +312,19 @@ const assets: Asset[] = [
decimals: 18,
protocol: 'OP',
},
{
L1symbol: 'SNX',
L2symbol: 'SNX',
L1chainId: 1,
L2chainId: 8453,
L1contract: '0xC011a73ee8576Fb46F5E1c5751cA3B9Fe0af2a6F',
L2contract: '0x22e6966B799c4D5B13BE962E1D117b56327FDa66',
apiId: 'synthetix-network-token',
L1icon: '/icons/currency/snx.svg',
L2icon: '/icons/currency/snx.svg',
decimals: 18,
protocol: 'OP',
},
{
L1symbol: 'BTRST',
L2symbol: 'BTRST',

View File

@@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="480" height="480" fill="none"><circle cx="240" cy="240" r="240" fill="url(#a)"/><mask id="c" width="480" height="480" x="0" y="0" maskUnits="userSpaceOnUse" style="mask-type:alpha"><circle cx="240" cy="240" r="240" fill="url(#b)"/></mask><g mask="url(#c)"><path fill="#00D1FF" d="M160.933 180.329c-2.139-2.448-4.773-3.675-7.908-3.675H88.921c-.57 0-1.035-.18-1.386-.54-.357-.355-.535-.756-.535-1.186v-43.201c0-.431.178-.826.535-1.186.35-.361.817-.541 1.386-.541h67.739c17.093 0 31.84 6.988 44.234 20.952l16.454 20.086-32.052 39.097-24.363-29.806zm118.386-29.592C291.713 136.912 306.529 130 323.765 130h67.527c.569 0 .995.145 1.282.43.282.291.426.721.426 1.297v43.201c0 .43-.144.831-.426 1.186-.287.36-.713.54-1.282.54h-64.105c-3.134 0-5.768 1.227-7.908 3.675l-47.224 57.456 47.437 57.886c2.14 2.308 4.699 3.459 7.695 3.459h64.105c.569 0 .995.181 1.282.541.282.361.426.831.426 1.401v43.201c0 .431-.144.832-.426 1.186-.287.361-.713.541-1.282.541h-67.527c-17.236 0-31.983-6.982-44.233-20.952l-39.316-47.951-39.322 47.951C188.5 339.018 173.684 346 156.447 346H88.921c-.57 0-1-.18-1.283-.541-.287-.36-.425-.825-.425-1.407v-43.201c0-.43.138-.825.425-1.186.282-.36.714-.54 1.283-.54h64.104c2.991 0 5.625-1.221 7.908-3.675l46.368-56.59 72.018-88.123z"/></g><defs><linearGradient id="a" x1="240" x2="240" y1="0" y2="701.818" gradientUnits="userSpaceOnUse"><stop stop-color="#08021E"/><stop offset="1" stop-color="#1F0777"/></linearGradient><linearGradient id="b" x1="240" x2="240" y1="0" y2="701.818" gradientUnits="userSpaceOnUse"><stop stop-color="#08021E"/><stop offset="1" stop-color="#1F0777"/></linearGradient></defs></svg>

After

Width:  |  Height:  |  Size: 1.6 KiB