Skip to content

Commit

Permalink
Update eth-object (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en authored Jan 23, 2024
1 parent a07e1fa commit 19bb19b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dependencies": {
"bn.js": "^5.1.3",
"commander": "^5.1.0",
"eth-object": "https://github.com/aurora-is-near/eth-object#a84d1420fdde87a768b96c6a3b3d0ee435998f72",
"eth-object": "https://github.com/aurora-is-near/eth-object#378b8dbf44a71f7049666cea5a16ab88d45aed06",
"eth-util-lite": "near/eth-util-lite#master",
"ethereumjs-util": "^6.2.0",
"node-fetch": "^2.6.7",
Expand Down
2 changes: 1 addition & 1 deletion eth2near/eth2near-block-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"bn.js": "^5.1.3",
"eth-object": "https://github.com/aurora-is-near/eth-object#a84d1420fdde87a768b96c6a3b3d0ee435998f72",
"eth-object": "https://github.com/aurora-is-near/eth-object#378b8dbf44a71f7049666cea5a16ab88d45aed06",
"eth-util-lite": "near/eth-util-lite#master",
"@ethereumjs/block": "^3.4.0",
"merkle-patricia-tree": "^2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion near2eth/near2eth-block-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"dependencies": {
"bs58": "^4.0.1",
"eth-object": "https://github.com/aurora-is-near/eth-object#a84d1420fdde87a768b96c6a3b3d0ee435998f72",
"eth-object": "https://github.com/aurora-is-near/eth-object#378b8dbf44a71f7049666cea5a16ab88d45aed06",
"eth-util-lite": "near/eth-util-lite#master",
"ethereumjs-util": "^6.2.0",
"prom-client": "^13.0.0",
Expand Down
2 changes: 1 addition & 1 deletion near2eth/watchdog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"bridge"
],
"dependencies": {
"eth-object": "https://github.com/aurora-is-near/eth-object#a84d1420fdde87a768b96c6a3b3d0ee435998f72",
"eth-object": "https://github.com/aurora-is-near/eth-object#378b8dbf44a71f7049666cea5a16ab88d45aed06",
"eth-util-lite": "near/eth-util-lite#master",
"ethereumjs-tx": "^2.1.2",
"rainbow-bridge-utils": "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"bn.js": "^5.1.3",
"bs58": "^4.0.1",
"eth-object": "https://github.com/aurora-is-near/eth-object#a84d1420fdde87a768b96c6a3b3d0ee435998f72",
"eth-object": "https://github.com/aurora-is-near/eth-object#378b8dbf44a71f7049666cea5a16ab88d45aed06",
"eth-util-lite": "near/eth-util-lite#master",
"ethereumjs-util": "^6.2.0",
"rainbow-bridge-utils": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"bsert": "^0.0.10",
"change-case": "^4.1.1",
"configstore": "^5.0.1",
"eth-object": "https://github.com/aurora-is-near/eth-object#a84d1420fdde87a768b96c6a3b3d0ee435998f72",
"eth-object": "https://github.com/aurora-is-near/eth-object#378b8dbf44a71f7049666cea5a16ab88d45aed06",
"eth-util-lite": "near/eth-util-lite#master",
"lodash": "^4.17.20",
"near-api-js": "^1.1.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3191,9 +3191,9 @@ eth-lib@^0.1.26:
ws "^3.0.0"
xhr-request-promise "^0.1.2"

"eth-object@https://github.com/aurora-is-near/eth-object#a84d1420fdde87a768b96c6a3b3d0ee435998f72":
"eth-object@https://github.com/aurora-is-near/eth-object#378b8dbf44a71f7049666cea5a16ab88d45aed06":
version "1.0.3"
resolved "https://github.com/aurora-is-near/eth-object#a84d1420fdde87a768b96c6a3b3d0ee435998f72"
resolved "https://github.com/aurora-is-near/eth-object#378b8dbf44a71f7049666cea5a16ab88d45aed06"
dependencies:
eth-util-lite near/eth-util-lite#master
ethereumjs-util "^7.0.3"
Expand Down Expand Up @@ -6821,7 +6821,7 @@ quick-lru@^5.1.1:
bsert "^0.0.10"
change-case "^4.1.1"
configstore "^5.0.1"
eth-object "https://github.com/aurora-is-near/eth-object#a84d1420fdde87a768b96c6a3b3d0ee435998f72"
eth-object "https://github.com/aurora-is-near/eth-object#378b8dbf44a71f7049666cea5a16ab88d45aed06"
eth-util-lite near/eth-util-lite#master
lodash "^4.17.20"
near-api-js "^1.1.0"
Expand Down

0 comments on commit 19bb19b

Please sign in to comment.