Search for projects by name
L2BEAT Bridges is a work in progress. You might find incomplete research or inconsistent naming. Join our Discord to suggest improvements!
Eclipse is a sidechain powered by the Solana Virtual Machine (SVM).
Eclipse is a sidechain powered by the Solana Virtual Machine (SVM).
Eclipse implements a custom permissioned bridge. Withdrawals need to be actively authorized by a Multisig.
Deposits are processed by the bridge operators on the Eclipse side. There is no mechanism to send messages back to Ethereum.
Users can be censored if the bridge operators decide not to mint tokens after observing a deposit.
Funds can be stolen if the Treasury owner decides to transfer the funds locked on L1.
This is a Gnosis Safe with 3 / 5 threshold. Can pause and upgrade the EtherBridge and Mailbox contracts and change all parameters in the ‘CanonicalBridge’ contract or authorize/cancel withdrawals.
Those are the participants of the AuthorityMultisig.
This is a Gnosis Safe with 3 / 5 threshold. Can upgrade and transfer funds from the Treasury.
Those are the participants of the TreasuryOwner.
Can authorize arbitrary withdrawals from the Treasury (via the ‘CanonicalBridge’ contract) with a 7d delay.
Can pause standard withdrawals from the ‘CanonicalBridge’ contract and cancel withdrawals during the standard 7d delay.
Entry point to deposit ETH. It is registered as a module in the Mailbox contract.
Contract receiving messages from registered modules to send to Eclipse. It doesn’t have any functionality to send messages back to Ethereum.
Holds the funds locked on Ethereum. This contract stores the following tokens: ETH.
The current deployment carries some associated risks:
Funds can be stolen if a contract receives a malicious code upgrade. There is no delay on code upgrades (CRITICAL).