Move Shared/Params Into Config/Params (#9642)

* config params into pkg

* gaz

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
Raul Jordan
2021-09-21 14:59:25 -05:00
committed by GitHub
parent 26893bcb8c
commit f3d6dbcc1e
547 changed files with 589 additions and 589 deletions

View File

@@ -16,8 +16,8 @@ import (
"testing"
"time"
"github.com/prysmaticlabs/prysm/config/params"
eth "github.com/prysmaticlabs/prysm/proto/prysm/v1alpha1"
"github.com/prysmaticlabs/prysm/shared/params"
e2e "github.com/prysmaticlabs/prysm/testing/endtoend/params"
e2etypes "github.com/prysmaticlabs/prysm/testing/endtoend/types"
"github.com/prysmaticlabs/prysm/time/slots"