EVMRevert.js 64 B

12345
  1. const EVMRevert = 'revert';
  2. module.exports = {
  3. EVMRevert,
  4. };