Skip to content

Commit

Permalink
Update protocol-units/bridge/chains/ethereum/src/client.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses authored Aug 27, 2024
1 parent 404d1b9 commit 85e9c12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions protocol-units/bridge/chains/ethereum/src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 85e9c12

Please sign in to comment.