Skip to content

Commit

Permalink
fix foundry.toml (#11)
Browse files Browse the repository at this point in the history
* chore: update to latest version of axiom-v2-client

* chore: add remappings to foundry.toml

* fix: keep opther remappings
  • Loading branch information
rpalakkal authored Jan 17, 2024
1 parent 20b6f4c commit 67ef8dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
[profile.default]
src = "src"
out = "out"
solc = "0.8.19"
libs = ["node_modules", "lib"]
remappings = ["@axiom-v2-client/=lib/axiom-v2-client/src/", "ds-test/=lib/forge-std/lib/ds-test/src/", "forge-std/=lib/forge-std/src/"]
ffi = true
fs_permissions = [{ access = "read-write", path = ".axiom" }]

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
[rpc_endpoints]
sepolia = "${PROVIDER_URI_SEPOLIA}"
mainnet = "${PROVIDER_URI_MAINNET}"

[fmt]
bracket_spacing = true
Expand Down
3 changes: 0 additions & 3 deletions remappings.txt

This file was deleted.

0 comments on commit 67ef8dc

Please sign in to comment.