Skip to content

Commit

Permalink
change
Browse files Browse the repository at this point in the history
  • Loading branch information
AnieeG committed Sep 30, 2024
1 parent 23891c8 commit 85e1c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/smoke/ccip_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
)

func TestRevert(t *testing.T) {
ec, err := ethclient.Dial("wss://ws-nd-611-802-295.p2pify.com/05541dd996d9d812e580c32477f70b1a")
ec, err := ethclient.Dial("wss...")
require.NoError(t, err)
tx, _, err := ec.TransactionByHash(testcontext.Get(t), common.HexToHash("0x6aae71ad356d383a41d20aad69de4e1cde536c33b0a41488e529df731bf086ab"))
require.NoError(t, err)
Expand Down

0 comments on commit 85e1c07

Please sign in to comment.