@@ -7,6 +7,7 @@ import AlphaWalletImage from "@/public/wallets/alpha.png"
7
7
import AmbireImage from "@/public/wallets/ambire.png"
8
8
import ApexImage from "@/public/wallets/apex.png"
9
9
import ArgentImage from "@/public/wallets/argent.png"
10
+ import AuroxImage from "@/public/wallets/aurox.png"
10
11
import BitcoindotcomImage from "@/public/wallets/bitcoindotcom.png"
11
12
import BitkeepImage from "@/public/wallets/bitkeep.png"
12
13
import BlockWalletImage from "@/public/wallets/blockwallet.png"
@@ -2712,6 +2713,54 @@ const walletData: WalletData[] = [
2712
2713
documentation :
2713
2714
"https://docs.xdefi.io/xdefi-wallet-v2-draft/technical-docs/extension-integration" ,
2714
2715
} ,
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
+ } ,
2715
2764
]
2716
2765
2717
2766
export default walletData
0 commit comments