Skip to content

Commit

Permalink
fix chain ID
Browse files Browse the repository at this point in the history
  • Loading branch information
lumtis committed Feb 3, 2024
1 parent 34d7f9f commit 3491add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/localnet/orchestrator/smoketest/runner/zeta.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ func (sm *SmokeTestRunner) DepositZetaWithAmount(amount *big.Int) ethcommon.Hash
}

// query the chain ID using zevm client
zetaChainID, err := sm.GoerliClient.ChainID(sm.Ctx)
zetaChainID, err := sm.ZevmClient.ChainID(sm.Ctx)
if err != nil {
panic(err)
}
Expand Down

0 comments on commit 3491add

Please sign in to comment.