Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xstelea committed Sep 8, 2023
1 parent d267365 commit 5cf4bff
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 36 deletions.
2 changes: 1 addition & 1 deletion examples/typescript-full-stack/apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"vite": "^4.4.0"
},
"dependencies": {
"@radixdlt/radix-dapp-toolkit": "0.6.1"
"@radixdlt/radix-dapp-toolkit": "0.7.1"
}
}
2 changes: 1 addition & 1 deletion examples/typescript-full-stack/apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"license": "MIT",
"dependencies": {
"@radixdlt/rola": "0.2.1",
"@radixdlt/rola": "0.3.2",
"@types/cors": "^2.8.13",
"@types/elliptic": "^6.4.14",
"@types/express": "^4.17.17",
Expand Down
5 changes: 2 additions & 3 deletions examples/typescript-full-stack/apps/server/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import express from 'express'
import { secureRandom } from './secure-random'
import cors from 'cors'
import { Rola } from '@radixdlt/rola'
import { SignedChallenge, RadixNetwork } from '@radixdlt/radix-dapp-toolkit'
import { Rola, SignedChallenge } from '@radixdlt/rola'
import { ResultAsync } from 'neverthrow'

const app = express()
Expand Down Expand Up @@ -43,7 +42,7 @@ const { verifySignedChallenge } = Rola({
applicationName: 'Rola Full Stack Typescript Example',
dAppDefinitionAddress:
'account_tdx_e_1285lfp3kwjnyu5esdsy7u9j0482tsw8fj3tnj95gjsgj6qa23yarx8', // address of the dApp definition
networkId: RadixNetwork.RCnetV3, // network id of the Radix network
networkId: 13, // network id of the Radix network
expectedOrigin: 'http://localhost:4000', // origin of the client making the wallet request
})

Expand Down
67 changes: 36 additions & 31 deletions examples/typescript-full-stack/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5cf4bff

Please sign in to comment.