Skip to content

Commit

Permalink
fix: add commet
Browse files Browse the repository at this point in the history
  • Loading branch information
MishaShWoof committed Jun 17, 2024
1 parent 7f051a3 commit cbccd78
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default migration('1713012100_configurate_and_ens', {
[comet.address, opCOMPAddress]
);

// wrap and transfer eth to comet on optimism to save on gas
const depositCalldata = await calldata(WETH.populateTransaction.deposit());
const transferCalldata = await calldata(WETH.populateTransaction.transfer(comet.address, wethAmountToBridge));

Expand Down

0 comments on commit cbccd78

Please sign in to comment.