forked from TrueCloudLab/frostfs-dev-env
[#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:
parent
8c6f321e5f
commit
f07be5a032
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ ApplicationConfiguration:
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
MaxGasInvoke: 15
|
MaxGasInvoke: 100
|
||||||
Port: 30333
|
Port: 30333
|
||||||
P2PNotary:
|
P2PNotary:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
Loading…
Reference in a new issue