Update requirements for higher bound of gas price (#458)
This commit is contained in:
parent
7a0ed3f699
commit
125b66b86d
@ -21,7 +21,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
GAS_PRICE_BOUNDARIES: {
|
GAS_PRICE_BOUNDARIES: {
|
||||||
MIN: 1,
|
MIN: 1,
|
||||||
MAX: 250
|
MAX: 1000
|
||||||
},
|
},
|
||||||
TRANSACTION_RESEND_TIMEOUT: 20 * 60 * 1000,
|
TRANSACTION_RESEND_TIMEOUT: 20 * 60 * 1000,
|
||||||
SENDER_QUEUE_MAX_PRIORITY: 10,
|
SENDER_QUEUE_MAX_PRIORITY: 10,
|
||||||
|
Loading…
Reference in New Issue
Block a user