generated from refcell/femplate
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathscenario-rw-2.sh
33 lines (33 loc) · 971 Bytes
/
scenario-rw-2.sh
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
#!/bin/bash
# configuration for active pool
export NO_OF_ACTORS=100
export QUOTE_PRECISION=6
export COLLATERAL_PRECISION=8
export BUCKET_INDEX_ERC20=2000
export BUCKET_INDEX_ERC721=2000
export NO_OF_BUCKETS=8
export MIN_QUOTE_AMOUNT_ERC20=1000
# 1e24
export MAX_QUOTE_AMOUNT_ERC20=1000000000000000000000000
export MIN_COLLATERAL_AMOUNT_ERC20=1000
# 100
export MAX_COLLATERAL_AMOUNT_ERC20=10000000000000000000
export MIN_QUOTE_AMOUNT_ERC721=1000
# 1e30
export MAX_QUOTE_AMOUNT_ERC721=1000000000000000000000000
export MIN_COLLATERAL_AMOUNT_ERC721=1
export MAX_COLLATERAL_AMOUNT_ERC721=10
# 5 minutes
export SKIP_TIME=300
# 2 days
export SKIP_TIME_TO_KICK=172800
# 24 hours
# 1_000_000_000
export MAX_POOL_DEBT=1000000000000000000000000000
# 1e24
export MAX_DEBT_AMOUNT=1000000000000000000000000
export SKIP_TIME_TO_KICK_RESERVE=86400
export FOUNDRY_INVARIANT_RUNS=1
export FOUNDRY_INVARIANT_DEPTH=5000
export FOUNDRY_INVARIANT_SHRINK_SEQUENCE=false
export LOGS_VERBOSITY=1