This repository was archived by the owner on Apr 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 585
API on 1317 port returns 'Not implemented' response for all requests #1678
Unanswered
AlexAkulov
asked this question in
Q&A
-
Hi guys! I've started ethermint v0.20.0 tag it works fine in Metamask.
Now I'm trying to connect some things like ethermint-explorer and https://github.com/luniehq/lunie-light which are using api port 1317.
I have enabled it in app.toml but any requests return Not implemented response.
Whats wrong and how to fix it?
curl "http://localhost:1317/blocks/latest"
{
"code": 12,
"message": "Not Implemented",
"details": [
]
}
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
I figured out that these tools is not developed for a long time and use legacy api that is not supported more.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment