Skip to content

Commit

Permalink
Merge pull request #356 from moonstream-to/dropper-batch-claim
Browse files Browse the repository at this point in the history
Rolling back droper version to avoid siganture issues with waggle.
  • Loading branch information
kellan-simiotics committed Jan 26, 2024
2 parents 721464e + 9d49b2b commit f2d6bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Dropper/DropperFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ contract DropperFacet is
LibDiamond.enforceIsContractOwner();

// Set up server side signing parameters for EIP712
LibSignatures._setEIP712Parameters("Moonstream Dropper", "0.3.0");
LibSignatures._setEIP712Parameters("Moonstream Dropper", "0.2.0");

// Initialize Terminus administration information
LibDropper.DropperStorage storage ds = LibDropper.dropperStorage();
Expand Down

0 comments on commit f2d6bed

Please sign in to comment.