DiazRock
DiazRock
I'm having the same issue here, and this is my package.json ```json { "name": "virtual_gallery", "version": "0.1.0", "private": true, "dependencies": { "bootstrap": "^4.3.1", "jquery": "3.3.1", "react": "^16.4.0", "react-bootstrap": "^1.5.2", "react-dom":...
I changed `react` and `react-dom` to dev dependencies and it works. And I'm using version `17.0.2` of each of them.
Ok. I build the following json and it works: ```json { "api_key" : "kRl9TACrYmXaPKQ5sRm8on2lB7Pi03aG", "pools": [ { "name": "Elasbit testnet cardano pool", "pool_id": "0f9096930666d7c36f8b53577c84a3e92d0867be616132f0998e097b", "host" : "127.0.0.1", "port": 3001 }...
You can see my answer. It works, but cncli-sendtip point to another network magic. So I'm getting an error because of I'm pointing to another network magic number. How can...