|
@@ -29,6 +29,12 @@ import syncswapBg from '../project/syncswap/syncswapBg.png'
|
|
|
import syncswapAv from '../project/syncswap/syncswapAv.png'
|
|
|
import getcoinBg from '../project/getcoin/getcoinBg.png'
|
|
|
import getcoinAv from '../project/getcoin/getcoinAv.png'
|
|
|
+import dmailAv from '../project/dmail/dmailAv.png'
|
|
|
+import dmailBg from '../project/dmail/dmailBg.png'
|
|
|
+import tiktokFiAv from '../project/tiktokFi/tiktokFiAv.png'
|
|
|
+import tiktokFiBg from '../project/tiktokFi/tiktokFiBg.png'
|
|
|
+import karatDAOAv from '../project/karatDAO/karatDAOAv.png'
|
|
|
+import karatDAOBg from '../project/karatDAO/karatDAOBg.png'
|
|
|
import router from "@/router";
|
|
|
import {useSunStore,useAddressStore} from "@/stores/sun";
|
|
|
import Nav from '@/components/Nav.vue'
|
|
@@ -63,11 +69,11 @@ let dataArr: dataArrType = [
|
|
|
url:'https://bridge.zksync.io/'
|
|
|
},
|
|
|
{
|
|
|
- name: 'zks-lite bridge',
|
|
|
- type: ['OFFICAL','BRIDGE'],
|
|
|
- BG: zksLiteBridgeBg,
|
|
|
- avatar: zksLiteBridgeAv,
|
|
|
- url:'https://lite.zksync.io/transaction/deposit'
|
|
|
+ name:'TiktokFi',
|
|
|
+ type: ['NFT'],
|
|
|
+ BG:tiktokFiBg,
|
|
|
+ avatar:tiktokFiAv,
|
|
|
+ url:'https://zksync.tiktokfi.xyz/'
|
|
|
},
|
|
|
{
|
|
|
name: 'Orbiter',
|
|
@@ -76,6 +82,21 @@ let dataArr: dataArrType = [
|
|
|
avatar: orbiterAv,
|
|
|
url:'https://www.orbiter.finance/'
|
|
|
},
|
|
|
+ {
|
|
|
+ name: 'Syncswap',
|
|
|
+ type: ['ERA', 'SWAP'],
|
|
|
+ BG: syncswapBg,
|
|
|
+ avatar: syncswapAv,
|
|
|
+ url:'https://syncswap.xyz/'
|
|
|
+ },
|
|
|
+ {
|
|
|
+ name: 'zks-lite bridge',
|
|
|
+ type: ['OFFICAL','BRIDGE'],
|
|
|
+ BG: zksLiteBridgeBg,
|
|
|
+ avatar: zksLiteBridgeAv,
|
|
|
+ url:'https://lite.zksync.io/transaction/deposit'
|
|
|
+ },
|
|
|
+
|
|
|
{
|
|
|
name: 'Mute',
|
|
|
type: ['ERA', 'DEFI', 'SWAP'],
|
|
@@ -84,11 +105,11 @@ let dataArr: dataArrType = [
|
|
|
url:'https://app.mute.io/swap'
|
|
|
},
|
|
|
{
|
|
|
- name: 'Syncswap',
|
|
|
- type: ['ERA', 'SWAP'],
|
|
|
- BG: syncswapBg,
|
|
|
- avatar: syncswapAv,
|
|
|
- url:'https://syncswap.xyz/'
|
|
|
+ name:'Dmail',
|
|
|
+ type: ['Dapp'],
|
|
|
+ BG:dmailBg,
|
|
|
+ avatar:dmailAv,
|
|
|
+ url:'https://mail.dmail.ai/login?icode=393233'
|
|
|
},
|
|
|
{
|
|
|
name: 'Gitcoin',
|
|
@@ -97,6 +118,13 @@ let dataArr: dataArrType = [
|
|
|
avatar: getcoinAv,
|
|
|
url:'https://bounties.gitcoin.co/'
|
|
|
},
|
|
|
+ {
|
|
|
+ name: 'KaratDAO',
|
|
|
+ type: ['DAO', 'NFT'],
|
|
|
+ BG: karatDAOBg,
|
|
|
+ avatar: karatDAOAv,
|
|
|
+ url:'https://karatdao.com/mint/claimer'
|
|
|
+ },
|
|
|
]
|
|
|
|
|
|
let MM = ref()//MetaMaskSDK
|
|
@@ -747,7 +775,7 @@ const toEmail = (email:string) => {
|
|
|
display: flex;
|
|
|
flex-wrap: wrap;
|
|
|
overflow:auto;
|
|
|
- gap: 30px;
|
|
|
+ gap: 28px;
|
|
|
height: 585px;
|
|
|
margin: 0px -60px;
|
|
|
padding: 20px 0;
|