oasisprotocol / sapphire-paratime

Oasis Sapphire - the confidential EVM-compatible ParaTime for the Oasis Network
https://oasisprotocol.org/sapphire
Apache License 2.0
35 stars 26 forks source link

fix: Invalid messageBus address for Sapphire Mainnet #251

Closed party-for-illuminati closed 8 months ago

party-for-illuminati commented 8 months ago

The Celer MessageBus address seems to be set to cBridge address for the Sapphire Mainnet in the OPL code.

The correct one: https://im-docs.celer.network/developer/contract-addresses-and-rpc-info#oasis-sapphire-23294

The currently used one: https://github.com/oasisprotocol/sapphire-paratime/blob/3cd6a601b7fd5e27c3830483cebfe65497b51785/contracts/contracts/opl/Endpoint.sol#L270C17-L270C59