diff --git a/.gitignore b/.gitignore index 7c53c0042..658655f76 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,5 @@ build/ # truffle .node-xmlhttprequest-* + +.zos.session diff --git a/zos.json b/zos.json new file mode 100644 index 000000000..4e84cd1f1 --- /dev/null +++ b/zos.json @@ -0,0 +1,11 @@ +{ + "zosversion": "2", + "name": "openzeppelin-eth", + "version": "2.0.0", + "contracts": { + "StandaloneERC20": "StandaloneERC20", + "StandaloneERC721": "StandaloneERC721", + "TokenVesting": "TokenVesting", + "PaymentSplitter": "SplitPayment" + } +} \ No newline at end of file