Last touches

This commit is contained in:
Leonid Logvinov
2019-01-17 15:44:34 +01:00
parent 3b79754b7a
commit d92dc47df8
11 changed files with 67 additions and 55 deletions

View File

@@ -128,7 +128,7 @@ const artifactAdapter = new SolCompilerArtifactAdapter(artifactsDir, contractsDi
{`import { TruffleArtifactAdapter } from '@0x/sol-trace';
const projectRoot = '.';
const solcVersion = '0.4.24';
const solcVersion = '0.5.0';
const artifactAdapter = new TruffleArtifactAdapter(projectRoot, solcVersion);`}
</Code>
</TabBlock>