Skip to content

Commit

Permalink
console
Browse files Browse the repository at this point in the history
  • Loading branch information
waelhanfi04 committed Jan 11, 2024
1 parent e40000b commit 3441cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web3/campaigns.js
Original file line number Diff line number Diff line change
Expand Up @@ -1448,7 +1448,7 @@ exports.getTransactionAmountExternal = async (
new Web3.providers.HttpProvider(await exports.getProviderUrl(network), options)
)
console.log(transactionHash)
await new Promise(resolve => setTimeout(resolve, 5000));
await new Promise(resolve => setTimeout(resolve, 15000));
console.log(transactionHash,"done")

let data = await new web3.eth.getTransactionReceipt(transactionHash)
Expand Down

0 comments on commit 3441cda

Please sign in to comment.