Skip to content

Commit 39fe2b4

Browse files
committed
feat: Add dhedge.org to the Safe Connector allowed domains list
1 parent d5af77d commit 39fe2b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/connectkit/src/defaultConnectors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const defaultConnectors = ({
3333
if (shouldUseSafeConnector) {
3434
connectors.push(
3535
safe({
36-
allowedDomains: [/gnosis-safe.io$/, /app.safe.global$/],
36+
allowedDomains: [/gnosis-safe.io$/, /app.safe.global$/, /dhedge.org$/],
3737
})
3838
);
3939
}

0 commit comments

Comments
 (0)