forked from zenon-network/go-zenon
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
HyperCore.One is spinning up a testnet. While existing sporks can be specified in genesis config, we will not be able to create sporks with the same IDs as on mainnet. The initial liquidity admin address is also hardcoded, and we need to be able to configure it.
Describe the solution you'd like
Allow the definition of constant overrides in config.json and make sporkIds and and initial liquidity admin address to look for those overrides before using the existing hardcoded values as defaults.
Describe alternatives you've considered
We could have a custom binary for testnets with tesnet-specific code patches. But this seems inferior in all regards.
Additional context
n/a
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
🏗 In progress