From f235fb9a98714165a7e2050332e1813408d37399 Mon Sep 17 00:00:00 2001 From: ChaituVR Date: Thu, 7 Nov 2024 21:38:10 +0530 Subject: [PATCH] fix: Allow snapshot in fantom safe and add fantom networks to WC --- apps/ui/src/helpers/connectors.ts | 2 +- apps/ui/src/main.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/ui/src/helpers/connectors.ts b/apps/ui/src/helpers/connectors.ts index 53d40f9fe..248ad888a 100644 --- a/apps/ui/src/helpers/connectors.ts +++ b/apps/ui/src/helpers/connectors.ts @@ -22,7 +22,7 @@ export default { options: { projectId: 'e6454bd61aba40b786e866a69bd4c5c6', chains: [], - optionalChains: [1, 10, 56, 100, 42161, 137, 1088, 11155111], + optionalChains: [1, 10, 56, 100, 250, 4002, 42161, 137, 1088, 11155111], optionalMethods: ['eth_sendTransaction', 'eth_signTypedData_v4'], showQrModal: true } diff --git a/apps/ui/src/main.ts b/apps/ui/src/main.ts index 2193bc61a..43a36a035 100644 --- a/apps/ui/src/main.ts +++ b/apps/ui/src/main.ts @@ -15,7 +15,8 @@ const knownHosts = [ 'multisig.moonbeam.network', 'worldassociation.org', 'safe.mainnet.frax.com', - 'horizen-eon.safe.onchainden.com' + 'horizen-eon.safe.onchainden.com', + 'safe.fantom.network' ]; const parentUrl = window.location != window.parent.location