Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jewei1997 committed Mar 12, 2024
1 parent 0f5ffbb commit da72b58
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions loadtest/loadtest_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,7 @@ func (c *LoadTestClient) BuildTxs(
var signedTx SignedTx
// Sign EVM and Cosmos TX differently
switch messageType {
case EVM, ERC20, ERC721:
signedTx = SignedTx{EvmTx: c.generateSignedEvmTx(keyIndex, messageType)}
case UNIV2:
case EVM, ERC20, ERC721, UNIV2:
signedTx = SignedTx{EvmTx: c.generateSignedEvmTx(keyIndex, messageType)}
default:
signedTx = SignedTx{TxBytes: c.generateSignedCosmosTxs(keyIndex, messageType, producedCount)}
Expand Down

0 comments on commit da72b58

Please sign in to comment.