Common Issues / FAQ
FAQ
Common Issues
Why am I getting issues with nonce errors?
// Get the transaction
const tx = await nft.energize(...);
// Use wait() to sleep the thread until the transaction has confirmations
const receipt = tx.wait();Last updated