prysm-pulse/config/params/mainnet_pulsechain_config.go

14 lines
358 B
Go
Raw Normal View History

2023-01-31 01:09:40 +00:00
package params
// UsePulseChainNetworkConfig uses the PulseChain beacon chain mainnet network config.
func UsePulseChainNetworkConfig() {
// TODO
UsePulseChainTestnetNetworkConfig()
}
// PulseChainConfig defines the config for the PulseChain beacon chain mainnet.
func PulseChainConfig() *BeaconChainConfig {
// TODO
return PulseChainTestnetConfig()
}