Skip to content

Commit

Permalink
dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed May 15, 2024
1 parent 2282f94 commit fb25247
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 187 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-plugin-blob-tx",
"version": "1.0.0",
"version": "0.1.0",
"description": "Web3Js Plugin for Blob Transactions (EIP4844)",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -26,14 +26,14 @@
"@ethereumjs/tx": "^5.3.0",
"@ethereumjs/util": "^9.0.3",
"kzg-wasm": "^0.4.0",
"web3": "^4.8.0",
"web3-core": "^4.3.2",
"web3-errors": "^1.1.4",
"web3-eth": "^4.5.0",
"web3-rpc-methods": "^1.2.0",
"web3-types": "^1.6.0",
"web3-utils": "^4.2.2",
"web3-validator": "^2.0.5"
"web3": "^4.8.1-dev.866469d.0",
"web3-core": "^4.3.3-dev.866469d.0",
"web3-errors": "^1.1.5-dev.866469d.0",
"web3-eth": "^4.6.1-dev.866469d.0",
"web3-rpc-methods": "^1.2.1-dev.866469d.0",
"web3-types": "^1.6.1-dev.866469d.0",
"web3-utils": "^4.2.4-dev.866469d.0",
"web3-validator": "^2.0.6-dev.866469d.0"
},
"devDependencies": {
"@chainsafe/eslint-config": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions test/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ describe('Web3BlobTxPlugin Tests', () => {
from: '0x7ed0e85b8e1e925600b4373e6d108f34ab38a401',
to: '0x7ed0e85b8e1e925600b4373e6d108f34ab38a401',
value: '0x0',
gasLimit: 5000000,
gasLimit: 500000000,
maxPriorityFeePerGas: 22380075395,
maxFeePerGas: 22380075395,
maxFeePerBlobGas: 265500069017,
maxFeePerGas: 69596969873,
maxFeePerBlobGas: 2655000690170,
blobsData: ['any data text'],
};
expect(Number(await web3.blobTx.estimateGas(txData))).toBeGreaterThan(0);
Expand Down
Loading

0 comments on commit fb25247

Please sign in to comment.