Skip to content

Commit

Permalink
taiko token test fix cont.
Browse files Browse the repository at this point in the history
  • Loading branch information
mskrzypkows committed Oct 28, 2024
1 parent 8b3a2f7 commit b454603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/taiko-client/proposer/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (s *ProposerTestSuite) TestNewConfigFromCliContext() {
s.Equal(l2Endpoint, c.L2Endpoint)
s.Equal(taikoL1, c.TaikoL1Address.String())
s.Equal(taikoL2, c.TaikoL2Address.String())
if taikoToken != "" {
if taikoToken != "0x0000000000000000000000000000000000000000" {
s.Equal(taikoToken, c.TaikoTokenAddress.String())
}
s.Equal(goldenTouchAddress, crypto.PubkeyToAddress(c.L1ProposerPrivKey.PublicKey))
Expand Down

0 comments on commit b454603

Please sign in to comment.