Skip to content

Commit

Permalink
docs: update Wagmi README
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed Jun 12, 2024
1 parent 099cbb0 commit 7f964d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/safe-apps-wagmi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const config = createConfig({
new SafeConnector({
chains,
options: {
allowedDomains: [/app.safe.global$/],
allowedDomains: [/^app\.safe\.global$/],
debug: false,
},
}),
Expand Down

0 comments on commit 7f964d1

Please sign in to comment.