aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src/utils
diff options
context:
space:
mode:
authorGreg Hysen <greg.hysen@gmail.com>2018-04-10 02:55:23 +0800
committerGreg Hysen <greg.hysen@gmail.com>2018-04-10 10:25:07 +0800
commiteecf09f51564df4f63139f26e65efa1102a9958d (patch)
tree2ab49214ca5f1aef196d1899de8091908feabb82 /packages/deployer/src/utils
parent61fc3346c2fe2adc33dfe84aa50780d61e10efdf (diff)
downloaddexon-0x-contracts-eecf09f51564df4f63139f26e65efa1102a9958d.tar
dexon-0x-contracts-eecf09f51564df4f63139f26e65efa1102a9958d.tar.gz
dexon-0x-contracts-eecf09f51564df4f63139f26e65efa1102a9958d.tar.bz2
dexon-0x-contracts-eecf09f51564df4f63139f26e65efa1102a9958d.tar.lz
dexon-0x-contracts-eecf09f51564df4f63139f26e65efa1102a9958d.tar.xz
dexon-0x-contracts-eecf09f51564df4f63139f26e65efa1102a9958d.tar.zst
dexon-0x-contracts-eecf09f51564df4f63139f26e65efa1102a9958d.zip
Added a detailed description of `renameOverloadedMethods` (special thanks to @fabioberger). Updated Javascript styles in the Abi-Gen and Utils packages, around support for function overloading.
Diffstat (limited to 'packages/deployer/src/utils')
-rw-r--r--packages/deployer/src/utils/types.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/deployer/src/utils/types.ts b/packages/deployer/src/utils/types.ts
index 08cab37b2..1a866b873 100644
--- a/packages/deployer/src/utils/types.ts
+++ b/packages/deployer/src/utils/types.ts
@@ -83,7 +83,7 @@ export interface ContractSources {
[key: string]: string;
}
-export interface ContractIds {
+export interface ContractIdToSourceFileId {
[key: string]: string;
}