Skip to content

Commit

Permalink
Use mainnet for fork test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juan Ignacio Ubeira committed Dec 4, 2024
1 parent b30c58a commit 0025b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/tasks/20241204-v3-vault/test/task.fork.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { MONTH, fromNow } from '@helpers/time';
import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { fp } from '@helpers/numbers';

describeForkTest('VaultFactory-V3', 'sepolia', 7206300, function () {
describeForkTest('VaultFactory-V3', 'mainnet', 21331800, function () {
let task: Task;
let vault: Contract, vaultExtension: Contract, vaultAdmin: Contract, protocolFeeController: Contract;
let deployer: SignerWithAddress;
Expand Down

0 comments on commit 0025b17

Please sign in to comment.