Skip to content

Commit e46ed5c

Browse files
committed
fix: set keepExistingDeployments to false
1 parent e8e0d87 commit e46ed5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/test/pre-alpha1/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ describe("Demo pre-alpha1", function () {
5454

5555
await deployments.fixture(["Arbitration", "ForeignGateway", "HomeGateway"], {
5656
fallbackToGlobal: true,
57-
keepExistingDeployments: true,
57+
keepExistingDeployments: false,
5858
});
5959
ng = <IncrementalNG>await ethers.getContract("IncrementalNG");
6060
disputeKit = <DisputeKitClassic>await ethers.getContract("DisputeKitClassic");

0 commit comments

Comments
 (0)