From 26f8538dd734a4594c04a2b6331d91137cd4d9e1 Mon Sep 17 00:00:00 2001 From: Jayash Satolia Date: Tue, 24 Sep 2024 23:59:56 +0530 Subject: [PATCH] Log etherium node url --- tests/cli_tests/main_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/cli_tests/main_test.go b/tests/cli_tests/main_test.go index 3f2f4033b..b59f547e7 100644 --- a/tests/cli_tests/main_test.go +++ b/tests/cli_tests/main_test.go @@ -173,6 +173,9 @@ func TestMain(m *testing.M) { //nolint:gocyclo setupConfig() + log.Printf("Ethereum Node URL: %s", ethereumNodeURL) + fmt.Println("Ethereum Node URL: ", ethereumNodeURL) + tenderlyClient = tenderly.NewClient(ethereumNodeURL) // Create a session with AWS