Skip to content

Commit

Permalink
More slight clarity changes
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Mar 4, 2024
1 parent 078a73a commit 19e5180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mainnet/2024-02-23-transfer-op/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ 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.
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 the following to resolve the issue:
```
git clone git@github.com:base-org/eip712sign.git
cd eip712sign
go install
```

You will see a "Simulation link" from the output.
Once you run the make sign command successfully, you will see a "Simulation link" from the output.

Paste this URL in your browser. A prompt may ask you to choose a
project, any project will do. You can create one if necessary.
Expand Down

0 comments on commit 19e5180

Please sign in to comment.