Skip to content

Commit

Permalink
Test custom safe app with options
Browse files Browse the repository at this point in the history
  • Loading branch information
tienkane committed Oct 16, 2024
1 parent 6c831f6 commit 7512377
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Web3Provider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,10 @@ export const wagmiConfig = createConfig({
enableMobileWalletLink: true,
}),
blocto({ appId: 'fbd356ae-8f39-4650-ab42-4ef8cb9e15c9' }),
safe(),
safe({
allowedDomains: [/^app\.safe\.global$/],
debug: false,
}),
],
client({ chain }) {
return createClient({
Expand Down

0 comments on commit 7512377

Please sign in to comment.