Skip to content

Commit

Permalink
chore: fix regex
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 committed Dec 3, 2024
1 parent fbb9828 commit 64ef900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/wallet/src/web3-react/connection/safe.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const [web3GnosisSafe, web3GnosisSafeHooks] = initializeConnector<AsyncConnector
new m.GnosisSafe({
actions,
options: {
allowedDomains: [/^app\.safe\.global$/, /^(.+\.)?coinshift\.global$/, /^localhost:5173$/],
allowedDomains: [/app\.safe\.global$/, /(.+\.)?coinshift\.global$/, /localhost:5173$/],
},
}),
),
Expand Down

0 comments on commit 64ef900

Please sign in to comment.