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 c838254 commit e40000b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web3/campaigns.js
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,8 @@ exports.getTransactionAmountExternal = async (
new Web3.providers.HttpProvider(await exports.getProviderUrl(network), options)
)
console.log(transactionHash)
await new Promise(resolve => setTimeout(resolve, 5000));
console.log(transactionHash,"done")

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

0 comments on commit e40000b

Please sign in to comment.