Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Genesis URL should be customizable  #3

@TimoGlastra

Description

@TimoGlastra

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

async function downloadGenesis(): Promise<string> {
const url = 'http://dev.greenlight.bcovrin.vonx.io/genesis'
const response = await axios.get(url)
return response.data
}

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions