Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
avkos committed Aug 22, 2024
1 parent 5634ee7 commit 53e938b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web3-plugin-zksync",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"description": "web3.js plugin for ZkSync",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export const RawBlockTransactionSchema = {
value: { format: 'uint' },
},
},
received_timestamp_ms: { format: 'string' },
received_timestamp_ms: { format: 'number' },
raw_bytes: { format: 'string' },
},
};
Expand Down

0 comments on commit 53e938b

Please sign in to comment.