Skip to content

Commit

Permalink
feat: support WebSocket in Node environment; add extra ENS tests for …
Browse files Browse the repository at this point in the history
…full coverage
  • Loading branch information
jxom committed Feb 11, 2023
1 parent 6d67a0a commit 517386b
Show file tree
Hide file tree
Showing 9 changed files with 343 additions and 45 deletions.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@
"@noble/hashes": "^1.1.2",
"@wagmi/chains": "~0.2.8",
"abitype": "~0.3.0",
"idna-uts46-hx": "^4.1.2"
"idna-uts46-hx": "^4.1.2",
"isomorphic-unfetch": "^4.0.2",
"isomorphic-ws": "^5.0.0",
"ws": "^8.12.0"
},
"devDependencies": {
"@actions/core": "^1.10.0",
Expand All @@ -105,6 +108,7 @@
"@types/dedent": "^0.7.0",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.45",
"@types/ws": "^8.5.4",
"@vitest/coverage-c8": "^0.24.3",
"@vitest/ui": "^0.19.1",
"@wagmi/cli": "^0.1.6",
Expand Down
Loading

0 comments on commit 517386b

Please sign in to comment.