-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathv2.1.0.yaml
44 lines (37 loc) · 1.12 KB
/
v2.1.0.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
rpc:
url: "http://localhost:9944"
setup:
erc20_contract:
v1:
path: contracts/v2.1.0/openzeppelin_ERC20.sierra.json
casm_path: contracts/v2.1.0/openzeppelin_ERC20.casm.json
erc721_contract:
v1:
path: contracts/v2.1.0/openzeppelin_ERC721.sierra.json
casm_path: contracts/v2.1.0/openzeppelin_ERC721.casm.json
account_contract:
v1:
path: contracts/v2.1.0/openzeppelin_Account.sierra.json
casm_path: contracts/v2.1.0/openzeppelin_Account.casm.json
fee_token_address: "0x049d36570d4e46f48e99674bd3fcc84644ddd6b96f7c741b1562b82f9e004dc7"
num_accounts: 1
chain_id: "SN_GOERLI"
run:
concurrency: 5
shooters:
- name: "transfer"
shoot: 100
- name: "mint"
shoot: 100
read_benches:
- name: "Get Events"
num_requests: 100
method: "starknet_getEvents"
parameters_location: "config/read_params/get_events.json"
report:
num_blocks: 3
output_location: "report"
deployer:
salt: "1"
address: "0x0000000000000000000000000000000000000000000000000000000000000004"
signing_key: "0x00c1cf1490de1352865301bb8705143f3ef938f97fdf892f1090dcb5ac7bcd1d"