Skip to content

Commit

Permalink
update public eth url used in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcgary committed Jan 10, 2025
1 parent 27f9c1b commit 9d78404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/multicall/multicall_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/stretchr/testify/assert"
)

const ethNodeURL = "https://eth.drpc.org"
const ethNodeURL = "https://ethereum-rpc.publicnode.com"

func setupClient(t *testing.T) *ethclient.Client {
client, err := ethclient.Dial(ethNodeURL)
Expand Down

0 comments on commit 9d78404

Please sign in to comment.