graph-node
graph-node copied to clipboard
Hi, I am using it on a private chain, the chain id is 2559, and the rpc is https://www.kortho-chain.com. During the startup process, I am prompted that the current chain is not supported. What should I do?
Hi, I am using it on a private chain, the chain id is 2559, and the rpc is https://www.kortho-chain.com. During the startup process, I am prompted that the current chain is not supported. What should I do?
deploy one local private graphnode using your private-chain's rpc ,and then deploy your subgraph on your private graphnode you just make, and the docker or docker-compose way is recommended to deploy a private graphnode, you can learn from these:https://blog.csdn.net/qq_37106501/article/details/126975248 and https://thegraph.academy/developers/local-development/ https://github.com/graphprotocol/graph-node
it seems you have deployed a provate node, and as my experience, you may wrote different network name in your docker-compose.yaml and dataSources:network in your subgraph.yaml
these two must be the same value