aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacob Evans <jacob@dekz.net>2018-08-27 13:59:43 +0800
committerJacob Evans <jacob@dekz.net>2018-08-27 13:59:43 +0800
commit7e9ba50502548c6c50ff8a402db416bf1dc9aac3 (patch)
tree52fb5179529ccf1b1d9c93c172e4fd2efda6cca9
parent35ba3e6f7c118b0cd199fd062d3923aa215acc6a (diff)
downloaddexon-0x-contracts-7e9ba50502548c6c50ff8a402db416bf1dc9aac3.tar.gz
dexon-0x-contracts-7e9ba50502548c6c50ff8a402db416bf1dc9aac3.tar.zst
dexon-0x-contracts-7e9ba50502548c6c50ff8a402db416bf1dc9aac3.zip
Issue #1025 BlockParam unroll
BlockParam unrolls into number | BlockParamLiteral, though BlockParamLiteral does not get imported. This results in type build errors in downstream projects where tslint checks libs
-rw-r--r--packages/contract_templates/contract.handlebars2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/contract_templates/contract.handlebars b/packages/contract_templates/contract.handlebars
index 5c36a765d..466893aa7 100644
--- a/packages/contract_templates/contract.handlebars
+++ b/packages/contract_templates/contract.handlebars
@@ -2,7 +2,7 @@
// tslint:disable:no-unused-variable
// tslint:disable:no-unbound-method
import { BaseContract } from '@0xproject/base-contract';
-import { BlockParam, CallData, ContractAbi, ContractArtifact, DecodedLogArgs, MethodAbi, Provider, TxData, TxDataPayable } from 'ethereum-types';
+import { BlockParam, BlockParamLiteral, CallData, ContractAbi, ContractArtifact, DecodedLogArgs, MethodAbi, Provider, TxData, TxDataPayable } from 'ethereum-types';
import { BigNumber, classUtils, logUtils } from '@0xproject/utils';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import * as ethers from 'ethers';
>sysutils/consul: Update to 1.12.4Brad Davis2022-08-141-37/+51 * sysutils/consul: update to 1.11.3Steve Wills2022-02-261-3/+337 * sysutils/consul: Update to 1.10.7Brad Davis2022-01-171-3/+3 * sysutils/consul: Update to 1.10.3Brad Davis2021-10-141-3/+3 * sysutils/consul: Update to 1.9.9Brad Davis2021-09-111-3/+3 * sysutils/consul: Update to 1.9.5Brad Davis2021-06-231-3/+3 * sysutuils/consul: update to 1.9.4 [1]Steve Wills2021-03-131-3/+3 * sysutils/consule: update to 1.9.3Steve Wills2021-02-051-3/+3 * sysutils/consul: Update to 1.9.1Steve Wills2020-12-161-3/+3 * sysutils/consul: update to 1.9.0Steve Wills2020-12-071-3/+3 * sysutils/consul: update to 1.8.5Steve Wills2020-11-041-3/+3 * sysutils/consul: update to 1.8.4Steve Wills2020-09-141-3/+3 * sysutils/consul: update to 1.8.3Steve Wills2020-08-141-3/+3 * sysutils/consul: update to 1.8.1Steve Wills2020-08-031-3/+3 * sysutils/consul: update to 1.8.0Steve Wills2020-07-061-3/+3 * sysutils/consul: update to 1.7.4Steve Wills2020-06-111-3/+3 * sysutils/consul: Update to 1.7.3Steve Wills2020-05-141-3/+3 * sysutils/consul: update to 1.7.2 [1][2]Steve Wills2020-03-271-3/+3 * sysutils/consul: Update to 1.6.2 and refactoring rc.scriptSteve Wills2020-01-041-3/+3 * sysutils/consul: fix fetchSteve Wills2019-10-261-3/+3 * sysutils/consul: update to 1.6.1Steve Wills2019-09-281-3/+3 * sysutils/consule: update to 1.5.1Steve Wills2019-05-241-3/+3 * sysutils/consul: update to 1.5.0Steve Wills2019-05-101-3/+3 * sysutils/consul: update to 1.4.4Steve Wills2019-04-261-3/+3 * sysutils/consul: update to 1.4.1Steve Wills2019-01-251-3/+3 * sysutils/consul: update to 1.4.0Steve Wills2018-11-271-3/+3 * sysutils/consul: update to 1.3.0Steve Wills2018-10-231-3/+3 * sysutils/consul: update to 1.2.3Steve Wills2018-09-181-3/+3 * sysutils/consul: update to 1.2.1Steve Wills2018-07-131-3/+3 * sysutils/consul: update to 1.2.0Steve Wills2018-06-291-3/+3 * sysutils/consul: update to 1.1.0Steve Wills2018-05-151-3/+3 * sysutils/consul: update to 1.0.7Steve Wills2018-04-201-3/+3 * sysutils/consul: update to 1.0.6Steve Wills2018-02-161-3/+3 * sysutils/consul: update to 1.0.3Steve Wills2018-01-251-3/+3 * sysutils/consul: Update to 1.0.2Steve Wills2017-12-311-3/+3 * sysutils/consul: update to 1.0.1Steve Wills2017-12-061-3/+3 * Update to new tarSteve Wills2017-09-121-3/+3 * sysutils/consul: update to 0.9.3Steve Wills2017-09-111-3/+3 * sysutils/consul: update to v0.9.2Steve Wills2017-09-071-3/+3