example config file
This commit is contained in:
parent
9a34f52d10
commit
c2efa1496a
92
environment/example.toml
Normal file
92
environment/example.toml
Normal file
@ -0,0 +1,92 @@
|
|||||||
|
[eth]
|
||||||
|
txs = ["L2ContractPutCall", "L2ContractGetCall"]
|
||||||
|
|
||||||
|
[L2ContractDeployment]
|
||||||
|
type = "L2"
|
||||||
|
httpPath = ""
|
||||||
|
to = ""
|
||||||
|
amount = "0"
|
||||||
|
gasLimit = 0
|
||||||
|
gasPrice = "0"
|
||||||
|
data = ""
|
||||||
|
senderKeyPath = ""
|
||||||
|
writeSenderPath = ""
|
||||||
|
frequency = 15
|
||||||
|
totalNumber = 1500
|
||||||
|
chainID = 420
|
||||||
|
|
||||||
|
[L2ContractPutCall]
|
||||||
|
type = "L2"
|
||||||
|
httpPath = ""
|
||||||
|
to = ""
|
||||||
|
amount = "0"
|
||||||
|
gasLimit = 0
|
||||||
|
gasPrice = "0"
|
||||||
|
data = ""
|
||||||
|
senderKeyPath = ""
|
||||||
|
writeSenderPath = ""
|
||||||
|
frequency = 15
|
||||||
|
totalNumber = 1500
|
||||||
|
chainID = 420
|
||||||
|
|
||||||
|
[L2ContractGetCall]
|
||||||
|
type = "L2"
|
||||||
|
httpPath = ""
|
||||||
|
to = ""
|
||||||
|
amount = "0"
|
||||||
|
gasLimit = 0
|
||||||
|
gasPrice = "0"
|
||||||
|
data = ""
|
||||||
|
senderKeyPath = ""
|
||||||
|
writeSenderPath = ""
|
||||||
|
frequency = 15
|
||||||
|
totalNumber = 1500
|
||||||
|
chainID = 420
|
||||||
|
|
||||||
|
[GethTx]
|
||||||
|
type = "geth"
|
||||||
|
httpPath = ""
|
||||||
|
to = ""
|
||||||
|
amount = "0"
|
||||||
|
gasLimit = 0
|
||||||
|
gasPrice = "0"
|
||||||
|
data = ""
|
||||||
|
senderKeyPath = ""
|
||||||
|
writeSenderPath = ""
|
||||||
|
frequency = 0
|
||||||
|
totalNumber = 0
|
||||||
|
chainID = 1
|
||||||
|
|
||||||
|
[EIP1559]
|
||||||
|
type = "1559"
|
||||||
|
httpPath = ""
|
||||||
|
to = ""
|
||||||
|
amount = "0"
|
||||||
|
gasLimit = 0
|
||||||
|
gasPremium = "0"
|
||||||
|
feeCap = "0"
|
||||||
|
data = ""
|
||||||
|
senderKeyPath = ""
|
||||||
|
writeSenderPath = ""
|
||||||
|
frequency = 0
|
||||||
|
totalNumber = 0
|
||||||
|
|
||||||
|
[L1ToL2]
|
||||||
|
type = "L2"
|
||||||
|
httpPath = ""
|
||||||
|
to = ""
|
||||||
|
amount = "0"
|
||||||
|
gasLimit = 0
|
||||||
|
gasPrice = "0"
|
||||||
|
data = ""
|
||||||
|
senderKeyPath = ""
|
||||||
|
writeSenderPath = ""
|
||||||
|
l1Sender = ""
|
||||||
|
l1RollupTxId = 0
|
||||||
|
sigHashType = 0
|
||||||
|
frequency = 0
|
||||||
|
totalNumber = 0
|
||||||
|
|
||||||
|
[log]
|
||||||
|
level = "info"
|
||||||
|
file = ""
|
Loading…
Reference in New Issue
Block a user