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-03-23 21:15:07 +00:00
UsePulseChainTestnetV3NetworkConfig()
2023-01-31 01:09:40 +00:00
}
// PulseChainConfig defines the config for the PulseChain beacon chain mainnet.
func PulseChainConfig() *BeaconChainConfig {
// TODO
2023-03-23 21:15:07 +00:00
return PulseChainTestnetV3Config()
2023-01-31 01:09:40 +00:00
}