Skip to content

Commit

Permalink
feat: added env variable
Browse files Browse the repository at this point in the history
  • Loading branch information
VGabriel45 committed Dec 20, 2024
1 parent 0c7940d commit 372b8ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/testUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ export const toConfiguredAnvil = async ({
port: rpcPort,
codeSizeLimit: 1000000000000,
forkUrl: shouldForkBaseSepolia
? "https://virtual.base-sepolia.rpc.tenderly.co/7617b288-32ed-4f89-8a23-7195083f8bc9"
? process.env.VIRTUAL_BASE_SEPOLIA
: undefined
}
const instance = anvil(config)
Expand Down

0 comments on commit 372b8ae

Please sign in to comment.