Skip to content

Commit

Permalink
update name in 712Emitter2 to fix signature validation
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroXbrock committed Apr 26, 2024
1 parent 80737ba commit 2007903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/chatGPT-nft-minter/suave/712Emitter2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import "suave-std/suavelib/Suave.sol";

contract Emitter {
// Constants matching those in SuaveNFT
string public constant NAME = "SUAVE_NFT";
string public constant NAME = "SUAVE_NFT2";
string public constant SYMBOL = "NFTEE";
bytes32 public constant MINT_TYPEHASH = 0x686aa0ee2a8dd75ace6f66b3a5e79d3dfd8e25e05a5e494bb85e72214ab37880;
bytes32 public constant DOMAIN_SEPARATOR = 0x07c5db21fddca4952bc7dee96ea945c5702afed160b9697111b37b16b1289b89;
Expand Down

0 comments on commit 2007903

Please sign in to comment.