We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2b43de + 817ac7a commit 842b812Copy full SHA for 842b812
src/data/wallets/wallet-data.ts
@@ -885,7 +885,7 @@ export const walletsData: WalletData[] = [
885
],
886
},
887
{
888
- last_updated: "2022-06-24",
+ last_updated: "2025-01-25",
889
name: "Unstoppable wallet",
890
image: UnstoppableWalletImage,
891
twBackgroundColor: "bg-[#ffbe43]",
@@ -927,7 +927,11 @@ export const walletsData: WalletData[] = [
927
social_recovery: false,
928
onboard_documentation: "",
929
documentation: "https://unstoppable.money/faq",
930
- supported_chains: ["Ethereum Mainnet"],
+ supported_chains: [
931
+ "Ethereum Mainnet",
932
+ "Arbitrum One",
933
+ "OP Mainnet",
934
+ ],
935
936
937
0 commit comments