Skip to content

Commit

Permalink
Update packages/protocol/contracts/bridge/libs/LibBridgeProcess.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wang <[email protected]>
  • Loading branch information
dionysuzx and dantaik authored Feb 2, 2023
1 parent 800b881 commit 89b53cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/protocol/contracts/bridge/libs/LibBridgeProcess.sol
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ library LibBridgeProcess {
);

// We retrieve the necessary ether from EtherVault
address ethVault = resolver.resolve("ether_vault", false);
// Note that we deploy an EtherVault on L2, not on L1.
address ethVault = resolver.resolve("ether_vault", true);
EtherVault(payable(ethVault)).releaseEther(
message.depositValue + message.callValue + message.processingFee
);
Expand Down

0 comments on commit 89b53cb

Please sign in to comment.