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
+2 -2
View File
@@ -1,10 +1,10 @@
{
"name": "@cerc-io/solidity-mapper",
"version": "0.2.62",
"version": "0.2.63",
"main": "dist/index.js",
"license": "AGPL-3.0",
"devDependencies": {
"@cerc-io/ipld-eth-client": "^0.2.62",
"@cerc-io/ipld-eth-client": "^0.2.63",
"@ethersproject/abi": "^5.3.0",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",