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
{{ message }}
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
With the renaming of name -> to id in the 0.2.2 starship devnet helm chart, the following error thrown when calling useRegistry and a few other helpers:
Error: Bad response
at /../node_modules/@chain-registry/client/main/fetcher.js:20:13
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
TypeError: Cannot read properties of undefined (reading 'ports')
at creditFromFaucet (/../node_modules/starshipjs/hooks.js:55:105)
at <anonymous> (/../src/setup.test.ts:61:9)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
With the renaming of
name
-> toid
in the 0.2.2 starship devnet helm chart, the following error thrown when callinguseRegistry
and a few other helpers:Applying this patch resolves the error:
The text was updated successfully, but these errors were encountered: