Skip to content

Commit

Permalink
Update docs/guides/import-nodejs.md
Browse files Browse the repository at this point in the history
Co-authored-by: Milen Radkov <milenradkov@me.com>
  • Loading branch information
nikita-fuchs and mradkov committed Dec 10, 2020
1 parent 1f1563d commit 93bfce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/import-nodejs.md
Expand Up @@ -9,7 +9,7 @@ const { Universal: Ae, MemoryAccount, Node } = require('@aeternity/aepp-sdk')
const node1 = Node({ url: 'https://testnet.aeternity.io', internalUrl: 'https://testnet.aeternity.io' })
// const node2 = ...

const acc1 = MemoryAccount({ keypair: {publicKey: 'YOUR_PUBLIC_KEY', secretKey: 'YOUR_PRIVATE_KEY'} })
const acc1 = MemoryAccount({ keypair: { publicKey: 'YOUR_PUBLIC_KEY', secretKey: 'YOUR_PRIVATE_KEY' } })
// const acc2 = ...
Promise.all([
node1
Expand Down

0 comments on commit 93bfce1

Please sign in to comment.