You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to fetch a contract, I'm getting a not found page. Running this project locally, I noticed that the error being raised is this:
Failed to get wasm id
{
code: -32602,
message: 'invalid parameters',
data: 'json: cannot unmarshal array into Go value of type methods.GetLedgerEntriesRequest'
}
Issue Description
When trying to fetch a contract, I'm getting a not found page. Running this project locally, I noticed that the error being raised is this:
Looks like https://steexp-api.fly.dev needs to be updated to support the latest protocol.
This is steexp:
And this is the same contract on stellar.expert:
The text was updated successfully, but these errors were encountered: