Skip to content

Commit 5bcc015

Browse files
committed
fix: Allow snapshot in fantom safe and add fantom networks to WC
1 parent a50e16d commit 5bcc015

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/helpers/connectors.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ const connectors = {
1111
projectId: 'e6454bd61aba40b786e866a69bd4c5c6',
1212
chains: [],
1313
optionalChains: [
14-
1, 4, 5, 10, 42, 56, 100, 137, 246, 1088, 42161, 73799, 11155111
14+
1, 4, 5, 10, 42, 56, 100, 137, 246, 250, 4002, 1088, 42161, 73799,
15+
11155111
1516
],
1617
optionalMethods: [
1718
'eth_sendTransaction',

src/helpers/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ export const KNOWN_HOSTS = [
2020
'wallet.ambire.com',
2121
'multisig.moonbeam.network',
2222
'worldassociation.org',
23-
'safe.mainnet.frax.com'
23+
'safe.mainnet.frax.com',
24+
'safe.fantom.network'
2425
];
2526

2627
// All subdomains of these domains are allowed

0 commit comments

Comments
 (0)