diff --git a/src/universal-dapp.js b/src/universal-dapp.js index 95e1d5b432..380fead9bf 100644 --- a/src/universal-dapp.js +++ b/src/universal-dapp.js @@ -277,7 +277,7 @@ UniversalDApp.prototype.getBalance = function (address, cb) { } UniversalDApp.prototype.renderInstance = function (contract, address, contractName) { - var abi = txHelper.sortAbiFunction(contract) + var abi = txHelper.sortAbiFunction(contract.abi) return this.renderInstanceFromABI(abi, address, contractName) }