diff options
Diffstat (limited to 'packages/contract-wrappers/src/artifacts')
-rw-r--r-- | packages/contract-wrappers/src/artifacts/Exchange.json | 45 |
1 files changed, 16 insertions, 29 deletions
diff --git a/packages/contract-wrappers/src/artifacts/Exchange.json b/packages/contract-wrappers/src/artifacts/Exchange.json index 7d0bac63a..350f521df 100644 --- a/packages/contract-wrappers/src/artifacts/Exchange.json +++ b/packages/contract-wrappers/src/artifacts/Exchange.json @@ -1027,28 +1027,6 @@ "type": "function" }, { - "constant": false, - "inputs": [ - { - "name": "assetProxyId", - "type": "bytes4" - }, - { - "name": "newAssetProxy", - "type": "address" - }, - { - "name": "oldAssetProxy", - "type": "address" - } - ], - "name": "registerAssetProxy", - "outputs": [], - "payable": false, - "stateMutability": "nonpayable", - "type": "function" - }, - { "constant": true, "inputs": [], "name": "owner", @@ -1306,6 +1284,20 @@ "type": "function" }, { + "constant": false, + "inputs": [ + { + "name": "assetProxy", + "type": "address" + } + ], + "name": "registerAssetProxy", + "outputs": [], + "payable": false, + "stateMutability": "nonpayable", + "type": "function" + }, + { "constant": true, "inputs": [ { @@ -1899,16 +1891,11 @@ }, { "indexed": false, - "name": "newAssetProxy", - "type": "address" - }, - { - "indexed": false, - "name": "oldAssetProxy", + "name": "assetProxy", "type": "address" } ], - "name": "AssetProxySet", + "name": "AssetProxyRegistered", "type": "event" } ] |