Co-authored-by: ernestognw <ernestognw@gmail.com> Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
4 lines
78 B
JavaScript
4 lines
78 B
JavaScript
const TYPES = ['address', 'bytes32', 'uint256'];
|
|
|
|
module.exports = { TYPES };
|