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
Steps
Create new contract with abi and address as params: hmy.contracts.createContract(abi, contractAddress); What expected?
New contract instance will send to contractAddress What happend?
New contract instance will send to options addresss. Suggestion
Check if constructor with address will using this param don't using in options.address Code line?
Steps
Create new contract with abi and address as params: hmy.contracts.createContract(abi, contractAddress); What expected?
New contract instance will send to contractAddress What happend?
New contract instance will send to options addresss. Suggestion
Check if constructor with address will using this param don't using in options.address Code line?
Steps
Create new contract with abi and address as params:
hmy.contracts.createContract(abi, contractAddress);
What expected?
New contract instance will send to contractAddress
What happend?
New contract instance will send to options addresss.
Suggestion
Check if constructor with address will using this param don't using in options.address
Code line?
sdk/packages/harmony-contract/src/contract.ts
Line 42 in ab95524
The text was updated successfully, but these errors were encountered: