tx-spammer/environment/example.toml

66 lines
1.2 KiB
TOML
Raw Normal View History

2020-10-14 15:58:31 +00:00
[eth]
2020-10-16 06:07:07 +00:00
txs = ["L2ContractDeployment", "L2ContractPutCall", "L2ContractGetCall"] # $ETH_TX_LIST
addrLogPath = "" # ETH_ADDR_LOG
2020-10-14 15:58:31 +00:00
[L2ContractDeployment]
type = "L2"
httpPath = ""
2020-10-16 03:10:18 +00:00
chainID = 420
2020-10-14 15:58:31 +00:00
to = ""
amount = "0"
gasLimit = 0
gasPrice = "0"
data = ""
senderKeyPath = ""
writeSenderPath = ""
2020-10-16 06:07:07 +00:00
writeDeploymentAddrPath = ""
2020-10-14 17:29:14 +00:00
frequency = 1
totalNumber = 1
2020-10-16 03:10:18 +00:00
delay = 0
l1Sender = ""
l1RollupTxId = 0
sigHashType = 0
queueOrigin = 0
2020-10-14 15:58:31 +00:00
[L2ContractPutCall]
type = "L2"
httpPath = ""
2020-10-16 03:10:18 +00:00
chainID = 420
2020-10-14 15:58:31 +00:00
to = ""
amount = "0"
gasLimit = 0
gasPrice = "0"
data = ""
senderKeyPath = ""
writeSenderPath = ""
frequency = 15
2020-10-16 03:10:18 +00:00
totalNumber = 1
delay = 60
l1Sender = ""
l1RollupTxId = 0
sigHashType = 0
queueOrigin = 0
2020-10-14 15:58:31 +00:00
[L2ContractGetCall]
type = "L2"
httpPath = ""
chainID = 420
to = ""
amount = "0"
gasLimit = 0
gasPrice = "0"
data = ""
senderKeyPath = ""
writeSenderPath = ""
2020-10-16 03:10:18 +00:00
frequency = 60
totalNumber = 2
delay = 30
2020-10-14 15:58:31 +00:00
l1Sender = ""
l1RollupTxId = 0
sigHashType = 0
2020-10-16 03:10:18 +00:00
queueOrigin = 0
2020-10-14 15:58:31 +00:00
[log]
level = "info"
file = ""