Skip to content

Commit

Permalink
Remove bn.js dependency (#81)
Browse files Browse the repository at this point in the history
* remove bn dep

* fix deps

* pin dep versions
  • Loading branch information
martyall authored Sep 18, 2023
1 parent 2c96bbe commit 6eb4f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
},
"dependencies": {
"ethjs-provider-http": "^0.1.6",
"bn.js": "^4.11.0",
"keccak": "^1.0.2",
"rlp": "^2.0.0",
"secp256k1": "^3.0.1",
Expand Down
2 changes: 2 additions & 0 deletions packages.dhall
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
let upstream =
https://raw.githubusercontent.com/f-o-a-m/package-sets/b3ecf8e8e4e1a35ba97fcb7e9f2858d14ee6a912/purs-0.15.7-web3.dhall
sha256:ce57fd949b7cd331d7c61ff45283e35983dd5797b3f17616dd69f8bc06f54784
with eth-core.version = "v10.0.0"
with web3.version = "v6.0.0"

let overrides = {=}

Expand Down

0 comments on commit 6eb4f96

Please sign in to comment.