From 4d200e1d1f1907459dbb39a4ac0b63fa74210aa3 Mon Sep 17 00:00:00 2001 From: RafilxTenfen Date: Tue, 17 Sep 2024 11:40:22 -0300 Subject: [PATCH] chore: test --- e2etest/test_manager.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/e2etest/test_manager.go b/e2etest/test_manager.go index 399cf58..771f4ae 100644 --- a/e2etest/test_manager.go +++ b/e2etest/test_manager.go @@ -6,15 +6,15 @@ import ( "encoding/hex" "encoding/json" "fmt" - "github.com/babylonlabs-io/vigilante/e2etest/container" - "github.com/btcsuite/btcd/txscript" - "go.uber.org/zap" "os" "os/exec" - "path/filepath" "testing" "time" + "github.com/babylonlabs-io/vigilante/e2etest/container" + "github.com/btcsuite/btcd/txscript" + "go.uber.org/zap" + pv "github.com/cosmos/relayer/v2/relayer/provider" bbnclient "github.com/babylonlabs-io/babylon/client/client" @@ -139,7 +139,7 @@ func StartManager(t *testing.T, numMatureOutputsInWallet uint32, epochInterval u require.NoError(t, err) // create Babylon client - cfg.Babylon.KeyDirectory = filepath.Join(tmpDir, "node0", "babylond") + cfg.Babylon.KeyDirectory = "/home/node0/babylond" cfg.Babylon.Key = "test-spending-key" // keyring to bbn node cfg.Babylon.GasAdjustment = 3.0