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 7bc50dd + 1563e5d commit f2b43deCopy full SHA for f2b43de
src/data/wallets/wallet-data.ts
@@ -2214,7 +2214,7 @@ export const walletsData: WalletData[] = [
2214
],
2215
},
2216
{
2217
- last_updated: "2024-06-20",
+ last_updated: "2025-01-25",
2218
name: "Gem Wallet",
2219
image: GemWalletImage,
2220
twBackgroundColor: "bg-[#2D5BE6]",
@@ -2271,7 +2271,12 @@ export const walletsData: WalletData[] = [
2271
social_recovery: false,
2272
onboard_documentation: "https://docs.gemwallet.com/",
2273
documentation: "https://docs.gemwallet.com/",
2274
- supported_chains: ["Ethereum Mainnet"],
+ supported_chains: [
2275
+ "Ethereum Mainnet",
2276
+ "Arbitrum One",
2277
+ "Base",
2278
+ "OP Mainnet",
2279
+ ],
2280
2281
2282
last_updated: "2024-08-24",
0 commit comments