Skip to content

Commit

Permalink
up celosdks (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
zviadm authored Sep 14, 2024
1 parent 004ac94 commit fcaca3a
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 242 deletions.
9 changes: 0 additions & 9 deletions buildhax/hax-fix-celosdk.js

This file was deleted.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"description": "Celo Terminal: Manage accounts and interact with the decentralized apps on Celo platform.",
"main": ".webpack/main",
"scripts": {
"postinstall": "node ./buildhax/hax-fix-ec.js && node ./buildhax/hax-fix-celosdk.js",
"postinstall": "node ./buildhax/hax-fix-ec.js",
"lint": "eslint --max-warnings=0 src/ test/",
"test": "ELECTRON_RUN_AS_NODE=true electron ./node_modules/.bin/jest --testPathIgnorePatterns '<rootDir>/test/.*'",
"wdio": "wdio run ./wdio.conf.ts",
Expand All @@ -23,14 +23,14 @@
"build": "node ./buildcfg/webpack-path-fix.js x64 && electron-builder build"
},
"devDependencies": {
"@celo/celo-devchain": "^7.0.0",
"@celo/governance": "^5.0.0",
"@electron-forge/cli": "^7.4.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.4.0",
"@electron-forge/plugin-fuses": "^7.4.0",
"@electron-forge/plugin-webpack": "^7.4.0",
"@electron/fuses": "^1.8.0",
"@electron/notarize": "^2.3.2",
"@celo/celo-devchain": "^7.0.0",
"@types/better-sqlite3": "^7.6.10",
"@types/jest": "^29.0.0",
"@types/node": "^20.12.12",
Expand Down Expand Up @@ -73,11 +73,11 @@
},
"keywords": [],
"dependencies": {
"@celo/connect": "^5.0.0",
"@celo/connect": "^6.0.0",
"@celo/contractkit": "^8.0.0",
"@celo/cryptographic-utils": "4.1.0",
"@celo/wallet-ledger": "^5.0.0",
"@celo/wallet-local": "^5.0.0",
"@celo/wallet-ledger": "^6.0.0",
"@celo/wallet-local": "^6.0.0",
"@electron/remote": "^2.1.2",
"@fontsource/roboto": "^5.0.0",
"@ledgerhq/electron-updater": "^4.2.2",
Expand Down Expand Up @@ -109,7 +109,7 @@
"web3": "1.10.4"
},
"resolutions": {
"@celo/connect": "^5.0.0",
"@celo/connect": "^6.0.0",
"@celo/contractkit": "^8.0.0",
"web3": "1.10.4",
"@ledgerhq/hw-app-eth": "5.11.0",
Expand Down
Loading

0 comments on commit fcaca3a

Please sign in to comment.