Skip to content

Commit 842b812

Browse files
authored
Merge pull request #14740 from ethereum/konopkja-patch-2
Update wallet-data.ts - unstoppable wallet
2 parents f2b43de + 817ac7a commit 842b812

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
@@ -885,7 +885,7 @@ export const walletsData: WalletData[] = [
885885
],
886886
},
887887
{
888-
last_updated: "2022-06-24",
888+
last_updated: "2025-01-25",
889889
name: "Unstoppable wallet",
890890
image: UnstoppableWalletImage,
891891
twBackgroundColor: "bg-[#ffbe43]",
@@ -927,7 +927,11 @@ export const walletsData: WalletData[] = [
927927
social_recovery: false,
928928
onboard_documentation: "",
929929
documentation: "https://unstoppable.money/faq",
930-
supported_chains: ["Ethereum Mainnet"],
930+
supported_chains: [
931+
"Ethereum Mainnet",
932+
"Arbitrum One",
933+
"OP Mainnet",
934+
],
931935
},
932936

933937
{

0 commit comments

Comments
 (0)