prysm-pulse/sharding/params/chainConfig.go
Raul Jordan dd384d3a22 sharding: refactor based on new design doc
Former-commit-id: b2defb3e277217d0d5bef86f1d4078668791d251 [formerly 6a6bd5c309442805ccac942325e0feef69dd17ab]
Former-commit-id: 2a26568478ed072db7c8e299eb40644b1c7c10d2
2018-06-02 18:29:35 -04:00

8 lines
120 B
Go

package params
import "github.com/ethereum/go-ethereum/common"
type ShardConfig struct {
SMCAddress common.Address
}