You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we get Tx hash from contract deployment below address* ?
"below address" means the second line, inside the auto-generated Contracts data structure.
I prefer exporting ABI, contract address and transaction hash to a new JSON, skipping dependencies on built-in dapp and fallback to web3 contracts using ABI and contract address. The transaction hash is used to verify chain/network id, together with contract address.
The text was updated successfully, but these errors were encountered:
Summary
Add
transactionHash
field to auto-generated Contracts data object (accessible viathis.Contract
in app.js).In
src/deployer.js
:Motivation
The text was updated successfully, but these errors were encountered: