Skip to content

Commit 7108a12

Browse files
authored
Merge pull request #9304 from ethereum/addApexWallet
add apex wallet data
2 parents 5ed8fbf + 9f66f79 commit 7108a12

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

src/assets/wallets/apex.png

17.5 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2479,6 +2479,52 @@ const walletData: WalletData[] = [
24792479
onboard_documentation: "https://help.onekey.so/hc/en-us",
24802480
documentation: "https://developer.onekey.so/guide/introduction",
24812481
},
2482+
{
2483+
last_updated: "2023-01-25",
2484+
name: "Apex",
2485+
image_name: "apex",
2486+
brand_color: "CF9500",
2487+
url: "https://apexwallet.xyz/",
2488+
wallet_live_date: "2022-08-31",
2489+
active_development_team: true,
2490+
languages_supported: ["en"],
2491+
twitter: "https://twitter.com/ApexWallet",
2492+
discord: "",
2493+
reddit: "",
2494+
telegram: "",
2495+
ios: false,
2496+
android: false,
2497+
linux: false,
2498+
windows: false,
2499+
macOS: false,
2500+
firefox: false,
2501+
chromium: true,
2502+
hardware: false,
2503+
open_source: false,
2504+
repo_url: "",
2505+
non_custodial: true,
2506+
security_audit: ["audited by Bishop Fox"],
2507+
scam_protection: false,
2508+
hardware_support: false,
2509+
walletconnect: false,
2510+
rpc_importing: true,
2511+
nft_support: true,
2512+
connect_to_dapps: true,
2513+
staking: false,
2514+
swaps: false,
2515+
multichain: true,
2516+
layer_2: true,
2517+
gas_fee_customization: false,
2518+
ens_support: true,
2519+
erc_20_support: true,
2520+
eip_1559_support: true,
2521+
buy_crypto: false,
2522+
withdraw_crypto: false,
2523+
multisig: false,
2524+
social_recovery: false,
2525+
onboard_documentation: "https://docs.apexwallet.xyz/docs/getting-started",
2526+
documentation: "https://docs.apexwallet.xyz/docs/getting-started",
2527+
},
24822528
]
24832529

24842530
export default walletData

src/pages/wallets/find-wallet.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -823,5 +823,10 @@ export const query = graphql`
823823
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
824824
}
825825
}
826+
apex: file(relativePath: { eq: "wallets/apex.png" }) {
827+
childImageSharp {
828+
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
829+
}
830+
}
826831
}
827832
`

0 commit comments

Comments
 (0)