From b8fc84ecc879ea7f1b18556ed00aa796e2e7bd20 Mon Sep 17 00:00:00 2001 From: Amir Bandeali Date: Tue, 12 Nov 2019 10:29:57 -0800 Subject: [PATCH] Remove test constants from Staking ABI --- .../contract-artifacts/artifacts/Staking.json | 29 ++++++------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/packages/contract-artifacts/artifacts/Staking.json b/packages/contract-artifacts/artifacts/Staking.json index 53e0f56bb5..e5ef42a938 100644 --- a/packages/contract-artifacts/artifacts/Staking.json +++ b/packages/contract-artifacts/artifacts/Staking.json @@ -519,7 +519,7 @@ "constant": true, "inputs": [], "name": "getWethContract", - "outputs": [{ "internalType": "contract IEtherToken", "name": "", "type": "address" }], + "outputs": [{ "internalType": "contract IEtherToken", "name": "wethContract", "type": "address" }], "payable": false, "stateMutability": "view", "type": "function" @@ -726,24 +726,6 @@ "stateMutability": "view", "type": "function" }, - { - "constant": true, - "inputs": [], - "name": "testWethAddress", - "outputs": [{ "internalType": "address", "name": "", "type": "address" }], - "payable": false, - "stateMutability": "view", - "type": "function" - }, - { - "constant": true, - "inputs": [], - "name": "testZrxVaultAddress", - "outputs": [{ "internalType": "address", "name": "", "type": "address" }], - "payable": false, - "stateMutability": "view", - "type": "function" - }, { "constant": false, "inputs": [{ "internalType": "address", "name": "newOwner", "type": "address" }], @@ -879,7 +861,14 @@ "params": { "poolId": "Unique Id of pool." }, "return": "Total stake delegated to pool." }, - "getWethContract()": { "details": "Overridden to use testWethAddress;" }, + "getWethContract()": { + "details": "Returns the current weth contract address", + "return": "wethContract The WETH contract instance." + }, + "getZrxVault()": { + "details": "Returns the current zrxVault address.", + "return": "zrxVault The zrxVault contract." + }, "init()": { "details": "Initialize storage owned by this contract. This function should not be called directly. The StakingProxy contract will call it in `attachStakingContract()`." },