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