Skip to content

Commit 466af6a

Browse files
authored
Merge pull request #14741 from ethereum/konopkja-patch-4
Update wallet-data.ts - frame
2 parents 1d0cc67 + bc1afc9 commit 466af6a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/data/wallets/wallet-data.ts

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,15 +256,15 @@ export const walletsData: WalletData[] = [
256256
],
257257
},
258258
{
259-
last_updated: "2022-06-22",
259+
last_updated: "2025-01-25",
260260
name: "Frame",
261261
image: FrameImage,
262262
twBackgroundColor: "bg-[#222021]",
263263
twGradiantBrandColor: "from-[#222021]",
264264
url: "https://frame.sh",
265265
active_development_team: true,
266266
languages_supported: ["en"],
267-
twitter: "https://twitter.com/0xFrame",
267+
twitter: "https://x.com/0xFrame",
268268
discord: "https://discord.gg/rr4Yr3JkPq",
269269
reddit: "",
270270
telegram: "",
@@ -298,7 +298,12 @@ export const walletsData: WalletData[] = [
298298
onboard_documentation:
299299
"https://framelabs.notion.site/Getting-Started-Guide-775a95edec3244ce80e118ead8ea6516",
300300
documentation: "",
301-
supported_chains: ["Ethereum Mainnet"],
301+
supported_chains: [
302+
"Ethereum Mainnet",
303+
"Arbitrum One",
304+
"Base",
305+
"OP Mainnet",
306+
],
302307
},
303308
{
304309
last_updated: "2025-02-01",

0 commit comments

Comments
 (0)