Skip to content

Commit

Permalink
Merge pull request #375 from Zondax/container
Browse files Browse the repository at this point in the history
Container
  • Loading branch information
chcmedeiros authored Feb 21, 2024
2 parents 38f8b56 + 621b881 commit 459f63c
Show file tree
Hide file tree
Showing 3 changed files with 736 additions and 848 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"url": "https://github.com/zondax/zemu/issues"
},
"dependencies": {
"@grpc/grpc-js": "^1.9.14",
"@grpc/grpc-js": "^1.10.1",
"@grpc/proto-loader": "^0.7.10",
"@ledgerhq/hw-transport-http": "^6.29.2",
"axios": "^1.6.6",
"@ledgerhq/hw-transport-http": "^6.29.4",
"axios": "^1.6.7",
"axios-retry": "^4.0.0",
"dockerode": "^4.0.2",
"elfy": "^1.0.0",
Expand All @@ -44,15 +44,15 @@
"randomstring": "^1.3.0"
},
"devDependencies": {
"@ledgerhq/hw-transport": "^6.30.2",
"@ledgerhq/hw-transport": "^6.30.4",
"@types/dockerode": "^3.3.23",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.6",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.19",
"@types/pngjs": "^6.0.4",
"@types/randomstring": "^1.1.11",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@zondax/ledger-substrate": "^0.41.3",
"copyfiles": "^2.4.1",
"eslint": "^8.56.0",
Expand All @@ -62,11 +62,11 @@
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"prettier": "^3.2.4",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"files": [
"dist/**/*"
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
******************************************************************************* */
import { ButtonKind, type IDeviceWindow, type IStartOptions } from "./types";

export const DEFAULT_EMU_IMG = "zondax/builder-zemu:speculos-e262a0ca9d2b37810d0339b37c50ce0d7171c9a2";
export const DEFAULT_EMU_IMG = "zondax/builder-zemu:speculos-3a3439f6b45eca7f56395673caaf434c202e7005";

export const DEFAULT_MODEL = "nanos";
export const DEFAULT_NANO_START_TEXT = "Ready";
Expand Down
Loading

0 comments on commit 459f63c

Please sign in to comment.