ProtocolConfiguration:
  Magic: 15405
  MaxTraceableBlocks: 200000
  TimePerBlock: 1s
  MemPoolSize: 50000
  StandbyCommittee:
    - 02b3622bf4017bdfe317c58aed5f4c753f206b7db896046fa7d774bbc4bf7f8dc2
  ValidatorsCount: 1
  SeedList:
    - 0.0.0.0:20333
  VerifyTransactions: true
  StateRootInHeader: true
  P2PSigExtensions: true

ApplicationConfiguration:
  SkipBlockVerification: false
  DBConfiguration:
    Type: "boltdb"
    BoltDBOptions:
      FilePath: "./db/morph.bolt"
  P2P:
    Addresses:
      - ":20333"
    DialTimeout: 3s
    ProtoTickInterval: 2s
    PingInterval: 30s
    PingTimeout: 90s
    MaxPeers: 10
    AttemptConnPeers: 5
    MinPeers: 0
  Relay: true
  Consensus:
    Enabled: true
    UnlockWallet:
      Path: "./wallets/node-wallet.json"
      Password: "one"
  RPC:
    Addresses:
      - "0.0.0.0:30333"
    Enabled: true
    SessionEnabled: true
    EnableCORSWorkaround: false
    MaxGasInvoke: 100
  P2PNotary:
    Enabled: true
    UnlockWallet:
      Path: "./wallets/node-wallet.json"
      Password: "one"