Clean dirty addresses and booleans (#5195)
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
@ -10,4 +10,6 @@ const TYPES = [
|
||||
{ type: 'bytes', isValueType: false },
|
||||
].map(type => Object.assign(type, { name: type.name ?? capitalize(type.type) }));
|
||||
|
||||
Object.assign(TYPES, Object.fromEntries(TYPES.map(entry => [entry.type, entry])));
|
||||
|
||||
module.exports = { TYPES };
|
||||
|
||||
Reference in New Issue
Block a user