forked from TrueCloudLab/frostfs-dev-env
Alex Vanin
f07be5a032
Environment deploy requires bigger GAS limit for complex contract deploy transactions. Signed-off-by: Alex Vanin <a.vanin@yadro.com>
48 lines
1,009 B
YAML
48 lines
1,009 B
YAML
ProtocolConfiguration:
|
|
Magic: 15405
|
|
MaxTraceableBlocks: 200000
|
|
SecondsPerBlock: 1
|
|
MemPoolSize: 50000
|
|
StandbyCommittee:
|
|
- 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
|
|
ValidatorsCount: 1
|
|
SeedList:
|
|
- 172.200.0.1:20333
|
|
VerifyBlocks: true
|
|
VerifyTransactions: true
|
|
StateRootInHeader: true
|
|
P2PSigExtensions: true
|
|
|
|
ApplicationConfiguration:
|
|
DBConfiguration:
|
|
Type: "boltdb"
|
|
BoltDBOptions:
|
|
FilePath: "./db/morph.bolt"
|
|
NodePort: 20333
|
|
Relay: true
|
|
DialTimeout: 3
|
|
ProtoTickInterval: 2
|
|
PingInterval: 30
|
|
PingTimeout: 90
|
|
MaxPeers: 10
|
|
AttemptConnPeers: 5
|
|
MinPeers: 0
|
|
RPC:
|
|
Enabled: true
|
|
EnableCORSWorkaround: false
|
|
MaxGasInvoke: 100
|
|
Port: 30333
|
|
P2PNotary:
|
|
Enabled: true
|
|
UnlockWallet:
|
|
Path: "./wallets/node-wallet.json"
|
|
Password: "one"
|
|
Prometheus:
|
|
Enabled: true
|
|
Port: 20001
|
|
Pprof:
|
|
Enabled: true
|
|
Port: 20011
|
|
UnlockWallet:
|
|
Path: "./wallets/node-wallet.json"
|
|
Password: "one"
|