Skip to content

Commit

Permalink
Allow abi.ninja to iframe into any app as safe app (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
technophile-04 authored Apr 1, 2024
1 parent 0e28d65 commit 0f5dafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/services/web3/wagmiConnectors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const wallets = [
}),
]
: []),
safeWallet({ ...walletsOptions, debug: false, allowedDomains: [/gnosis-safe.io$/, /app.safe.global$/] }),
safeWallet({ ...walletsOptions }),
];

/**
Expand Down

0 comments on commit 0f5dafc

Please sign in to comment.