Skip to content

Commit

Permalink
Merge pull request #251 from party-for-illuminati/main
Browse files Browse the repository at this point in the history
fix: Invalid messageBus address for Sapphire Mainnet
  • Loading branch information
CedarMist authored Jan 10, 2024
2 parents 3cd6a60 + f995857 commit f6e8cb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/contracts/opl/Endpoint.sol
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ function _getChainConfig(uint256 _chainId)
return (0x940dAAbA3F713abFabD79CdD991466fe698CBe54, false);
if (_chainId == 0x5afe)
// sapphire
return (0x9B36f165baB9ebe611d491180418d8De4b8f3a1f, false);
return (0x9Bb46D5100d2Db4608112026951c9C965b233f4D, false);
if (_chainId == 0x5aff)
// sapphire testnet
return (0x9Bb46D5100d2Db4608112026951c9C965b233f4D, true);
Expand Down

0 comments on commit f6e8cb2

Please sign in to comment.