precompiles.js 604 B

123456789101112
  1. module.exports = {
  2. ecRecover: '0x0000000000000000000000000000000000000001',
  3. SHA2_256: '0x0000000000000000000000000000000000000002',
  4. RIPEMD_160: '0x0000000000000000000000000000000000000003',
  5. identity: '0x0000000000000000000000000000000000000004',
  6. modexp: '0x0000000000000000000000000000000000000005',
  7. ecAdd: '0x0000000000000000000000000000000000000006',
  8. ecMul: '0x0000000000000000000000000000000000000007',
  9. ecPairing: '0x0000000000000000000000000000000000000008',
  10. blake2f: '0x0000000000000000000000000000000000000009',
  11. pointEvaluation: '0x000000000000000000000000000000000000000a',
  12. };