Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
calvogenerico committed Dec 6, 2024
1 parent 405b26a commit 1792697
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions src/ShareScopedBalanceErc20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,3 @@ contract ShareScopedBalanceErc20 is ERC20 {
permissions[msg.sender][reader] = 0;
}
}



// forge create --zksync \
// --rpc-url http://localhost:3050 \
// --private-key 0x87ce66d9f787696d21af61750c1c3310099f27fb7e7259a193a8c514293a7c0c \
// --verify \
// --verifier-url http://localhost:3020/api \
// --verifier zksync \
// src/ShareScopedBalanceErc20.sol:ShareScopedBalanceErc20 \
// --constructor-args "ShareScopedBalanceErc20" "SSBE20"

0 comments on commit 1792697

Please sign in to comment.