Skip to content

Commit

Permalink
fix: update based on coderabbit feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-bisonai committed Dec 7, 2024
1 parent 58a7350 commit d7ddf8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reporter.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
DATABASE_URL: "postgresql://postgres:postgres@localhost:5432/miko-test?search_path=public"
REDIS_HOST: "localhost"
REDIS_PORT: "6379"
KAIA_WEBSOCKET_URL: "wss://public-en-baobab.klaytn.net/ws"
KAIA_WEBSOCKET_URL: "wss://public-en-kairos.node.kaia.io/ws"
KAIA_PROVIDER_URL: "https://public-en-kairos.node.kaia.io"
KAIA_REPORTER_PK: ${{ secrets.TEST_DELEGATOR_REPORTER_PK}}
SUBMISSION_PROXY_CONTRACT: "0xE2bA32d006e6FEd86AeA2502C561540c28CF65e9"
Expand Down
3 changes: 1 addition & 2 deletions node/pkg/chain/helper/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,7 @@ func (t *ChainHelper) SubmitDelegatedFallbackDirect(ctx context.Context, contrac
if err != nil {
return err
}

log.Debug().Int("nonce", int(nonce)).Msg("nonce")
log.Debug().Uint64("nonce", nonce).Msg("nonce")

tx, err := utils.MakeFeeDelegatedTx(ctx, t.client, contractAddress, t.wallet, functionString, t.chainID, nonce, args...)
if err != nil {
Expand Down

0 comments on commit d7ddf8c

Please sign in to comment.