Skip to content

Commit

Permalink
Merge pull request #11542 from ethereum/addAurox
Browse files Browse the repository at this point in the history
Add Aurox wallet information
  • Loading branch information
corwintines committed Feb 13, 2024
2 parents 374a624 + d778771 commit a29e2bd
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
Binary file added public/wallets/aurox.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions src/data/wallets/wallet-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import AlphaWalletImage from "@/public/wallets/alpha.png"
import AmbireImage from "@/public/wallets/ambire.png"
import ApexImage from "@/public/wallets/apex.png"
import ArgentImage from "@/public/wallets/argent.png"
import AuroxImage from "@/public/wallets/aurox.png"
import BitcoindotcomImage from "@/public/wallets/bitcoindotcom.png"
import BitkeepImage from "@/public/wallets/bitkeep.png"
import BlockWalletImage from "@/public/wallets/blockwallet.png"
Expand Down Expand Up @@ -2712,6 +2713,54 @@ const walletData: WalletData[] = [
documentation:
"https://docs.xdefi.io/xdefi-wallet-v2-draft/technical-docs/extension-integration",
},
{
last_updated: "2023-10-30",
name: "Aurox Wallet",
image: AuroxImage,
brand_color: "#1F47FF",
url: "https://getaurox.com/wallet",
wallet_live_date: "2022-12-06",
active_development_team: true,
languages_supported: ["en"],
twitter: "https://twitter.com/getaurox",
discord: "https://aurox.app/discord",
reddit: "",
telegram: "",
ios: false,
android: false,
linux: false,
windows: false,
macOS: false,
firefox: false,
chromium: true,
hardware: false,
open_source: true,
repo_url: "https://github.com/GetAurox/Aurox-Wallet",
non_custodial: true,
security_audit: ["https://skynet.certik.com/projects/aurox"],
scam_protection: true,
hardware_support: true,
walletconnect: false,
rpc_importing: true,
nft_support: true,
connect_to_dapps: true,
staking: false,
swaps: true,
multichain: true,
layer_2: true,
gas_fee_customization: true,
ens_support: true,
erc_20_support: true,
eip_1559_support: true,
buy_crypto: false,
withdraw_crypto: false,
multisig: false,
social_recovery: false,
onboard_documentation:
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
documentation:
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
},
]

export default walletData

0 comments on commit a29e2bd

Please sign in to comment.