diff --git a/README.md b/README.md index 8c06a9242..28ec9e4c2 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@
- Logo + Logo -

enKrypt

+

Enkrypt

- Universal web3 extension + Everything in the blockchain made easy
Explore the docs »
diff --git a/enkrypt.png b/enkrypt.png new file mode 100644 index 000000000..d9362887b Binary files /dev/null and b/enkrypt.png differ diff --git a/logo.png b/logo.png deleted file mode 100644 index 4b3c7e516..000000000 Binary files a/logo.png and /dev/null differ diff --git a/packages/extension/src/libs/dapp-list/bsc.ts b/packages/extension/src/libs/dapp-list/bsc.ts new file mode 100644 index 000000000..fcd951c66 --- /dev/null +++ b/packages/extension/src/libs/dapp-list/bsc.ts @@ -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; diff --git a/packages/extension/src/libs/dapp-list/etc.ts b/packages/extension/src/libs/dapp-list/etc.ts new file mode 100644 index 000000000..701c0cf09 --- /dev/null +++ b/packages/extension/src/libs/dapp-list/etc.ts @@ -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; diff --git a/packages/extension/src/libs/dapp-list/index.ts b/packages/extension/src/libs/dapp-list/index.ts index c707d4fbe..076d3b454 100644 --- a/packages/extension/src/libs/dapp-list/index.ts +++ b/packages/extension/src/libs/dapp-list/index.ts @@ -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> = { [NetworkNames.Ethereum]: eth, + [NetworkNames.Binance]: binance, + [NetworkNames.Matic]: matic, + [NetworkNames.EthereumClassic]: etc, }; export default lists; diff --git a/packages/extension/src/libs/dapp-list/matic.ts b/packages/extension/src/libs/dapp-list/matic.ts new file mode 100644 index 000000000..89c3ba7de --- /dev/null +++ b/packages/extension/src/libs/dapp-list/matic.ts @@ -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; diff --git a/packages/extension/src/manifest/base.json b/packages/extension/src/manifest/base.json index c0017b0f5..2c21eec98 100644 --- a/packages/extension/src/manifest/base.json +++ b/packages/extension/src/manifest/base.json @@ -35,7 +35,7 @@ "run_at": "document_start" } ], - "description": "Enkrypt: Chrome Extension - Everything in the blockchain made easy", + "description": "Enkrypt: Extension - Everything in the blockchain made easy", "icons": { "16": "assets/img/icons/icon16.png", "32": "assets/img/icons/icon32.png", diff --git a/packages/extension/src/ui/action/views/network-activity/index.vue b/packages/extension/src/ui/action/views/network-activity/index.vue index 63c574599..af5574b31 100644 --- a/packages/extension/src/ui/action/views/network-activity/index.vue +++ b/packages/extension/src/ui/action/views/network-activity/index.vue @@ -151,6 +151,7 @@ const setActivities = () => { isNoActivity.value = false; if (props.accountInfo.selectedAccount) props.network.getAllActivity(activityAddress.value).then((all) => { + console.log(all); activities.value = all; isNoActivity.value = all.length === 0; activities.value.forEach((act) => {