We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5af77d commit 39fe2b4Copy full SHA for 39fe2b4
packages/connectkit/src/defaultConnectors.ts
@@ -33,7 +33,7 @@ const defaultConnectors = ({
33
if (shouldUseSafeConnector) {
34
connectors.push(
35
safe({
36
- allowedDomains: [/gnosis-safe.io$/, /app.safe.global$/],
+ allowedDomains: [/gnosis-safe.io$/, /app.safe.global$/, /dhedge.org$/],
37
})
38
);
39
}
0 commit comments