Skip to content

Commit 5ecedee

Browse files
committed
add Aurox wallet information
1 parent 2d51226 commit 5ecedee

File tree

3 files changed

+51
-0
lines changed

3 files changed

+51
-0
lines changed

src/assets/wallets/aurox.png

4.36 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2702,6 +2702,54 @@ const walletData: WalletData[] = [
27022702
documentation:
27032703
"https://docs.xdefi.io/xdefi-wallet-v2-draft/technical-docs/extension-integration",
27042704
},
2705+
{
2706+
last_updated: "2023-10-30",
2707+
name: "Aurox Wallet",
2708+
image_name: "aurox",
2709+
brand_color: "#1F47FF",
2710+
url: "https://getaurox.com/wallet",
2711+
wallet_live_date: "2022-12-06",
2712+
active_development_team: true,
2713+
languages_supported: ["en"],
2714+
twitter: "https://twitter.com/getaurox",
2715+
discord: "https://aurox.app/discord",
2716+
reddit: "",
2717+
telegram: "",
2718+
ios: false,
2719+
android: false,
2720+
linux: false,
2721+
windows: false,
2722+
macOS: false,
2723+
firefox: false,
2724+
chromium: true,
2725+
hardware: false,
2726+
open_source: true,
2727+
repo_url: "https://github.com/GetAurox/Aurox-Wallet",
2728+
non_custodial: true,
2729+
security_audit: ["https://skynet.certik.com/projects/aurox"],
2730+
scam_protection: true,
2731+
hardware_support: true,
2732+
walletconnect: false,
2733+
rpc_importing: true,
2734+
nft_support: true,
2735+
connect_to_dapps: true,
2736+
staking: false,
2737+
swaps: true,
2738+
multichain: true,
2739+
layer_2: true,
2740+
gas_fee_customization: true,
2741+
ens_support: true,
2742+
erc_20_support: true,
2743+
eip_1559_support: true,
2744+
buy_crypto: false,
2745+
withdraw_crypto: false,
2746+
multisig: false,
2747+
social_recovery: false,
2748+
onboard_documentation:
2749+
" https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
2750+
documentation:
2751+
" https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
2752+
},
27052753
]
27062754

27072755
export default walletData

src/pages/wallets/find-wallet.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,5 +515,8 @@ export const query = graphql`
515515
XDEFI: file(relativePath: { eq: "wallets/XDEFI.png" }) {
516516
...walletImage
517517
}
518+
aurox: file(relativePath: { eq: "wallets/aurox.png" }) {
519+
...walletImage
520+
}
518521
}
519522
`

0 commit comments

Comments
 (0)