Need some support!!
I'm trying to run Raiden docker image against my parity node. here is the command I use:docker run -it -p 5001:5001 --mount src=~/.local/share/io.parity.ethereum/keys/DevelopmentChain/,target=/keystore,type=bind raidennetwork/raiden:latest --keystore-path /keystore --network-id 5 --environment-type development --eth-rpc-endpoint http://<MY_PARITY_NODE>
When It launches, I get prompted with the two address that I have on my Keystore. And after choosing one and submitting the pw to decrypt it, I get this error:
Falling back to eth_sync api.
Invalid reply from pathfinding service https://pfs-goerli-with-fee.services-test.raiden.network
PFS is not operating on the same Token Network Registry (0x62436bbadB629498107278486C2A367FfdFEb2f3) as your node is (0x754b1Fa6bcb43F09557Eb5A212513F40A263DAF8).