Skip to content

Commit

Permalink
[PR-1816] Change the use of the Goerli network to the Sepolia network…
Browse files Browse the repository at this point in the history
… in the TestBlockByNumberAndHash test
  • Loading branch information
stefanalfbo authored and pnowosie committed May 8, 2024
1 parent 7b5e984 commit 576d342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blockchain/blockchain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ func TestHeight(t *testing.T) {
}

func TestBlockByNumberAndHash(t *testing.T) {
chain := blockchain.New(pebble.NewMemTest(t), &utils.Goerli)
chain := blockchain.New(pebble.NewMemTest(t), &utils.Sepolia)
t.Run("same block is returned for both GetBlockByNumber and GetBlockByHash", func(t *testing.T) {
client := feeder.NewTestClient(t, &utils.Mainnet)
gw := adaptfeeder.New(client)
Expand Down

0 comments on commit 576d342

Please sign in to comment.