Exchange enum

This commit is contained in:
Aleksandr Kraiz
2022-12-14 19:04:41 +04:00
parent e5baa6f4a6
commit 625785bf7d
8 changed files with 48 additions and 51 deletions

View File

@@ -37,7 +37,7 @@
"url": "https://github.com/orionprotocol/sdk/issues"
},
"devDependencies": {
"@types/node": "^18.11.9",
"@types/node": "^18.11.15",
"@types/socket.io-client": "1.4.33",
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.3",
@@ -57,14 +57,14 @@
"webpack-cli": "^4.9.2"
},
"dependencies": {
"@ethersproject/abstract-signer": "^5.6.0",
"@ethersproject/providers": "^5.6.2",
"@ethersproject/abstract-signer": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@lukeed/csprng": "^1.0.1",
"@orionprotocol/contracts": "0.0.10",
"bignumber.js": "^9.0.2",
"buffer": "^6.0.3",
"crypto-browserify": "^3.12.0",
"ethers": "^5.6.2",
"ethers": "^5.7.2",
"isomorphic-unfetch": "^3.1.0",
"isomorphic-ws": "^5.0.0",
"just-clone": "^5.0.1",
@@ -72,8 +72,8 @@
"stream-browserify": "^3.0.0",
"tiny-invariant": "^1.2.0",
"uuid": "^8.3.2",
"ws": "^8.5.0",
"zod": "^3.17.3"
"ws": "^8.11.0",
"zod": "^3.20.2"
},
"homepage": "https://github.com/orionprotocol/sdk#readme",
"files": [