Skip to content

Commit f94226a

Browse files
[SDK] update wallets, add sh.frame (#7521)
1 parent 0e159f7 commit f94226a

File tree

97 files changed

+3136
-2212
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+3136
-2212
lines changed

.changeset/ten-forks-battle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Add Frame wallet in wallet list
Loading

packages/thirdweb/scripts/wallets/extra-wallets.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,33 @@
119119
"native": null,
120120
"universal": null
121121
}
122+
},
123+
{
124+
"id": "frame",
125+
"name": "Frame Wallet",
126+
"homepage": "https://frame.sh/",
127+
"image_id": "frame.png",
128+
"app": {
129+
"browser": null,
130+
"ios": null,
131+
"android": null,
132+
"mac": null,
133+
"windows": null,
134+
"linux": null,
135+
"chrome": null,
136+
"firefox": null,
137+
"safari": null,
138+
"edge": null,
139+
"opera": null
140+
},
141+
"rdns": "sh.frame",
142+
"mobile": {
143+
"native": null,
144+
"universal": null
145+
},
146+
"desktop": {
147+
"native": null,
148+
"universal": null
149+
}
122150
}
123151
]

0 commit comments

Comments
 (0)