@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.
- package/manifest.yaml +26 -0
- package/package.json +1 -1
- package/src/Lib.mainnet.sol +1242 -0
- package/src/Lib.sol +1 -1
- package/src/libs/incoLightning_mainnet_v12_473307884.sol +1242 -0
- package/src/test/IncoTest.sol +1 -1
package/src/test/IncoTest.sol
CHANGED
|
@@ -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: "
|
|
65
|
+
pepper: "mainnet",
|
|
66
66
|
quoteVerifier: new FakeQuoteVerifier()
|
|
67
67
|
});
|
|
68
68
|
vm.stopPrank();
|