Skip to content

Commit 2779f60

Browse files
author
Oren Sokolowsky
committed
add websocket
1 parent c1234f5 commit 2779f60

File tree

2 files changed

+40
-5
lines changed

2 files changed

+40
-5
lines changed

package-lock.json

Lines changed: 37 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,9 @@
7070
"homepage": "https://daostack.io",
7171
"dependencies": {
7272
"@daostack/infra-experimental": "daostack/infra#solidity-6",
73-
"@openzeppelin/contracts-ethereum-package": "3.0.0",
7473
"@daostack/upgrades": "2.8.0-rc.0",
75-
"math": "0.0.3"
74+
"@openzeppelin/contracts-ethereum-package": "3.0.0",
75+
"math": "0.0.3",
76+
"websocket": "^1.0.31"
7677
}
7778
}

0 commit comments

Comments
 (0)