graph-node icon indicating copy to clipboard operation
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?

Open flashdana opened this issue 3 years ago • 1 comments

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?

image image

flashdana avatar Jun 09 '22 02:06 flashdana

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 image image these two must be the same value

MetaverseMan avatar Sep 23 '22 08:09 MetaverseMan