Skip to content

Commit d2b0bf0

Browse files
committed
add okx wallet data
1 parent e4aaae1 commit d2b0bf0

File tree

3 files changed

+53
-0
lines changed

3 files changed

+53
-0
lines changed

src/assets/wallets/okx.jpeg

8.47 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2288,6 +2288,54 @@ const walletData: WalletData[] = [
22882288
onboard_documentation: "https://www.youtube.com/c/GridPlus",
22892289
documentation: "https://docs.gridplus.io/",
22902290
},
2291+
{
2292+
last_updated: "2023-01-25",
2293+
name: "OKX",
2294+
image_name: "okx",
2295+
brand_color: "#000000",
2296+
url: "https://www.okx.com/web3",
2297+
wallet_live_date: "2019-03-25",
2298+
active_development_team: true,
2299+
languages_supported: ["en"],
2300+
twitter: "https://twitter.com/okx?s=21&t=VcG0BDlBFxg45H5jtLIaDQ",
2301+
discord: "https://discord.gg/okx",
2302+
reddit: "https://www.reddit.com/r/OKX/",
2303+
telegram: "https://t.me/OKXOfficial_English",
2304+
ios: true,
2305+
android: true,
2306+
linux: false,
2307+
windows: false,
2308+
macOS: false,
2309+
firefox: true,
2310+
chromium: true,
2311+
hardware: false,
2312+
open_source: true,
2313+
repo_url: "https://github.com/orgs/okex/repositories",
2314+
non_custodial: true,
2315+
security_audit: ["none"],
2316+
scam_protection: true,
2317+
hardware_support: true,
2318+
walletconnect: true,
2319+
rpc_importing: false,
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: false,
2328+
erc_20_support: true,
2329+
eip_1559_support: false,
2330+
buy_crypto: true,
2331+
withdraw_crypto: true,
2332+
multisig: false,
2333+
social_recovery: false,
2334+
onboard_documentation:
2335+
"https://www.okx.com/web3-docs/getting-start.html#basic-considerations",
2336+
documentation:
2337+
"https://www.okx.com/web3-docs/getting-start.html#basic-considerations",
2338+
},
22912339
]
22922340

22932341
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+
okx: file(relativePath: { eq: "wallets/okx.jpeg" }) {
807+
childImageSharp {
808+
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
809+
}
810+
}
806811
}
807812
`

0 commit comments

Comments
 (0)