Skip to content

Commit

Permalink
fix: Allow snapshot in fantom safe and add fantom networks to WC (#4930)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Nov 8, 2024
1 parent a50e16d commit 448489f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/helpers/connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const connectors = {
projectId: 'e6454bd61aba40b786e866a69bd4c5c6',
chains: [],
optionalChains: [
1, 4, 5, 10, 42, 56, 100, 137, 246, 1088, 42161, 73799, 11155111
1, 4, 5, 10, 42, 56, 100, 137, 246, 250, 4002, 1088, 42161, 73799,
11155111
],
optionalMethods: [
'eth_sendTransaction',
Expand Down
3 changes: 2 additions & 1 deletion src/helpers/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export const KNOWN_HOSTS = [
'wallet.ambire.com',
'multisig.moonbeam.network',
'worldassociation.org',
'safe.mainnet.frax.com'
'safe.mainnet.frax.com',
'safe.fantom.network'
];

// All subdomains of these domains are allowed
Expand Down

0 comments on commit 448489f

Please sign in to comment.