opportunity-service 0.0.618 → 0.0.620

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opportunity-service",
3
- "version": "0.0.618",
3
+ "version": "0.0.620",
4
4
  "description": "A service layer that connects all services between the blockchain and ui.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -40,6 +40,7 @@
40
40
  "typescript": "^4.5.2"
41
41
  },
42
42
  "dependencies": {
43
+ "@alch/alchemy-web3": "^1.1.9",
43
44
  "@ethersproject/providers": "^5.5.0",
44
45
  "@toruslabs/torus-embed": "^1.10.14",
45
46
  "@types/sqlite3": "^3.1.7",