aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract_templates
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-06-22 02:06:53 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-06-22 02:06:53 +0800
commit8e2c0bb97758a978f704ad8aea916cbfe43abc16 (patch)
treed0a49d1e2daf720deea5bbb749a4184518038ee3 /packages/contract_templates
parentc34897036e8cf896e6d0b3c7733ed9c739921f74 (diff)
parent88500e37146dc9152050fdd810f9f3c3cc5faf9f (diff)
downloaddexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.tar
dexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.tar.gz
dexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.tar.bz2
dexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.tar.lz
dexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.tar.xz
dexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.tar.zst
dexon-sol-tools-8e2c0bb97758a978f704ad8aea916cbfe43abc16.zip
Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into feature/website/mobile-friendly-onboarding
Diffstat (limited to 'packages/contract_templates')
-rw-r--r--packages/contract_templates/partials/callAsync.handlebars1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/contract_templates/partials/callAsync.handlebars b/packages/contract_templates/partials/callAsync.handlebars
index 5d14b1823..35fbe3c85 100644
--- a/packages/contract_templates/partials/callAsync.handlebars
+++ b/packages/contract_templates/partials/callAsync.handlebars
@@ -15,6 +15,7 @@ async callAsync(
const callDataWithDefaults = await BaseContract._applyDefaultsToTxDataAsync(
{
to: self.address,
+ ...callData,
data: encodedData,
},
self._web3Wrapper.getContractDefaults(),