Skip to content

Commit 64cc2a5

Browse files
authored
Adding Safe txn service info
1 parent 7dede47 commit 64cc2a5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

smart-contracts/advanced/multisig.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ The Filecoin Native [MultisigActor](/basics/the-blockchain/actors#multisigactor)
2626

2727
A [MultisigActor CLI](https://lotus.filecoin.io/lotus/manage/multisig/) is available from the Lotus CLI, and a web UI for MultisigActors is available at https://www.glif.io/en/multisig/.
2828

29-
### [Safe](https://safe.global/)
29+
### Safe multisig
3030

31-
Safe is a popular smart EVM multisig account infrastructure provider that allows users to manage their digital assets securely. It is non-custodial, formally verified, secures over $100B in assets, and is used by more than 200 projects. Safe has been deployed to the Filecoin EVM.
31+
[Safe](https://safe.global/) is a popular smart EVM multisig account infrastructure provider that allows users to manage their digital assets securely. It is non-custodial, formally verified, secures over $100B in assets, and is used by more than 200 projects. Safe has been deployed to the Filecoin EVM.
3232

3333
#### Safe UI
3434

@@ -46,6 +46,11 @@ A web interface for the Safe multisig on Filecoin is available at:
4646
- **Due to transaction confirmation times** users may experience prolonged "processing" status in the UI.
4747
- 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).
4848

49+
#### Safe Transaction Service
50+
51+
The [Safe transaction service](https://docs.safe.global/core-api/api-safe-transaction-service) on Filecoin is available at:
52+
- https://transaction.safe.filecoin.io on [Filecoin Mainnet](https://docs.filecoin.io/networks/mainnet)
53+
- https://transaction-testnet.safe.filecoin.io on [Filecoin Calibration testnet](https://docs.filecoin.io/networks/calibration)
4954

5055
#### Safe Smart Contracts
5156

0 commit comments

Comments
 (0)