Upgrade nitro-node and add Nitro config option for chain URL (#424)

* Upgrade @cerc-io/nitro-node dependency

* Add a separate config option for chain URL used by Nitro node

* Avoid adding ETH RPC method to request URL as no longer needed

* Update package versions
This commit is contained in:
prathamesh0
2023-10-05 11:28:13 +05:30
committed by GitHub
parent ae60bbe1ce
commit caa8da7090
17 changed files with 64 additions and 84 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cerc-io/cache",
"version": "0.2.62",
"version": "0.2.63",
"description": "Generic object cache",
"main": "dist/index.js",
"scripts": {