Signed-off-by: Hadrien Croubois <hadrien.croubois@gmail.com> Co-authored-by: Francisco Giordano <fg@frang.io> Co-authored-by: Joseph Delong <joseph@delong.me> Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com> Co-authored-by: Renan Souza <renan.rodrigues.souza1@gmail.com>
This commit is contained in:
12
test/helpers/precompiles.js
Normal file
12
test/helpers/precompiles.js
Normal file
@ -0,0 +1,12 @@
|
||||
module.exports = {
|
||||
ecRecover: '0x0000000000000000000000000000000000000001',
|
||||
SHA2_256: '0x0000000000000000000000000000000000000002',
|
||||
RIPEMD_160: '0x0000000000000000000000000000000000000003',
|
||||
identity: '0x0000000000000000000000000000000000000004',
|
||||
modexp: '0x0000000000000000000000000000000000000005',
|
||||
ecAdd: '0x0000000000000000000000000000000000000006',
|
||||
ecMul: '0x0000000000000000000000000000000000000007',
|
||||
ecPairing: '0x0000000000000000000000000000000000000008',
|
||||
blake2f: '0x0000000000000000000000000000000000000009',
|
||||
pointEvaluation: '0x000000000000000000000000000000000000000a',
|
||||
};
|
||||
Reference in New Issue
Block a user