Skip to content

Commit 2b8ec22

Browse files
authored
adding note about finality
1 parent d339e3a commit 2b8ec22

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

smart-contracts/advanced/multisig.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,9 @@ A [MultisigActor CLI](https://lotus.filecoin.io/lotus/manage/multisig/) is avail
3333
#### Safe UI
3434

3535
A web UI for the Safe multisig on Filecoin is available at:
36+
3637
- https://safe.filecoin.io - the default network is set to [Filecoin Mainnet](https://docs.filecoin.io/networks/mainnet)
3738

38-
- https://staging.safe.filecoin.io - the default network is set to [Filecoin Calibration testnet](https://docs.filecoin.io/networks/calibration)
39-
40-
- Both web UIs can be used with other networks and any transactions on Filecoin Mainnet involve real funds
41-
4239
![SafeUI](https://github.com/user-attachments/assets/450d925e-c280-4c0d-b5da-cdb148c146fd)
4340

4441

@@ -47,7 +44,6 @@ A web UI for the Safe multisig on Filecoin is available at:
4744
- **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.
4845
- **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).
4946
- **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).
5147
- **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.
5248
- **Safe-related support** can be found in the "Need Help?" section of the Safe web UI.
5349

@@ -57,6 +53,10 @@ The [Safe transaction service](https://docs.safe.global/core-api/api-safe-transa
5753
- https://transaction.safe.filecoin.io on [Filecoin Mainnet](https://docs.filecoin.io/networks/mainnet)
5854
- https://transaction-testnet.safe.filecoin.io on [Filecoin Calibration testnet](https://docs.filecoin.io/networks/calibration)
5955

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+
6060
#### Safe Smart Contracts
6161

6262
Safe’s multisig smart contracts are live on the Filecoin Mainnet and Calibration testnet.

0 commit comments

Comments
 (0)