Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stat committed Feb 12, 2025
1 parent bd8bd47 commit 59fe409
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ def create_token(self, wallet_provider: EvmWalletProvider, args: dict[str, Any])
encoded_data = contract.encode_abi("deploy", deploy_args)

tx = {
"to": HexStr(factory_address),
"data": HexStr(encoded_data),
"to": factory_address,
"data": encoded_data,
}

tx_hash = wallet_provider.send_transaction(tx)
Expand Down

0 comments on commit 59fe409

Please sign in to comment.