Skip to content

Commit

Permalink
docs(fireblocks-signing-manager): update readme with example reading …
Browse files Browse the repository at this point in the history
…from file
  • Loading branch information
polymath-eric committed Aug 16, 2023
1 parent c4ea762 commit a4ebd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fireblocks-signing-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Note these derived keys will need to join as a Secondary key, or have a CDD clai
const signingManager = await FireblocksSigningManager.create({
url: 'https://api.fireblocks.io',
apiToken: 'API_TOKEN',
secret: 'abc...',
secret: 'someKey', // private key for authentication. can be read from a file with: `readFileSync('/some/path', 'UTF8)`
derivationPaths: [[44, 595, 0, 0, 0]], // derive mainnet key with the "default" Fireblocks account
});

Expand Down

0 comments on commit a4ebd43

Please sign in to comment.