-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathnodes.toml
50 lines (38 loc) · 1.04 KB
/
nodes.toml
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
45
46
47
48
49
50
# configurations/contract_store_spam/nodes.toml
chain = "mantra-canary-net-1"
channel = "channel-1"
denom = "uom"
prefix = "mantra"
gas_per_byte = 100
base_gas = 200000
ibc_memo = "Contract store spam test"
memo = "Storing compiled contract with randomized memo"
ibc_memo_repeat = 10
rand_min = 15000
rand_max = 30000
revision_number = 4
timeout_height = 21720608
slip44 = 118
positions = 50 # Number of positions to use from the seed phrase
broadcast_mode = "grpc" # or "rpc"
msg_type = "bank_send"
[msg_params]
# if this field is left blank as "", meteorite will send to random accounts endlessly
to_address = ""
amount = 1
#[msg_params]
wasm_file = "/Users/faddat/meteorite/target/wasm32-unknown-unknown/release/statefilestore.wasm"
label = "statefilestore"
#msg_type = "instantiate_contract"
#[msg_params]
#code_id = 1830
#label = "statefilestore"
#init_msg = '{}'
#amount = 1000
[gas]
low = 25
precision = 3
[nodes]
rpc = ["http://127.0.0.1:26657"]
api = "http://localhost:1317"
grpc = "localhost:9090"