Skip to content

Commit

Permalink
chore: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Feb 26, 2024
1 parent d132297 commit 8bdc020
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@ async function main() {

// Send funds to the WormholeMessenger contract
let tx;
// if (!sendFundsFromL1) {
// // Feed the contract with funds on the L2 side
// tx = await EOAceloAlfajores.sendTransaction({to: wormholeMessenger.address, value: amountToSend});
// console.log("Send CELO hash", tx.hash);
// await tx.wait();
// }
if (!sendFundsFromL1) {
// Feed the contract with funds on the L2 side
tx = await EOAceloAlfajores.sendTransaction({to: wormholeMessenger.address, value: amountToSend});
console.log("Send CELO hash", tx.hash);
await tx.wait();
}

// Pack the first part of with the zero payload
let target = EOAceloAlfajores.address;
Expand Down

0 comments on commit 8bdc020

Please sign in to comment.