Skip to content

Commit

Permalink
fix: update solc version
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalakkal committed Jan 17, 2024
1 parent fbd4429 commit 458cdc9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
6 changes: 0 additions & 6 deletions client/src/scaffold/project.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,6 @@ export const scaffoldProject = async (sm: ScaffoldManager) => {
sm.cpFromTemplate(axiomCircuitFile, axiomCircuitFile, ` - Copy template ${chalk.bold(axiomCircuitFile)}`);
}

// Add remappings.txt to folder
if (!sm.exists("remappings.txt", `${chalk.bold("remappings.txt")} exists?`)) {
console.log("Generating remappings.txt...");
sm.cpFromTemplate("remappings.txt", "remappings.txt", ` - Copy template ${chalk.bold("remappings.txt")}`);
}

// Create .env file
if (!sm.exists(".env", `${chalk.bold(".env")} exists?`)) {
console.log("Generating .env file...");
Expand Down
2 changes: 2 additions & 0 deletions client/src/scaffold/templates/foundry.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[profile.default]
src = "src"
out = "out"
solc = "0.8.19"
libs = ["node_modules", "lib"]
remappings = ["@axiom-v2-client/=lib/axiom-v2-client/src/"]
ffi = true
fs_permissions = [{ access = "read-write", path = ".axiom" }]

Expand Down
3 changes: 0 additions & 3 deletions client/src/scaffold/templates/remappings.txt

This file was deleted.

0 comments on commit 458cdc9

Please sign in to comment.