Add post-Merge fixtures and refactor #6

Merged
roysc merged 13 commits from new-fixtures into main 2024-07-08 06:35:30 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 645cb4c8a7 - Show all commits

View File

@ -9,7 +9,7 @@ import (
"github.com/ethereum/go-ethereum/core/vm"
"github.com/ethereum/go-ethereum/triedb"
"github.com/cerc-io/eth-testing/chaindata/mainnet"
"github.com/cerc-io/eth-testing/chains/mainnet"
)
func TestLoadChain(t *testing.T) {

View File

@ -1,7 +1,7 @@
package small
import (
"github.com/cerc-io/eth-testing/chaindata"
"github.com/cerc-io/eth-testing/chains"
)
var (

View File

@ -1,7 +1,7 @@
package small2
import (
"github.com/cerc-io/eth-testing/chaindata"
"github.com/cerc-io/eth-testing/chains"
"github.com/cerc-io/eth-testing/utils"
)