Commit db9526c3 authored by Mark Tyneway's avatar Mark Tyneway Committed by Kelvin Fichter

kovan: deploy new L1StandardBridge

Deploy a new L1StandardBridge that accounts for the storage
slot offset. The diff is available in the patch included in this
commit.
parent 71de86d6
diff --git a/packages/contracts/contracts/L1/messaging/L1StandardBridge.sol b/packages/contracts/contracts/L1/messaging/L1StandardBridge.sol
index e5d62d87..c317e481 100644
--- a/packages/contracts/contracts/L1/messaging/L1StandardBridge.sol
+++ b/packages/contracts/contracts/L1/messaging/L1StandardBridge.sol
@@ -114,7 +114,7 @@ contract L1StandardBridge is IL1StandardBridge, CrossDomainEnabled {
// Construct calldata for finalizeDeposit call
bytes memory message = abi.encodeWithSelector(
IL2ERC20Bridge.finalizeDeposit.selector,
- address(0),
+ address(18),
Lib_PredeployAddresses.OVM_ETH,
_from,
_to,
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment