From 8bdc02039466326029435fd19b9749e31f7c9f49 Mon Sep 17 00:00:00 2001 From: Aleksandr Kuperman Date: Mon, 26 Feb 2024 19:11:34 +0000 Subject: [PATCH] chore: linter --- .../celo/test/messenger_goerli_alfajores_governor.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/deployment/bridges/celo/test/messenger_goerli_alfajores_governor.js b/scripts/deployment/bridges/celo/test/messenger_goerli_alfajores_governor.js index 7b9741c..5a1825c 100644 --- a/scripts/deployment/bridges/celo/test/messenger_goerli_alfajores_governor.js +++ b/scripts/deployment/bridges/celo/test/messenger_goerli_alfajores_governor.js @@ -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;