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
I added some code to log the raw response from the API, and to my surprise, I got a message saying the Cardano testnet network has been decommissioned. Here's the snippet where I logged the response in the AddressUTXOs function:
And here's the message I got: {"status_code":400,"error":"Bad Request","message":"Cardano testnet network has been decommissioned."}
I initially thought this was an issue with the library, but then I realized it was just the API response to my request. Maybe we could update the library or its documentation to give a heads up about the testnet situation? It could save others some time and confusion.
Thanks!
The text was updated successfully, but these errors were encountered:
Hey there!
I added some code to log the raw response from the API, and to my surprise, I got a message saying the Cardano testnet network has been decommissioned. Here's the snippet where I logged the response in the AddressUTXOs function:
And here's the message I got:
{"status_code":400,"error":"Bad Request","message":"Cardano testnet network has been decommissioned."}
I initially thought this was an issue with the library, but then I realized it was just the API response to my request. Maybe we could update the library or its documentation to give a heads up about the testnet situation? It could save others some time and confusion.
Thanks!
The text was updated successfully, but these errors were encountered: