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
Last configured version was intended to be sourced from the
cardano-node config, yet it's currently coming from genesis.
Fixes#454
(cherry picked from commit 5a621c2)
Environment
Platform
Platform version:
Runtime
Steps to reproduce the bug
na
What is the expected behavior?
https://github.com/input-output-hk/cardano-graphql/blob/804d02bd0df6ffc477c7d274d4004a69b9ceb0bb/packages/api-cardano-db-hasura/src/CardanoNodeClient.ts#L33
expects to be provided from:
https://github.com/input-output-hk/cardano-graphql/blob/804d02bd0df6ffc477c7d274d4004a69b9ceb0bb/config/network/mainnet/cardano-node/config.json#L7
but is instead being provided from:
https://github.com/input-output-hk/cardano-graphql/blob/804d02bd0df6ffc477c7d274d4004a69b9ceb0bb/config/network/mainnet/genesis/shelley.json#L6
The text was updated successfully, but these errors were encountered: