From 85e1c07870396f879420d9f9d7f083bb7fb01ec8 Mon Sep 17 00:00:00 2001 From: AnieeG Date: Mon, 30 Sep 2024 14:44:07 -0700 Subject: [PATCH] change --- integration-tests/smoke/ccip_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/smoke/ccip_test.go b/integration-tests/smoke/ccip_test.go index 819640c7ae..393afae5e0 100644 --- a/integration-tests/smoke/ccip_test.go +++ b/integration-tests/smoke/ccip_test.go @@ -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)