mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-01-22 19:19:05 +00:00
3b090b3987
* Avoid gasPrice while serializing tx in getRawTransaction * Convert base fee to bigint when fetching block data * Fix methods to get block data in rpc-eth-client * Fix error checking in rpc-eth-client * Continue processig after missing null block in FEVM * Self review fix * Upgrade package versions --------- Co-authored-by: Nabarun <nabarun@deepstacksoft.com>
16 lines
263 B
JSON
16 lines
263 B
JSON
{
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"version": "0.2.51",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"registry": "https://git.vdb.to/api/packages/cerc-io/npm/",
|
|
"yes": true,
|
|
"from-git": true
|
|
}
|
|
}
|
|
}
|