We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6012e6 commit e2698baCopy full SHA for e2698ba
1 file changed
profiles/evm_transfer_write_file.json
@@ -0,0 +1,33 @@
1
+{
2
+ "chainId": 713714,
3
+ "seiChainId": "sei-chain",
4
+ "endpoints": [
5
+ "http://127.0.0.1:8545"
6
+ ],
7
+ "accounts": {
8
+ "count": 5000,
9
+ "newAccountRate": 0.0
10
+ },
11
+ "scenarios": [
12
+ {
13
+ "name": "EVMTransfer",
14
+ "weight": 1
15
+ }
16
17
+ "settings": {
18
+ "workers": 1,
19
+ "tps": 0,
20
+ "statsInterval": "5s",
21
+ "bufferSize": 1000,
22
+ "dryRun": false,
23
+ "debug": false,
24
+ "trackReceipts": false,
25
+ "trackBlocks": false,
26
+ "trackUserLatency": false,
27
+ "prewarm": false,
28
+ "rampUp": false,
29
+ "txsDir": "/home/ubuntu/load_txs",
30
+ "targetGas": 30000000,
31
+ "numBlocksToWrite": 1000
32
33
0 commit comments