Skip to content

Commit a29e2bd

Browse files
authored
Merge pull request #11542 from ethereum/addAurox
Add Aurox wallet information
2 parents 374a624 + d778771 commit a29e2bd

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

public/wallets/aurox.png

4.36 KB
Loading

src/data/wallets/wallet-data.ts

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import AlphaWalletImage from "@/public/wallets/alpha.png"
77
import AmbireImage from "@/public/wallets/ambire.png"
88
import ApexImage from "@/public/wallets/apex.png"
99
import ArgentImage from "@/public/wallets/argent.png"
10+
import AuroxImage from "@/public/wallets/aurox.png"
1011
import BitcoindotcomImage from "@/public/wallets/bitcoindotcom.png"
1112
import BitkeepImage from "@/public/wallets/bitkeep.png"
1213
import BlockWalletImage from "@/public/wallets/blockwallet.png"
@@ -2712,6 +2713,54 @@ const walletData: WalletData[] = [
27122713
documentation:
27132714
"https://docs.xdefi.io/xdefi-wallet-v2-draft/technical-docs/extension-integration",
27142715
},
2716+
{
2717+
last_updated: "2023-10-30",
2718+
name: "Aurox Wallet",
2719+
image: AuroxImage,
2720+
brand_color: "#1F47FF",
2721+
url: "https://getaurox.com/wallet",
2722+
wallet_live_date: "2022-12-06",
2723+
active_development_team: true,
2724+
languages_supported: ["en"],
2725+
twitter: "https://twitter.com/getaurox",
2726+
discord: "https://aurox.app/discord",
2727+
reddit: "",
2728+
telegram: "",
2729+
ios: false,
2730+
android: false,
2731+
linux: false,
2732+
windows: false,
2733+
macOS: false,
2734+
firefox: false,
2735+
chromium: true,
2736+
hardware: false,
2737+
open_source: true,
2738+
repo_url: "https://github.com/GetAurox/Aurox-Wallet",
2739+
non_custodial: true,
2740+
security_audit: ["https://skynet.certik.com/projects/aurox"],
2741+
scam_protection: true,
2742+
hardware_support: true,
2743+
walletconnect: false,
2744+
rpc_importing: true,
2745+
nft_support: true,
2746+
connect_to_dapps: true,
2747+
staking: false,
2748+
swaps: true,
2749+
multichain: true,
2750+
layer_2: true,
2751+
gas_fee_customization: true,
2752+
ens_support: true,
2753+
erc_20_support: true,
2754+
eip_1559_support: true,
2755+
buy_crypto: false,
2756+
withdraw_crypto: false,
2757+
multisig: false,
2758+
social_recovery: false,
2759+
onboard_documentation:
2760+
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
2761+
documentation:
2762+
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
2763+
},
27152764
]
27162765

27172766
export default walletData

0 commit comments

Comments
 (0)