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.
2 parents 721464e + 9d49b2b commit f2d6bedCopy full SHA for f2d6bed
contracts/Dropper/DropperFacet.sol
@@ -102,7 +102,7 @@ contract DropperFacet is
102
LibDiamond.enforceIsContractOwner();
103
104
// Set up server side signing parameters for EIP712
105
- LibSignatures._setEIP712Parameters("Moonstream Dropper", "0.3.0");
+ LibSignatures._setEIP712Parameters("Moonstream Dropper", "0.2.0");
106
107
// Initialize Terminus administration information
108
LibDropper.DropperStorage storage ds = LibDropper.dropperStorage();
0 commit comments