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
@@ -101,7 +101,7 @@ export function parseAbiType (type) {
|
||||
};
|
||||
}
|
||||
|
||||
if (type === 'bytes') {
|
||||
if (type === 'bytes' || type === 'fixedBytes') {
|
||||
return {
|
||||
type: BYTES_TYPE,
|
||||
default: '0x'
|
||||
|
||||
Reference in New Issue
Block a user