Skip to content

Commit 8d5d674

Browse files
authored
Merge pull request #9303 from ethereum/addOkxWallet
add okx wallet data
2 parents 87e9eca + 72859f8 commit 8d5d674

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
@@ -2385,6 +2385,54 @@ const walletData: WalletData[] = [
23852385
onboard_documentation: "https://help.blockwallet.io/hc/en-us",
23862386
documentation: "https://github.com/block-wallet/extension",
23872387
},
2388+
{
2389+
last_updated: "2023-01-25",
2390+
name: "OKX",
2391+
image_name: "okx",
2392+
brand_color: "#000000",
2393+
url: "https://www.okx.com/web3",
2394+
wallet_live_date: "2019-03-25",
2395+
active_development_team: true,
2396+
languages_supported: ["en"],
2397+
twitter: "https://twitter.com/okx?s=21&t=VcG0BDlBFxg45H5jtLIaDQ",
2398+
discord: "https://discord.gg/okx",
2399+
reddit: "https://www.reddit.com/r/OKX/",
2400+
telegram: "https://t.me/OKXOfficial_English",
2401+
ios: true,
2402+
android: true,
2403+
linux: false,
2404+
windows: false,
2405+
macOS: false,
2406+
firefox: true,
2407+
chromium: true,
2408+
hardware: false,
2409+
open_source: true,
2410+
repo_url: "https://github.com/orgs/okex/repositories",
2411+
non_custodial: true,
2412+
security_audit: ["none"],
2413+
scam_protection: true,
2414+
hardware_support: true,
2415+
walletconnect: true,
2416+
rpc_importing: false,
2417+
nft_support: true,
2418+
connect_to_dapps: true,
2419+
staking: false,
2420+
swaps: true,
2421+
multichain: true,
2422+
layer_2: true,
2423+
gas_fee_customization: true,
2424+
ens_support: false,
2425+
erc_20_support: true,
2426+
eip_1559_support: false,
2427+
buy_crypto: true,
2428+
withdraw_crypto: true,
2429+
multisig: false,
2430+
social_recovery: false,
2431+
onboard_documentation:
2432+
"https://www.okx.com/web3-docs/getting-start.html#basic-considerations",
2433+
documentation:
2434+
"https://www.okx.com/web3-docs/getting-start.html#basic-considerations",
2435+
},
23882436
]
23892437

23902438
export default walletData

src/pages/wallets/find-wallet.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,5 +813,10 @@ export const query = graphql`
813813
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
814814
}
815815
}
816+
okx: file(relativePath: { eq: "wallets/okx.jpeg" }) {
817+
childImageSharp {
818+
gatsbyImageData(layout: FULL_WIDTH, placeholder: BLURRED, quality: 100)
819+
}
820+
}
816821
}
817822
`

0 commit comments

Comments
 (0)