Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/bcnmy/sdk into feat/tpm
Browse files Browse the repository at this point in the history
  • Loading branch information
VGabriel45 committed Dec 20, 2024
2 parents 6f7260d + ae0b2c7 commit 19ae948
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/04e214b5-ac6d-4410-a95f-edf64433d74d"
? process.env.VIRTUAL_BASE_SEPOLIA
: undefined
}
const instance = anvil(config)
Expand Down

0 comments on commit 19ae948

Please sign in to comment.