Skip to content

Commit 6ec7be4

Browse files
authored
Update wallet-data.ts - Aurox
based on https://www.walletbeat.fyi/
1 parent e2fa609 commit 6ec7be4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2094,7 +2094,7 @@ export const walletsData: WalletData[] = [
20942094
],
20952095
},
20962096
{
2097-
last_updated: "2023-10-30",
2097+
last_updated: "2025-01-25",
20982098
name: "Aurox Wallet",
20992099
image: AuroxImage,
21002100
twBackgroundColor: "bg-[#1F47FF]",
@@ -2138,7 +2138,11 @@ export const walletsData: WalletData[] = [
21382138
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
21392139
documentation:
21402140
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
2141-
supported_chains: ["Ethereum Mainnet"],
2141+
supported_chains: [
2142+
"Ethereum Mainnet",
2143+
"Arbitrum One",
2144+
"OP Mainnet",
2145+
],
21422146
},
21432147
{
21442148
last_updated: "2025-01-07",

0 commit comments

Comments
 (0)