From 1da360435102bb6629f01d8a9d1c5d02d2a983bd Mon Sep 17 00:00:00 2001 From: Alex Browne Date: Thu, 4 Oct 2018 13:35:45 -0700 Subject: Create contract-artifacts package (needed to solve dependency cycle) --- packages/contract-artifacts/artifacts/IWallet.json | 37 ++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 packages/contract-artifacts/artifacts/IWallet.json (limited to 'packages/contract-artifacts/artifacts/IWallet.json') diff --git a/packages/contract-artifacts/artifacts/IWallet.json b/packages/contract-artifacts/artifacts/IWallet.json new file mode 100644 index 000000000..2a8f975cc --- /dev/null +++ b/packages/contract-artifacts/artifacts/IWallet.json @@ -0,0 +1,37 @@ +{ + "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": {} +} -- cgit v1.2.3