diff options
Diffstat (limited to 'packages/contract-artifacts/artifacts/IValidator.json')
-rw-r--r-- | packages/contract-artifacts/artifacts/IValidator.json | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/packages/contract-artifacts/artifacts/IValidator.json b/packages/contract-artifacts/artifacts/IValidator.json deleted file mode 100644 index 8ca99f261..000000000 --- a/packages/contract-artifacts/artifacts/IValidator.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "schemaVersion": "2.0.0", - "contractName": "IValidator", - "compilerOutput": { - "abi": [ - { - "constant": true, - "inputs": [ - { - "name": "hash", - "type": "bytes32" - }, - { - "name": "signerAddress", - "type": "address" - }, - { - "name": "signature", - "type": "bytes" - } - ], - "name": "isValidSignature", - "outputs": [ - { - "name": "isValid", - "type": "bool" - } - ], - "payable": false, - "stateMutability": "view", - "type": "function" - } - ], - "evm": { - "bytecode": { - "object": "0x" - } - } - }, - "networks": {} -} |