Hi, I received this error "Failed to check for transaction receipt" and I resolved it by changing "apothemxdcpayrpc.blocksscan.io" to "erpc.apothem.network" as suggested in one of the thread.
As we are planning to deploy our dApp in XDC Private Network for our use case, Is that the RPC Endpoint is avilable in XDC Private Network as well? If not, how to resolve this error in Private Network?
Thanks in advance.
Discussion (2)
Yes on the XDC Private network also you can setup ERPC which is 0x prefix enabled RPC you just need to add --enable-0x-prefix flag in your runs.sh script github.com/XinFinOrg/Local_DPoS_Se...
For more details on setting up a private XDC Network check out the detailed guide xdc.dev/raghuram/xdc-private-block...
Got it. Thank you.