Skip to content

Commit

Permalink
first version
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Apr 18, 2024
1 parent f6ecc03 commit da4f275
Show file tree
Hide file tree
Showing 12 changed files with 788 additions and 2,042 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,27 @@
"url": "[email protected]:web3/web3.js-plugin-tx-eip4844.git"
},
"dependencies": {
"@chainsafe/ssz": "^0.14.0",
"@ethereumjs/rlp": "4",
"ethereum-cryptography": "^2.1.2",
"web3-eth-accounts": "^4.0.6",
"web3-utils": "^4.0.6",
"web3-validator": "^2.0.2"
"@ethereumjs/tx": "^5.3.0",
"web3": "^4.7.0",
"web3-eth": "^4.5.0",
"web3-eth-accounts": "^4.1.1",
"web3-rpc-methods": "^1.2.0",
"web3-utils": "^4.2.2"
},
"devDependencies": {
"@chainsafe/eslint-config": "^2.0.0",
"@ethereumjs/common": "^3.2.0",
"@ethereumjs/util": "^8.1.0",
"@ethereumjs/common": "^4.3.0",
"@ethereumjs/util": "^9.0.3",
"@types/jest": "^29.5.2",
"@types/node": "^20.2.6",
"crypto": "^1.0.1",
"eslint": "^8.51.0",
"jest": "^29.5.0",
"jest-extended": "^4.0.0",
"kzg-wasm": "^0.3.1",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"web3": "^4.1.2"
"typescript": "^5.1.3"
},
"peerDependencies": {}
}
23 changes: 0 additions & 23 deletions src/eip4844/const.ts

This file was deleted.

36 changes: 0 additions & 36 deletions src/eip4844/hardfork.ts

This file was deleted.

Loading

0 comments on commit da4f275

Please sign in to comment.