Skip to content

Commit

Permalink
reduce TRC20_FEE_LIMIT
Browse files Browse the repository at this point in the history
Reduce the amount of TRX that gets send to wallets for gas fees.
100 TRX is rather high and exceeds what would be a reasonable gas
fee.
  • Loading branch information
joequant committed May 6, 2023
1 parent a8e66be commit 20035ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exchange/settings/crypto.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
]

TRX_NET_FEE = 3_000_000 # 3 TRX
TRC20_FEE_LIMIT = 100_000_000 # 100 TRX
TRC20_FEE_LIMIT = 30_000_000 # 30 TRX
TRX_BLOCK_GENERATION_TIME = 3
TRX_TRC20_ACCUMULATION_PERIOD = 5 * 60.0

Expand Down

0 comments on commit 20035ed

Please sign in to comment.