Skip to content

Commit 7bc50dd

Browse files
authored
Merge pull request #14743 from ethereum/konopkja-patch-6
Update wallet-data.ts - Aurox
2 parents 8111c70 + 6ec7be4 commit 7bc50dd

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
@@ -2099,7 +2099,7 @@ export const walletsData: WalletData[] = [
20992099
],
21002100
},
21012101
{
2102-
last_updated: "2023-10-30",
2102+
last_updated: "2025-01-25",
21032103
name: "Aurox Wallet",
21042104
image: AuroxImage,
21052105
twBackgroundColor: "bg-[#1F47FF]",
@@ -2143,7 +2143,11 @@ export const walletsData: WalletData[] = [
21432143
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
21442144
documentation:
21452145
"https://docs.getaurox.com/product-docs/aurox-ecosystem/what-is-the-aurox-ecosystem",
2146-
supported_chains: ["Ethereum Mainnet"],
2146+
supported_chains: [
2147+
"Ethereum Mainnet",
2148+
"Arbitrum One",
2149+
"OP Mainnet",
2150+
],
21472151
},
21482152
{
21492153
last_updated: "2025-01-07",

0 commit comments

Comments
 (0)