From c08d63c1188430196cc979fab6479115d9940403 Mon Sep 17 00:00:00 2001 From: Francisco Giordano Date: Thu, 24 Jan 2019 16:50:32 -0300 Subject: [PATCH] rename PaymentSplitter in zos.json --- zos.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zos.json b/zos.json index 29b3a0d2b..12dfb5635 100644 --- a/zos.json +++ b/zos.json @@ -7,6 +7,6 @@ "StandaloneERC20": "StandaloneERC20", "StandaloneERC721": "StandaloneERC721", "TokenVesting": "TokenVesting", - "PaymentSplitter": "SplitPayment" + "PaymentSplitter": "PaymentSplitter" } -} \ No newline at end of file +}