config: add MaxGasInvoke to all configuration files

Limit the GAS available by default.
This commit is contained in:
Roman Khimov 2020-07-13 20:09:58 +03:00
parent 419d68329c
commit e21a36a705
8 changed files with 8 additions and 0 deletions

View file

@ -48,6 +48,7 @@ ApplicationConfiguration:
MinPeers: 5
RPC:
Enabled: true
MaxGasInvoke: 10
EnableCORSWorkaround: false
Port: 10332
TLSConfig:

View file

@ -44,6 +44,7 @@ ApplicationConfiguration:
MinPeers: 3
RPC:
Enabled: true
MaxGasInvoke: 10
EnableCORSWorkaround: false
Port: 30336
Prometheus:

View file

@ -44,6 +44,7 @@ ApplicationConfiguration:
MinPeers: 3
RPC:
Enabled: true
MaxGasInvoke: 10
EnableCORSWorkaround: false
Port: 30333
Prometheus:

View file

@ -44,6 +44,7 @@ ApplicationConfiguration:
MinPeers: 3
RPC:
Enabled: true
MaxGasInvoke: 10
EnableCORSWorkaround: false
Port: 30335
Prometheus:

View file

@ -44,6 +44,7 @@ ApplicationConfiguration:
MinPeers: 3
RPC:
Enabled: true
MaxGasInvoke: 10
EnableCORSWorkaround: false
Port: 30334
Prometheus:

View file

@ -44,6 +44,7 @@ ApplicationConfiguration:
MinPeers: 3
RPC:
Enabled: true
MaxGasInvoke: 10
EnableCORSWorkaround: false
Port: 20331
TLSConfig:

View file

@ -48,6 +48,7 @@ ApplicationConfiguration:
MinPeers: 5
RPC:
Enabled: true
MaxGasInvoke: 10
EnableCORSWorkaround: false
Port: 20332
TLSConfig:

View file

@ -43,6 +43,7 @@ ApplicationConfiguration:
MinPeers: 1
RPC:
Address: 127.0.0.1
MaxGasInvoke: 10
Enabled: true
EnableCORSWorkaround: false
Port: 0 # let the system choose port dynamically