Skip to content

Instantly share code, notes, and snippets.

View xinbenlv's full-sized avatar

xinbenlv xinbenlv

View GitHub Profile
@xinbenlv
xinbenlv / NewReplayProtection.sol
Created October 5, 2023 18:17
Demonstrate Old and New Output from eip712-codegen
pragma solidity ^0.8.13;
// SPDX-License-Identifier: MIT
struct SignedReplayProtection {
ReplayProtection message;
bytes signature;
address signer;
}