Skip to content

Commit

Permalink
fix mock dapp contract
Browse files Browse the repository at this point in the history
  • Loading branch information
huangzhiran committed Jan 7, 2025
1 parent 6bae0b7 commit 21b3949
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions e2e/e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"encoding/hex"
"encoding/json"
"log"
"log/slog"
"math/big"
"os"
"runtime"
Expand Down Expand Up @@ -49,6 +50,7 @@ func TestE2E(t *testing.T) {

// Deploy contract to local chain
contracts, err := services.DeployContract(chainEndpoint, payerHex)
slog.Error("failed to DeployContract", "error", err)
require.NoError(t, err)

// Setup clickhouse
Expand Down

0 comments on commit 21b3949

Please sign in to comment.