-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove leading
0x
from private keys when whitelisting strategi…
…es (#171) This PR removes a `0x` that we suffixed on the private key when whitelisting strategies. It was causing the whitelisting to silently fail because the private key already had a leading `0x`. Also, it introduces an early return when whitelisting an empty list of strategies, and adds `--confirmations 0` to each `cast send` call, to reduce deployment time.
- Loading branch information
1 parent
b66ac01
commit e6a3ae8
Showing
3 changed files
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters