road
road
my chain config ```js { type: 'Ethermint', ids: { chainId: 6102, cosmosChainId: 'cascadia_6102-1', }, name: "cascadia_6102-1", endpoint: { // make sure that CORS is enabled in rpc section in config.toml...
> But it works ```bash ~ » curl -H "Content-Type: application/json" -X POST --data '{"jsonrpc":"2.0","method":"eth_getBalance", \ "params":["0xB245E9659450cd5258857e3D01e6d26B8F4E7eA6", "latest"],"id":1}' https://testnet.cascadia.foundation {"jsonrpc":"2.0","id":1,"result":"0x3635c9adc5dea05208"} -------------------------------------------------------------------------------------------------------------- ~ » curl -H "Content-Type: application/json" -X POST --data...
> ``` > git clone https://github.com/learning-at-home/hivemind > cd hivemind > pip install -e . --no-use-pep517 > ``` > > I encountered the same error, and this worked for me. same...