Skip to content

Commit f2b43de

Browse files
authored
Merge pull request #14742 from ethereum/konopkja-patch-5
Update wallet-data.ts - gem wallet
2 parents 7bc50dd + 1563e5d commit f2b43de

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2214,7 +2214,7 @@ export const walletsData: WalletData[] = [
22142214
],
22152215
},
22162216
{
2217-
last_updated: "2024-06-20",
2217+
last_updated: "2025-01-25",
22182218
name: "Gem Wallet",
22192219
image: GemWalletImage,
22202220
twBackgroundColor: "bg-[#2D5BE6]",
@@ -2271,7 +2271,12 @@ export const walletsData: WalletData[] = [
22712271
social_recovery: false,
22722272
onboard_documentation: "https://docs.gemwallet.com/",
22732273
documentation: "https://docs.gemwallet.com/",
2274-
supported_chains: ["Ethereum Mainnet"],
2274+
supported_chains: [
2275+
"Ethereum Mainnet",
2276+
"Arbitrum One",
2277+
"Base",
2278+
"OP Mainnet",
2279+
],
22752280
},
22762281
{
22772282
last_updated: "2024-08-24",

0 commit comments

Comments
 (0)