-
Notifications
You must be signed in to change notification settings - Fork 184
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
138 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
import { DAppsItem } from "@/types/ui"; | ||
|
||
const dappList: DAppsItem[] = [ | ||
{ | ||
title: "PancakeSwap", | ||
link: "https://pancakeswap.finance/", | ||
description: "The #1 AMM and yield farm on Binance Smart Chain.", | ||
isFavorites: false, | ||
image: | ||
"https://dashboard-assets.dappradar.com/document/4600/pancakeswap-dapp-defi-bsc-logo-166x166_783df04863220a6371e78725e2fa3320.png", | ||
}, | ||
{ | ||
title: "DRIP", | ||
link: "https://drip.community/", | ||
description: "DRIP gives 365% ROI from taxes, not inflation", | ||
isFavorites: false, | ||
image: | ||
"https://dashboard-assets.dappradar.com/document/8827/drip-dapp-defi-bsc-logo-166x166_b6f6249fbd34e79abf1100e5ddb7f1b5.png", | ||
}, | ||
{ | ||
title: "SecondLive", | ||
link: "https://secondlive.world/", | ||
description: "SecondLive: Choose Life, Choose Space, Choose Friends.", | ||
isFavorites: false, | ||
image: | ||
"https://dashboard-assets.dappradar.com/document/9001/secondlive-dapp-games-bsc-logo-166x166_50f0e02391c85c336db9c2ff02c45cc0.png", | ||
}, | ||
{ | ||
title: "Biswap", | ||
link: "https://biswap.org/", | ||
description: | ||
"The First DEX on BSC network with a three-type referral system", | ||
isFavorites: false, | ||
image: | ||
"https://dashboard-assets.dappradar.com/document/7069/biswap-dapp-defi-bsc-logo-166x166_3dc36bd2ec59e2f1275c2f5344302e61.png", | ||
}, | ||
{ | ||
title: "MOBOX: NFT Farmer", | ||
link: "https://www.mobox.io/", | ||
description: "Yield Farm on the GO and watch your MOMO NFTs GROW.", | ||
isFavorites: false, | ||
image: | ||
"https://dashboard-assets.dappradar.com/document/6249/momonftfarmer-dapp-games-bsc-logo-166x166_a5766503c5711a16ec0f2d5b34d05a70.png", | ||
}, | ||
]; | ||
export default dappList; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import { DAppsItem } from "@/types/ui"; | ||
|
||
const dappList: DAppsItem[] = [ | ||
{ | ||
title: "Multichain", | ||
link: "https://multichain.org/", | ||
description: | ||
"Multichain is the ultimate Router for web3. It is an infrastructure developed for arbitrary cross-chain interactions.", | ||
isFavorites: false, | ||
image: | ||
"https://img.mewapi.io/?image=https://ethereumclassic.org/static/dc9065e3607e711dec75bad803166e8f/c95dc/multichain.webp", | ||
}, | ||
{ | ||
title: "Canonical Wrapped Ether", | ||
link: "https://wrappedether.org/", | ||
description: | ||
"Wrapped Ether (wETC) is a tokenized version of Ether (ETC) the native asset of the Ethereum Classic network, the original EVM launched in 2015.", | ||
isFavorites: false, | ||
image: | ||
"https://img.mewapi.io/?image=https://ethereumclassic.org/static/360203e034f5e3f4572338584d0ba000/3f9a3/wetc.webp", | ||
}, | ||
{ | ||
title: "ETC Swap", | ||
link: "https://swap.ethereumclassic.com/", | ||
description: | ||
"ETC Swap is a decentralized cryptocurrency exchange where users acquire digital assets without an intermediary. Use Ethereum Classic, the original Ethereum Virtual Machine (EVM). Code is law.", | ||
isFavorites: false, | ||
image: | ||
"https://img.mewapi.io/?image=https://ethereumclassic.org/static/b4107087d99c8cef9bf64e67f2722d47/3f9a3/etcswap.webp", | ||
}, | ||
]; | ||
export default dappList; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
import { DAppsItem } from "@/types/ui"; | ||
import { NetworkNames } from "@enkryptcom/types"; | ||
import eth from "./eth"; | ||
import binance from "./bsc"; | ||
import matic from "./matic"; | ||
import etc from "./etc"; | ||
|
||
const lists: Partial<Record<NetworkNames, DAppsItem[]>> = { | ||
[NetworkNames.Ethereum]: eth, | ||
[NetworkNames.Binance]: binance, | ||
[NetworkNames.Matic]: matic, | ||
[NetworkNames.EthereumClassic]: etc, | ||
}; | ||
|
||
export default lists; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
import { DAppsItem } from "@/types/ui"; | ||
|
||
const dappList: DAppsItem[] = [ | ||
{ | ||
title: "QuickSwap", | ||
link: "https://quickswap.exchange/", | ||
description: | ||
"QuickSwap is a permissionless decentralized exchange (DEX) based on Ethereum, powered by Matic Network’s Layer 2 scalability infrastructure.", | ||
isFavorites: false, | ||
image: | ||
"https://dashboard-assets.dappradar.com/document/6017/quickswap-dapp-defi-matic-logo-166x166_c02d55557213ab013ed24d21924716c9.png", | ||
}, | ||
{ | ||
title: "Arc8 by GAMEE", | ||
link: "https://www.gamee.com/", | ||
description: "Mobile Games - Crypto Rewards", | ||
isFavorites: false, | ||
image: | ||
"https://dashboard-assets.dappradar.com/document/9152/arc8bygamee-dapp-games-matic-logo-166x166_ad09c6e8eff83f51c499e9988a1cba0c.png", | ||
}, | ||
{ | ||
title: "StableFund", | ||
link: "https://stablefund.app/", | ||
description: | ||
"The world's most advanced Crypto Wallet Trade Crypto Stake & Earn Store all your crypto in one place", | ||
isFavorites: false, | ||
image: | ||
"https://dashboard-assets.dappradar.com/document/15945/stablefund-dapp-high-risk-matic-logo-166x166_2ae3f7d46cc9aeceea0201999bdb0ff6.png", | ||
}, | ||
{ | ||
title: "Clipper DEX", | ||
link: "https://clipper.exchange/", | ||
description: | ||
"A decentralized exchange that's built for retail traders. Audited by Quantstamp & Solidified.", | ||
isFavorites: false, | ||
image: | ||
"https://dashboard-assets.dappradar.com/document/15361/clipperdex-dapp-defi-ethereum-logo-166x166_623418fcd99d23acc727e5653c51cd5f.png", | ||
}, | ||
{ | ||
title: "Aavegotchi", | ||
link: "https://www.aavegotchi.com/", | ||
description: | ||
"DeFi-staked Crypto Collectibles Collect, compete, and combine your Aavegotchis for the ultimate gamified DeFi experience!", | ||
isFavorites: false, | ||
image: | ||
"https://dashboard-assets.dappradar.com/document/5824/aavegotchi-dapp-defi-matic-logo-166x166_6419c9c054c875fcfc43bc780ccc6b87.png", | ||
}, | ||
]; | ||
export default dappList; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
839f55a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Virus total analysis
chrome:
https://www.virustotal.com/gui/file/33b287cb685fc5d391c669068bb1bdf1dd660dd8dfa3b6fcc37eb338b44d4f33
firefox:
https://www.virustotal.com/gui/file/8034d4016feca43f2ac5993531b2bccea3e8474953fbca28ed2afdbb67c82bff