Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

devop: add dapps for other chains #76

Merged
merged 1 commit into from
Jul 27, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions packages/extension/src/libs/dapp-list/binance.ts
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;
32 changes: 32 additions & 0 deletions packages/extension/src/libs/dapp-list/etc.ts
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://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://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://ethereumclassic.org/static/b4107087d99c8cef9bf64e67f2722d47/3f9a3/etcswap.webp",
},
];
export default dappList;
6 changes: 6 additions & 0 deletions packages/extension/src/libs/dapp-list/index.ts
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 "./binance";
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;
49 changes: 49 additions & 0 deletions packages/extension/src/libs/dapp-list/matic.ts
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;