eip712-codegen
eip712-codegen copied to clipboard
Fix casing
Fixes https://github.com/danfinlay/eip712-codegen/issues/13
Old Output:
npx eip712-codegen --input sampleTypes.js --entryPoints ReplayProtection > tmp/OldReplayProtection.so
New Output:
npm run build
node cli.js --input sampleTypes.js --entryPoints ReplayProtection > tmp/NewReplayProtection.sol
Both output are shared at https://gist.github.com/xinbenlv/55fe92093f53964233891bc19067a21e
Would you mind adding a test to prove the issue and that the change fixes it?