Skip to content

Commit

Permalink
fix: Allow snapshot in fantom safe and add fantom networks to WC (#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaituVR authored Nov 8, 2024
1 parent 59b41a4 commit d9349a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/ui/src/helpers/connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
3 changes: 2 additions & 1 deletion apps/ui/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d9349a0

Please sign in to comment.