Commit 8d27d928 authored by kf's avatar kf Committed by Kelvin Fichter

feat: kovan re-regenesis artifacts

parent 938807ba
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,
This diff is collapsed.
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
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