Fix MethodDecoding for Arrays (#4977)
* Fix TypedInputs * Remove unused code in inputQueries * Use TypedInputs in Contract Events * Linting * Don't re-render events every second...
This commit is contained in:
committed by
Jaco Greeff
parent
c7e6992239
commit
030d01102c
@@ -578,6 +578,10 @@ class WriteContract extends Component {
|
||||
}
|
||||
|
||||
renderContract (contract) {
|
||||
if (!contract) {
|
||||
return null;
|
||||
}
|
||||
|
||||
const { bytecode } = contract;
|
||||
const abi = contract.interface;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user