Skip to content

Commit

Permalink
set fee to 0 if placing orders
Browse files Browse the repository at this point in the history
  • Loading branch information
dydxwill committed Oct 12, 2023
1 parent 8edc1d0 commit acd7bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v4-client-py/v4_client_py/clients/modules/post.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def send_message(
gas_limit=gas_limit,
memo=None,
broadcast_mode=broadcast_mode if (broadcast_mode != None) else self.default_broadcast_mode(msg),
fee="0dv4tnt" if zeroFee else "5000dv4tnt",
)

def place_order(
Expand Down

0 comments on commit acd7bf7

Please sign in to comment.