Skip to content

Commit 1563e5d

Browse files
authored
Update wallet-data.ts - gem wallet
based on https://www.walletbeat.fyi/
1 parent e2fa609 commit 1563e5d

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
@@ -2205,7 +2205,7 @@ export const walletsData: WalletData[] = [
22052205
],
22062206
},
22072207
{
2208-
last_updated: "2024-06-20",
2208+
last_updated: "2025-01-25",
22092209
name: "Gem Wallet",
22102210
image: GemWalletImage,
22112211
twBackgroundColor: "bg-[#2D5BE6]",
@@ -2262,7 +2262,12 @@ export const walletsData: WalletData[] = [
22622262
social_recovery: false,
22632263
onboard_documentation: "https://docs.gemwallet.com/",
22642264
documentation: "https://docs.gemwallet.com/",
2265-
supported_chains: ["Ethereum Mainnet"],
2265+
supported_chains: [
2266+
"Ethereum Mainnet",
2267+
"Arbitrum One",
2268+
"Base",
2269+
"OP Mainnet",
2270+
],
22662271
},
22672272
{
22682273
last_updated: "2024-08-24",

0 commit comments

Comments
 (0)