github.com/iotexproject/iotex-core@v1.14.1-rc1/tools/bot/config.yaml (about)

     1  
     2  api:
     3    url: api.testnet.iotex.one:80
     4  log:
     5    zap:
     6      level: info
     7      encoding: json
     8      disableStacktrace: true
     9      outputPaths: ["stderr", "stdout"]
    10      errorOutputPaths: ["stderr"]
    11    stderrRedirectFile: /var/log/s.log
    12    stdLogRedirect: true
    13  
    14  runInterval: 20 #run once every 20 seconds
    15  gaslimit: 5000000
    16  gasprice: 1000000000000
    17  alertThreshold: 20
    18  transfer:
    19    signer: 0d4d9b248110257c575ef2e8d93dd53471d9178984482817dcbd6edb607f8cc5
    20    amountInRau: 0
    21  xrc20:
    22    contract: io1hhu3gwt5uankzl3zlp2cz8w0sl9uj336rq0334
    23    signer: 0d4d9b248110257c575ef2e8d93dd53471d9178984482817dcbd6edb607f8cc5
    24    amount: 1
    25  execution:
    26    contract: io1hxfy5pf0ykws7gk0mznt48jw5ejf47qqmje3dv
    27    signer: 0d4d9b248110257c575ef2e8d93dd53471d9178984482817dcbd6edb607f8cc5
    28    amount: 5 #amount should be bigger than sum of to's amount
    29    to:
    30      address: ["io1vdtfpzkwpyngzvx7u2mauepnzja7kd5rryp0sg","io1vdtfpzkwpyngzvx7u2mauepnzja7kd5rryp0sg"]
    31      amount: [1,1]