Skip to content

Commit

Permalink
Update contracts/contracts/opl/Endpoint.sol
Browse files Browse the repository at this point in the history
Co-authored-by: beruf <[email protected]>
  • Loading branch information
aefhm and rube-de authored Jan 26, 2025
1 parent 47ab0e8 commit 0a93f45
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions contracts/contracts/opl/Endpoint.sol
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,5 @@ function _getChainConfig(uint256 _chainId)
if (_chainId == 43114)
// avalanche c-chain
return (0x5a926eeeAFc4D217ADd17e9641e8cE23Cd01Ad57, false);
if (_chainId == 0x66eeb)
// arbitrum testnet
return (0x7d43AABC515C356145049227CeE54B608342c0ad, true);
revert AutoConfigUnavailable();
}

0 comments on commit 0a93f45

Please sign in to comment.