We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8e0d87 commit e46ed5cCopy full SHA for e46ed5c
contracts/test/pre-alpha1/index.ts
@@ -54,7 +54,7 @@ describe("Demo pre-alpha1", function () {
54
55
await deployments.fixture(["Arbitration", "ForeignGateway", "HomeGateway"], {
56
fallbackToGlobal: true,
57
- keepExistingDeployments: true,
+ keepExistingDeployments: false,
58
});
59
ng = <IncrementalNG>await ethers.getContract("IncrementalNG");
60
disputeKit = <DisputeKitClassic>await ethers.getContract("DisputeKitClassic");
0 commit comments