forked from keep-starknet-strange/gomu-gomu-no-gatling
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathv2.1.0.yaml
36 lines (29 loc) · 946 Bytes
/
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
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:
num_erc20_transfers: 100
num_erc721_mints: 100
concurrency: 5
report:
num_blocks: 3
reports_dir: "reports"
deployer:
salt: "1"
address: "0x0000000000000000000000000000000000000000000000000000000000000004"
signing_key: "0x00c1cf1490de1352865301bb8705143f3ef938f97fdf892f1090dcb5ac7bcd1d"