Skip to content

Commit 5ed8fbf

Browse files
authored
Merge pull request #9294 from ethereum/addOneKeyWallet
add OneKey data and logo
2 parents 8d5d674 + 2c4136f commit 5ed8fbf

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

src/assets/wallets/onekey.png

11.5 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2433,6 +2433,52 @@ const walletData: WalletData[] = [
24332433
documentation:
24342434
"https://www.okx.com/web3-docs/getting-start.html#basic-considerations",
24352435
},
2436+
{
2437+
last_updated: "2022-01-24",
2438+
name: "OneKey",
2439+
image_name: "onekey",
2440+
brand_color: "#00B812",
2441+
url: "https://onekey.so/",
2442+
wallet_live_date: "2022-07-31",
2443+
active_development_team: true,
2444+
languages_supported: ["en"],
2445+
twitter: "https://twitter.com/OneKeyHQ",
2446+
discord: "https://discord.gg/onekey",
2447+
reddit: "",
2448+
telegram: "",
2449+
ios: true,
2450+
android: true,
2451+
linux: true,
2452+
windows: true,
2453+
macOS: true,
2454+
firefox: true,
2455+
chromium: true,
2456+
hardware: true,
2457+
open_source: true,
2458+
repo_url: "https://github.com/OneKeyHQ/app-monorepo",
2459+
non_custodial: true,
2460+
security_audit: ["none"],
2461+
scam_protection: false,
2462+
hardware_support: true,
2463+
walletconnect: true,
2464+
rpc_importing: true,
2465+
nft_support: true,
2466+
connect_to_dapps: true,
2467+
staking: false,
2468+
swaps: true,
2469+
multichain: true,
2470+
layer_2: true,
2471+
gas_fee_customization: true,
2472+
ens_support: true,
2473+
erc_20_support: true,
2474+
eip_1559_support: true,
2475+
buy_crypto: true,
2476+
withdraw_crypto: true,
2477+
multisig: false,
2478+
social_recovery: false,
2479+
onboard_documentation: "https://help.onekey.so/hc/en-us",
2480+
documentation: "https://developer.onekey.so/guide/introduction",
2481+
},
24362482
]
24372483

24382484
export default walletData

src/pages/wallets/find-wallet.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -818,5 +818,10 @@ export const query = graphql`
818818
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
819819
}
820820
}
821+
onekey: file(relativePath: { eq: "wallets/onekey.png" }) {
822+
childImageSharp {
823+
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
824+
}
825+
}
821826
}
822827
`

0 commit comments

Comments
 (0)