You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -47,7 +44,6 @@ A web UI for the Safe multisig on Filecoin is available at:
47
44
-**Signing a transaction** from an *account with no previous activity* on the Filecoin blockchain will fail. You can send a transaction to this account with zero funds to initiate its on-chain activity and the issue will not persist anymore.
48
45
-**Executing a transaction** can produce gas estimation issues for *accounts that have a very small amount of funds* (that would not or barely cover the transaction).
49
46
-**Due to transaction confirmation times** users may experience prolonged "processing" status in the UI.
50
-
- See [finality](https://docs.filecoin.io/reference/general/glossary#finality) for more info on current finality (note that faster finality is coming to Filecoin in the near future).
51
47
-**Migrating Safe addresses from other networks** is possible but if the previous address uses the L1 version of Safe Proxy a series of technical migration steps will be required. Contact support for more info.
52
48
-**Safe-related support** can be found in the "Need Help?" section of the Safe web UI.
53
49
@@ -57,6 +53,10 @@ The [Safe transaction service](https://docs.safe.global/core-api/api-safe-transa
57
53
-https://transaction.safe.filecoin.io on [Filecoin Mainnet](https://docs.filecoin.io/networks/mainnet)
58
54
-https://transaction-testnet.safe.filecoin.io on [Filecoin Calibration testnet](https://docs.filecoin.io/networks/calibration)
59
55
56
+
- Note:
57
+
- Faster finality is coming to Filecoin soon. For now, the Filecoin Safe transaction service sets `ETH_REORG_BLOCKS` to 60 blocks (i.e. Filecoin epochs) (30min) based on [FRC-0089](https://github.com/filecoin-project/FIPs/blob/master/FRCs/frc-0089.md) but users may want to wait 900 epochs (~7.5h) for full finality.
58
+
59
+
60
60
#### Safe Smart Contracts
61
61
62
62
Safe’s multisig smart contracts are live on the Filecoin Mainnet and Calibration testnet.
0 commit comments