Skip to content

Commit b149019

Browse files
[SDK] Feature: added glyph wallet in extra wallets (#7973)
Co-authored-by: Joaquim Verges <[email protected]>
1 parent e2ebb60 commit b149019

File tree

61 files changed

+3000
-2273
lines changed

Some content is hidden

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

61 files changed

+3000
-2273
lines changed

.changeset/cold-spiders-open.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+
Added Glyph wallet to supported wallets
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)