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 Nov 14, 2022. It is now read-only.
The genesis url is hardcoded in genesis-utils.ts. This should (optimally) be an input paramater after which the app handles downloading of the genesis, or (less optimal, but okay) be a parameter in the downloadGenesis method
I am aware of this. My plan is to add dotenv support so testing on multiple networks will become easier. As the proposed change will only move the hardcoded url from one place to another, I don't think this is a high priority issue (correct me if I'm wrong). Therefore I think it's best to take on this issue and add dotenv support in one go.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The genesis url is hardcoded in
genesis-utils.ts
. This should (optimally) be an input paramater after which the app handles downloading of the genesis, or (less optimal, but okay) be a parameter in thedownloadGenesis
methodaries-mobile-agent-react-native/src/agent/genesis-utils.ts
Lines 12 to 18 in 03c5228
The text was updated successfully, but these errors were encountered: