Skip to content

Commit bb4d314

Browse files
committed
feat: add glyph wallet in extra wallets
1 parent df6f8e2 commit bb4d314

File tree

56 files changed

+2944
-2275
lines changed

Some content is hidden

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

56 files changed

+2944
-2275
lines changed
85.8 KB
Loading

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

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,33 @@
147147
"native": null,
148148
"universal": null
149149
}
150+
},
151+
{
152+
"id": "use-glyph",
153+
"name": "Glyph Wallet",
154+
"homepage": "https://useglyph.io/",
155+
"image_id": "glyph.png",
156+
"app": {
157+
"browser": null,
158+
"ios": null,
159+
"android": null,
160+
"mac": null,
161+
"windows": null,
162+
"linux": null,
163+
"chrome": null,
164+
"firefox": null,
165+
"safari": null,
166+
"edge": null,
167+
"opera": null
168+
},
169+
"rdns": "io.useglyph",
170+
"mobile": {
171+
"native": null,
172+
"universal": null
173+
},
174+
"desktop": {
175+
"native": null,
176+
"universal": null
177+
}
150178
}
151179
]

0 commit comments

Comments
 (0)