Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
janmazak committed Jan 9, 2024
1 parent 26bd185 commit 69761f1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example-node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const getExtendedPublicKey = async (appAda: Ada) => {
console.log('getExtendedPublicKey')
console.log(
await appAda.getExtendedPublicKey({
path: [HARDENED + 44, HARDENED + 1815, HARDENED + 0],
path: [HARDENED + 1852, HARDENED + 1815, HARDENED + 0, 3, 0],
}),
)
/*
Expand Down Expand Up @@ -130,6 +130,7 @@ const showAddress = async (appAda: Ada) => {
console.log('-'.repeat(40))
}

// eslint-disable-next-line @typescript-eslint/no-unused-vars
const signTransaction = async (appAda: Ada) => {
console.log('signTransaction')

Expand Down

0 comments on commit 69761f1

Please sign in to comment.