Skip to content

Commit

Permalink
fix: new rpc endpoint for flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Jan 15, 2025
1 parent 7449213 commit 8a17698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/indexer/restakedStrategies_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ func Test_IndexerRestakedStrategies(t *testing.T) {
t.Fatal(err)
}

baseUrl := "http://185.26.8.65:8545"
baseUrl := "https://winter-white-crater.ethereum-holesky.quiknode.pro/1b1d75c4ada73b7ad98e1488880649d4ea637733/"
ethConfig := ethereum.DefaultNativeCallEthereumClientConfig()
ethConfig.BaseUrl = baseUrl

Expand Down

0 comments on commit 8a17698

Please sign in to comment.