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 was 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
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 thedownloadGenesismethodaries-mobile-agent-react-native/src/agent/genesis-utils.ts
Lines 12 to 18 in 03c5228