Skip to content

Commit

Permalink
chore: debug logs for setupOFT task
Browse files Browse the repository at this point in the history
  • Loading branch information
xtools-at committed Mar 5, 2024
1 parent 73c9cba commit f7e7c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/setupOFT.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ module.exports = async function ({ localContract, remoteContract, targetNetwork,
hre
)

console.log("\nsetting min gas...\n")
console.log(`\nsetting min gas to ${targetNetwork} to ${minGas}...\n`)
await setMinDstGas(
{
contract: localContract,
Expand Down

0 comments on commit f7e7c75

Please sign in to comment.