liquid-funding-console/embarkArtifacts/contracts/RecoveryVault.js

5 lines
1.9 KiB
JavaScript

import EmbarkJS from '../embarkjs';
let RecoveryVaultJSONConfig = {"contract_name":{"className":"RecoveryVault","args":[],"code":"60606040523415600e57600080fd5b603580601b6000396000f3006060604052600080fd00a165627a7a72305820419d1077bffa11c158d2d530e8af6c39714b8367f4947d0edcd33fe4a2107fe00029","runtimeBytecode":"6060604052600080fd00a165627a7a72305820419d1077bffa11c158d2d530e8af6c39714b8367f4947d0edcd33fe4a2107fe00029","realRuntimeBytecode":"6060604052600080fd00a165627a7a72305820","linkReferences":{},"swarmHash":"419d1077bffa11c158d2d530e8af6c39714b8367f4947d0edcd33fe4a2107fe0","gasEstimates":{"creation":{"codeDepositCost":"10600","executionCost":"61","totalCost":"10661"}},"functionHashes":{},"abiDefinition":[],"filename":"/Users/iurimatias/Projects/Status/liquid-funding-console/.embark/contracts/test/RecoveryVault.sol","originalFilename":"contracts/test/RecoveryVault.sol","path":"/Users/iurimatias/Projects/Status/liquid-funding-console/contracts/test/RecoveryVault.sol","gas":"auto","type":"file","deploy":true,"_gasLimit":6000000,"error":false,"deploymentAccount":"0xeb11Dc64B00B769982FA70F6280210Fa457e7753","realArgs":[],"address":"0xAE4670F532F43b3bB72D3aBe5375F0Cc608c94F8","deployedAddress":"0xAE4670F532F43b3bB72D3aBe5375F0Cc608c94F8"},"address":"0xAE4670F532F43b3bB72D3aBe5375F0Cc608c94F8","code":"60606040523415600e57600080fd5b603580601b6000396000f3006060604052600080fd00a165627a7a72305820419d1077bffa11c158d2d530e8af6c39714b8367f4947d0edcd33fe4a2107fe00029","runtime_bytecode":"6060604052600080fd00a165627a7a72305820419d1077bffa11c158d2d530e8af6c39714b8367f4947d0edcd33fe4a2107fe00029","real_runtime_bytecode":"6060604052600080fd00a165627a7a72305820","swarm_hash":"419d1077bffa11c158d2d530e8af6c39714b8367f4947d0edcd33fe4a2107fe0","gas_estimates":{"creation":{"codeDepositCost":"10600","executionCost":"61","totalCost":"10661"}},"function_hashes":{},"abi":[]};
let RecoveryVault = new EmbarkJS.Blockchain.Contract(RecoveryVaultJSONConfig);
export default RecoveryVault;