Skip to content

Commit

Permalink
Fixes for ledger issues (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
anikaraghu authored Mar 1, 2024
1 parent 5ef0d79 commit 6cbf9ea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mainnet/2024-02-23-transfer-op/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ include ../../Makefile
include ../.env
include .env

ifndef LEDGER_ACCOUNT
override LEDGER_ACCOUNT = 0
endif

install-agora:
forge install --no-git [email protected]:voteagora/optimism-gov.git

Expand Down
7 changes: 7 additions & 0 deletions mainnet/2024-02-23-transfer-op/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ Make sure your ledger is still unlocked and run the following.
make sign-op # or make sign-cb for Coinbase signers
```

Note: there have been reports of some folks seeing this error `Error creating signer: error opening ledger: hidapi: failed to open device`. A fix is in progress, but not yet merged. If you come across this, open a new terminal and run.
```
git clone [email protected]:base-org/eip712sign.git
cd eip712sign
go install
```

You will see a "Simulation link" from the output.

Paste this URL in your browser. A prompt may ask you to choose a
Expand Down

0 comments on commit 6cbf9ea

Please sign in to comment.