aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/src
diff options
context:
space:
mode:
authorJacob Evans <dekz@dekz.net>2018-04-18 14:21:56 +0800
committerGitHub <noreply@github.com>2018-04-18 14:21:56 +0800
commit823f2db09fba8f19806ba3fa4bd679e12a58be3f (patch)
treeb0dc7265a22c0120cd42d026cacc14dc8d7cc80c /packages/deployer/src
parent12d5c35d143fdf2cf15b7f689c75a7ada13227aa (diff)
parenta71e511f82c2a21f8042c03fb0eb652ec40ad5df (diff)
downloaddexon-0x-contracts-823f2db09fba8f19806ba3fa4bd679e12a58be3f.tar.gz
dexon-0x-contracts-823f2db09fba8f19806ba3fa4bd679e12a58be3f.tar.zst
dexon-0x-contracts-823f2db09fba8f19806ba3fa4bd679e12a58be3f.zip
Merge pull request #531 from 0xProject/feature/deployer/solidity-0.4.22
Solidity 0.4.22
Diffstat (limited to 'packages/deployer/src')
-rw-r--r--packages/deployer/src/solc/bin_paths.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/deployer/src/solc/bin_paths.ts b/packages/deployer/src/solc/bin_paths.ts
index 53086113a..9ac00ea9d 100644
--- a/packages/deployer/src/solc/bin_paths.ts
+++ b/packages/deployer/src/solc/bin_paths.ts
@@ -15,4 +15,5 @@ export const binPaths: BinaryPaths = {
'0.4.19': 'soljson-v0.4.19+commit.c4cbbb05.js',
'0.4.20': 'soljson-v0.4.20+commit.3155dd80.js',
'0.4.21': 'soljson-v0.4.21+commit.dfe3193c.js',
+ '0.4.22': 'soljson-v0.4.22+commit.4cb486ee.js',
};