Skip to content

Commit

Permalink
✅ server: remove unnecessary env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Jan 1, 2025
1 parent 604725f commit a34f81b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/test/anvil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export default async function setup({ provide }: GlobalSetupContext) {

if (initialize) {
shell.env.SWAPPER_ADDRESS = swapper.contractAddress;
shell.env.BROADCAST_ISSUERCHECKER_ADDRESS = issuerChecker.contractAddress;
await $(shell)`forge script script/Refunder.s.sol
--unlocked ${deployer} --rpc-url ${foundry.rpcUrls.default.http[0]} --broadcast --slow --skip-simulation`;
}
Expand All @@ -125,7 +124,6 @@ export default async function setup({ provide }: GlobalSetupContext) {
).transactions;

if (initialize) {
shell.env.BROADCAST_REFUNDER_ADDRESS = refunder.contractAddress;
await $(shell)`forge script script/Deploy.s.sol --code-size-limit 69000
--unlocked ${deployer} --rpc-url ${foundry.rpcUrls.default.http[0]} --broadcast --slow --skip-simulation`;
}
Expand Down

0 comments on commit a34f81b

Please sign in to comment.