Skip to content

Commit

Permalink
Merge branch 'feat/body-parsing-with-audit-fix' of https://github.com…
Browse files Browse the repository at this point in the history
…/zkemail/ether-email-auth into feat/body-parsing-with-audit-fix
  • Loading branch information
SoraSuegami committed Oct 28, 2024
2 parents 0caa739 + 2c8092a commit 54a5826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export PRIVATE_KEY={YOUR_PRIVATE_KEY}
export RPC_URL=http://127.0.0.1:8011
export CHAIN_ID=260
forge create src/libraries/DecimalUtils.sol:DecimalUtils --private-key $PRIVATE_KEY --rpc-url $RPC_URL --chain $CHAIN_ID --zksync
forge create src/libraries/CommandUtils.sol:CommandUtils --private-key $PRIVATE_KEY --rpc-url $RPC_URL --chain $CHAIN_ID --zksync --libraries src/libraries/DecimalUtils.sol:DecimalUtils:{DECIMAL_UTILS_ADDRESS_YOU_DEPLOYED}
forge create src/libraries/CommandUtils.sol:CommandUtils --private-key $PRIVATE_KEY --rpc-url $RPC_URL --chain $CHAIN_ID --zksync --libraries src/libraries/DecimalUtils.sol:DecimalUtils:{DECIMAL_UTILS_ADDRESS_YOU_DEPLOYED} --gas-limit 1000000000
```

Set the libraries in foundry.toml using the above deployed address.
Expand Down

0 comments on commit 54a5826

Please sign in to comment.