-
Notifications
You must be signed in to change notification settings - Fork 578
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Canto - update explorer and RPC #871
base: master
Are you sure you want to change the base?
Conversation
updated to match docs: https://docs.canto.io/user-guides/connecting-to-canto
Codecov Report
@@ Coverage Diff @@
## master #871 +/- ##
=======================================
Coverage 40.84% 40.84%
=======================================
Files 22 22
Lines 1956 1956
Branches 173 173
=======================================
Hits 799 799
Misses 1148 1148
Partials 9 9 |
@@ -1659,10 +1659,10 @@ | |||
"network": "mainnet", | |||
"multicall": "0x9787792A1020B00fb65191754c3D87c89Bf36444", | |||
"rpc": [ | |||
"https://canto.neobase.one" | |||
"https://canto.gravitychain.io" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ColinPlatt this node is not a archive node. is there some other full archive node?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried those in here, https://docs.canto.io/user-guides/connecting-to-canto but no luck
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I get this error for example
fullArchiveNodeStart Error: processing response error (body="{\"jsonrpc\":\"2.0\",\"id\":45,\"error\":{\"code\":-32000,\"message\":\"couldn't fetch balance. Node state is pruned\"}}\n", error={"code":-32000}, requestBody="{\"method\":\"eth_getBalance\",\"params\":[\"0x9787792a1020b00fb65191754c3d87c89bf36444\",\"0x3df194\"],\"id\":45,\"jsonrpc\":\"2.0\"}", requestMethod="POST", url="https://canto.gravitychain.io", code=SERVER_ERROR, version=web/5.6.0)
updated to match docs: https://docs.canto.io/user-guides/connecting-to-canto
Fixes # .
Changes proposed in this pull request: