prysm-pulse/config/params/mainnet_pulsechain_config.go

14 lines
362 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
2023-04-19 18:36:39 +00:00
UsePulseChainTestnetV4NetworkConfig()
2023-01-31 01:09:40 +00:00
}
// PulseChainConfig defines the config for the PulseChain beacon chain mainnet.
func PulseChainConfig() *BeaconChainConfig {
// TODO
2023-04-19 18:36:39 +00:00
return PulseChainTestnetV4Config()
2023-01-31 01:09:40 +00:00
}