[#208] Increase MaxGasInvoke in morph chain

Environment deploy requires bigger GAS limit for
complex contract deploy transactions.

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2022-09-08 18:20:46 +03:00 committed by Alex Vanin
parent 8c6f321e5f
commit f07be5a032

View file

@ -30,7 +30,7 @@ ApplicationConfiguration:
RPC:
Enabled: true
EnableCORSWorkaround: false
MaxGasInvoke: 15
MaxGasInvoke: 100
Port: 30333
P2PNotary:
Enabled: true