Skip to content

Commit

Permalink
Merge pull request #240 from zkLinkProtocol/fix/safe_wallet
Browse files Browse the repository at this point in the history
add domain
  • Loading branch information
zkLeonardo authored May 14, 2024
2 parents 1f8c69d + 8baf1e7 commit b2fc00b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion store/onboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,14 @@ export const useOnboardStore = defineStore("onboard", () => {
const connectors = [
injected(),
safe({
allowedDomains: [/app.safe.global$/],
allowedDomains: [
/app.safe.global$/,
/safe.zklink.io$/,
/safe.manta.network$/,
/multisig.mantle.xyz$/,
/safe.linea.build$/,
/blast-safe.io$/,
],
debug: true,
}),
walletConnect({ projectId: env.walletConnectProjectID, showQrModal: false, metadata }),
Expand Down

0 comments on commit b2fc00b

Please sign in to comment.