Skip to content

Commit

Permalink
Merge pull request #138 from joequant/dev/reduce-trx-fee
Browse files Browse the repository at this point in the history
Dev/reduce trx fee
  • Loading branch information
GreemDark authored May 11, 2023
2 parents 8be2f34 + 20035ed commit 482fb76
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 482fb76

Please sign in to comment.