Skip to content

Commit

Permalink
Add compiler version to starknet config
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan-SL committed Jul 21, 2023
1 parent 73d1911 commit 320ff6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const config: HardhatUserConfig = {
// uses the currently active Python environment (hopefully with available Starknet commands!)
// venv: "active",
recompile: false,
// compilerVersion: "1.1.0",

// the directory containing Cairo 1 compiler binaries
// cairo1BinDir: "path/to/to/compiler/target/release",
Expand Down

0 comments on commit 320ff6c

Please sign in to comment.