Skip to content

Commit

Permalink
fix(mochaHooks): remove FOUNDRY_PROFILE=no_env_vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-Amas committed Oct 31, 2023
1 parent d7def4d commit 8458508
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@ testnet_zkevm="https://rpc.public.zkevm-test.net"
zkevm="https://zkevm-rpc.com"
goerli="${GOERLI_NODE_URL}"

[etherscan]
goerli={key="${GOERLI_API_KEY}"}
mumbai={key="${POLYGON_API_KEY}"}
polygon={key="${POLYGON_API_KEY}"}
testnet_zkevm={key="${ZKEVM_API_KEY}",chain=1442,url="https://api-testnet-zkevm.polygonscan.com/api"}
zkevm={key="${ZKEVM_API_KEY}",chain=1101,url="https://api-zkevm.polygonscan.com/api"}

# The remappings are in remappings.txt so vscode solidity ext. can read them
# The first lines are the manual remappings
# The other lines are a copy/paste of the inferred mappings shown by `forge config` (inferred from imported libs)
Expand Down
1 change: 0 additions & 1 deletion src/util/forgeScript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export function execForgeCmd(
// Foundry needs these RPC urls specified in foundry.toml to be available, else it complains
env = {
...env,
FOUNDRY_PROFILE: "no_env_vars",
};

if (typeof pipe === "undefined") {
Expand Down

0 comments on commit 8458508

Please sign in to comment.