Skip to content

Commit

Permalink
Update ZkSync_Adapter.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholaspai committed Jul 12, 2023
1 parent 5809a87 commit f1173a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/chain-adapters/ZkSync_Adapter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ contract ZkSync_Adapter is AdapterInterface {
ZkBridgeLike public constant zkErc20Bridge = ZkBridgeLike(0x57891966931Eb4Bb6FB81430E6cE0A03AAbDe063);

// Set l1Weth at construction time to make testing easier. TODO: Think of some way to be able to hardcode this
// while making testing easy.
// while keeping unit tests easy to write with custom WETH that we can mint/transfer.
WETH9Interface public immutable l1Weth;

event ZkSyncMessageRelayed(bytes32 canonicalTxHash);
Expand Down

0 comments on commit f1173a2

Please sign in to comment.