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.
1 parent e2fa609 commit 1563e5dCopy full SHA for 1563e5d
src/data/wallets/wallet-data.ts
@@ -2205,7 +2205,7 @@ export const walletsData: WalletData[] = [
2205
],
2206
},
2207
{
2208
- last_updated: "2024-06-20",
+ last_updated: "2025-01-25",
2209
name: "Gem Wallet",
2210
image: GemWalletImage,
2211
twBackgroundColor: "bg-[#2D5BE6]",
@@ -2262,7 +2262,12 @@ export const walletsData: WalletData[] = [
2262
social_recovery: false,
2263
onboard_documentation: "https://docs.gemwallet.com/",
2264
documentation: "https://docs.gemwallet.com/",
2265
- supported_chains: ["Ethereum Mainnet"],
+ supported_chains: [
2266
+ "Ethereum Mainnet",
2267
+ "Arbitrum One",
2268
+ "Base",
2269
+ "OP Mainnet",
2270
+ ],
2271
2272
2273
last_updated: "2024-08-24",
0 commit comments