Skip to content

Commit

Permalink
Merge pull request #100 from Tonomy-Foundation/release/547-testnet-re…
Browse files Browse the repository at this point in the history
…lease

Release/547 testnet release
  • Loading branch information
theblockstalk authored Apr 2, 2024
2 parents abe0284 + 4de7221 commit 9456c59
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 13 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ yarn run updateSdkVersion master
## Environment variables and configuration

`NODE_ENV` - Determines which config file in `./src/config` to use
`CREATE_ACCOUNT_PRIVATE_KEY` - The private key used to sign the transaction to create a new account
`TONOMY_OPS_PRIVATE_KEY` - The private key used to sign the transaction to create a new account
`HCAPTCHA_SECRET` - The hCaptcha account secret key

## Test
Expand Down Expand Up @@ -68,9 +68,3 @@ Build command: `yarn -v && yarn install && yarn run build`
- NOTE: we need to run `yarn install` again so that we install with `[email protected]` which we force via`.yarnrc.yml` and `.yarn/releases/yarn-3.1.1.cjs`. See <https://github.com/Tonomy-Foundation/Tonomy-Communication/issues/85> for more details.

Run command: `yarn run start:prod`

Environment variables

- NODE_ENV
- CREATE_ACCOUNT_PRIVATE_KEY
- HCAPTCHA_SECRET
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@nestjs/platform-socket.io": "^10.2.3",
"@nestjs/swagger": "^7.1.10",
"@nestjs/websockets": "^10.2.3",
"@tonomy/tonomy-id-sdk": "0.18.0-rc.2",
"@tonomy/tonomy-id-sdk": "0.19.0-rc.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"hcaptcha": "^0.1.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1576,9 +1576,9 @@ __metadata:
languageName: node
linkType: hard

"@tonomy/tonomy-id-sdk@npm:0.18.0-rc.2":
version: 0.18.0-rc.2
resolution: "@tonomy/tonomy-id-sdk@npm:0.18.0-rc.2"
"@tonomy/tonomy-id-sdk@npm:0.19.0-rc.2":
version: 0.19.0-rc.2
resolution: "@tonomy/tonomy-id-sdk@npm:0.19.0-rc.2"
dependencies:
"@consento/sync-randombytes": ^1.0.5
"@tonomy/antelope-did": ^0.1.5
Expand All @@ -1593,7 +1593,7 @@ __metadata:
elliptic: ^6.5.4
socket.io-client: ^4.5.4
universal-base64url: ^1.1.0
checksum: ae01d1a151f387a3c879bd2c089699b0e4f0f77ce3c5f58840a9848de91b8175dd9fecb759e8ed3118c75ce35644b35d13228602bcbfe4aa4da3fa3db3ec0b14
checksum: d4463392a7b41bbd2260253454d8c30e96a0b44325715a0a2f43a3c15f88c87159ef4e205fd8bc14a3abf1474846abcbb55cf3a5de1796a777b77fd176c88c70
languageName: node
linkType: hard

Expand Down Expand Up @@ -7713,7 +7713,7 @@ __metadata:
"@nestjs/swagger": ^7.1.10
"@nestjs/testing": ^10.2.3
"@nestjs/websockets": ^10.2.3
"@tonomy/tonomy-id-sdk": 0.18.0-rc.2
"@tonomy/tonomy-id-sdk": 0.19.0-rc.2
"@types/express": ^4.17.13
"@types/jest": 29.2.4
"@types/node": 18.11.18
Expand Down

0 comments on commit 9456c59

Please sign in to comment.