@inco/lightning 1.0.0-rc-3 → 1.0.0-rc-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -62,7 +62,7 @@ contract IncoTest is MockOpHandler, DeployUtils, FakeDecryptionAttester, MockRem
62
62
  deployer: testDeployer,
63
63
  owner: owner,
64
64
  // The highest precedent deployment pepper
65
- pepper: "testnet",
65
+ pepper: "mainnet",
66
66
  quoteVerifier: new FakeQuoteVerifier()
67
67
  });
68
68
  vm.stopPrank();