Skip to content

Commit

Permalink
chore: test
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Sep 17, 2024
1 parent df8784e commit 4d200e1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions e2etest/test_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 4d200e1

Please sign in to comment.