From 85e9c128a4bba29133e2ecd00d86e081f64c7c65 Mon Sep 17 00:00:00 2001 From: Richard Melkonian <35300528+0xmovses@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:04:37 +0100 Subject: [PATCH] Update protocol-units/bridge/chains/ethereum/src/client.rs --- protocol-units/bridge/chains/ethereum/src/client.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/protocol-units/bridge/chains/ethereum/src/client.rs b/protocol-units/bridge/chains/ethereum/src/client.rs index 77374fcd7..193c9d3c6 100644 --- a/protocol-units/bridge/chains/ethereum/src/client.rs +++ b/protocol-units/bridge/chains/ethereum/src/client.rs @@ -126,6 +126,7 @@ impl EthClient { self.counterparty_contract = Some(contract); } +// To be feature flagged, see tracking issue https://github.com/movementlabsxyz/movement/issues/380 pub fn set_weth_contract(&mut self, contract: WETH9Contract) { self.weth_contract = Some(contract); }