Search

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 logoEclipse

About

Eclipse is a sidechain powered by the Solana Virtual Machine (SVM).


  • Total value locked
  • Destination
    Eclipse
  • Validated by
    Third Party
  • Type
    Token Bridge

  • About

    Eclipse is a sidechain powered by the Solana Virtual Machine (SVM).


    Value Locked
    Risk summary
    Technology

    Third party validation

    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.

    1. Treasury.sol - Etherscan source code, emergencyWithdraw() function
    Permissions

    The system uses the following set of permissioned addresses:

    AuthorityMultisig 0x4720…64E0

    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.

    TreasuryOwner 0x7B2c…0efC

    This is a Gnosis Safe with 3 / 5 threshold. Can upgrade and transfer funds from the Treasury.

    Those are the participants of the TreasuryOwner.

    WithdrawerEOA 0x1a84…C4fE

    Can authorize arbitrary withdrawals from the Treasury (via the ‘CanonicalBridge’ contract) with a 7d delay.

    PauserEOA 0x6810…77D3

    Can pause standard withdrawals from the ‘CanonicalBridge’ contract and cancel withdrawals during the standard 7d delay.

    Smart contracts
    A diagram of the smart contract architecture
    A diagram of the smart contract architecture

    The system consists of the following smart contracts on the host chain (Ethereum):

    CanonicalBridge 0x2B08…be11

    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).