Skip to content

Commit

Permalink
Merge pull request #153 from shazow/ox
Browse files Browse the repository at this point in the history
ethers.js -> ox
  • Loading branch information
shazow authored Nov 15, 2024
2 parents fcce827 + 86dbf6c commit d377b1b
Show file tree
Hide file tree
Showing 5 changed files with 263 additions and 201 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,23 @@
},
"homepage": "https://github.com/shazow/whatsabi#readme",
"dependencies": {
"ethers": "^6.13.4"
"ox": "^0.2.0"
},
"peerDependencies": {
"@noble/hashes": "^1"
},
"devDependencies": {
"@size-limit/esbuild-why": "^8.2.6",
"@size-limit/preset-small-lib": "^8.2.6",
"ethers": "^6.13.4",
"npm": "^10.9.0",
"size-limit": "^8.2.6",
"tsx": "^4.19.2",
"typedoc": "^0.26.11",
"typedoc-plugin-missing-exports": "^3.0.0",
"viem": "^2.21.40",
"viem": "^2.21.45",
"vitest": "^0.34.6",
"web3": "^4.14.0"
"web3": "^4.15.0"
},
"main": "./lib.cjs/index.js",
"module": "./lib.esm/index.js",
Expand Down
Loading

0 comments on commit d377b1b

Please sign in to comment.