Skip to content

Commit 817ac7a

Browse files
authored
fix broken array
1 parent 2f8d0eb commit 817ac7a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,9 +922,11 @@ export const walletsData: WalletData[] = [
922922
social_recovery: false,
923923
onboard_documentation: "",
924924
documentation: "https://unstoppable.money/faq",
925-
supported_chains: ["Ethereum Mainnet"],
925+
supported_chains: [
926+
"Ethereum Mainnet",
926927
"Arbitrum One",
927928
"OP Mainnet",
929+
],
928930
},
929931

930932
{

0 commit comments

Comments
 (0)