Skip to content

Commit dd158f7

Browse files
committed
add OneKey data and logo
1 parent d2744aa commit dd158f7

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
@@ -2288,6 +2288,52 @@ const walletData: WalletData[] = [
22882288
onboard_documentation: "https://www.youtube.com/c/GridPlus",
22892289
documentation: "https://docs.gridplus.io/",
22902290
},
2291+
{
2292+
last_updated: "2022-01-24",
2293+
name: "OneKey",
2294+
image_name: "onekey",
2295+
brand_color: "#00B812",
2296+
url: "https://onekey.so/",
2297+
wallet_live_date: "2022-07-31",
2298+
active_development_team: true,
2299+
languages_supported: ["en"],
2300+
twitter: "https://twitter.com/OneKeyHQ",
2301+
discord: "https://discord.gg/onekey",
2302+
reddit: "",
2303+
telegram: "",
2304+
ios: true,
2305+
android: true,
2306+
linux: true,
2307+
windows: true,
2308+
macOS: true,
2309+
firefox: true,
2310+
chromium: true,
2311+
hardware: true,
2312+
open_source: true,
2313+
repo_url: "https://github.com/OneKeyHQ/app-monorepo",
2314+
non_custodial: true,
2315+
security_audit: ["none"],
2316+
scam_protection: false,
2317+
hardware_support: true,
2318+
walletconnect: true,
2319+
rpc_importing: true,
2320+
nft_support: true,
2321+
connect_to_dapps: true,
2322+
staking: false,
2323+
swaps: true,
2324+
multichain: true,
2325+
layer_2: true,
2326+
gas_fee_customization: true,
2327+
ens_support: true,
2328+
erc_20_support: true,
2329+
eip_1559_support: true,
2330+
buy_crypto: true,
2331+
withdraw_crypto: true,
2332+
multisig: false,
2333+
social_recovery: false,
2334+
onboard_documentation: "https://help.onekey.so/hc/en-us",
2335+
documentation: "https://developer.onekey.so/guide/introduction",
2336+
},
22912337
]
22922338

22932339
export default walletData

src/pages/wallets/find-wallet.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,5 +803,10 @@ export const query = graphql`
803803
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
804804
}
805805
}
806+
onekey: file(relativePath: { eq: "wallets/onekey.png" }) {
807+
childImageSharp {
808+
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
809+
}
810+
}
806811
}
807812
`

0 commit comments

Comments
 (0)