-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathrun.testrpc.sh
29 lines (27 loc) · 1.42 KB
/
run.testrpc.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
OPERATOR_PRIV_KEY="b71c71a67e1177ad4e901695e1b4b9ee17ae16c6668d313eac2f96dbcda3f291"
KEY0="78ae75d1cd5960d87e76a69760cb451a58928eee7890780c352186d23094a115"
KEY1="bfaa65473b85b3c33b2f5ddb511f0f4ef8459213ada2920765aaac25b4fe38c5"
KEY2="067394195895a82e685b000e592f771f7899d77e87cc8c79110e53a2f0b0b8fc"
KEY3="ae03e057a5b117295db86079ba4c8505df6074cdc54eec62f2050e677e5d4e66"
KEY4="eda4515e1bc6c08e8606b51ffb6ffe70b3fe76781ed49872285e484064e3b634"
KEY5="e913f79e33d17f68091d7351d77844f401f2158e99ce6ce444646e3190cd411f"
KEY6="3e6272cfb688e42e13bd33fcb589b71d90b97c795743a7917c1397f3c18f001a"
KEY7="fe8600348c3f6d13fffa17ade88f8bd614ef5936c6cb4d3d7e36c87e241d3157"
KEY8="1ec2d77df66aa0cb17c11064ccd023196b87583507f99aa48089f405bbe80d80"
KEY9="959c7154ae8e744a97dc339cd07cbf2fd162dfefb346e107a7286ed8d743eec9"
ganache-cli \
-p 8545 \
-b 1 \
-l 100000000 \
--accounts 11 \
--account="0x$OPERATOR_PRIV_KEY,10000000000000000000000000" \
--account="0x$KEY0,10000000000000000000000000" \
--account="0x$KEY1,10000000000000000000000000" \
--account="0x$KEY2,10000000000000000000000000" \
--account="0x$KEY3,10000000000000000000000000" \
--account="0x$KEY4,10000000000000000000000000" \
--account="0x$KEY5,10000000000000000000000000" \
--account="0x$KEY6,10000000000000000000000000" \
--account="0x$KEY7,10000000000000000000000000" \
--account="0x$KEY8,10000000000000000000000000" \
--account="0x$KEY9,10000000000000000000000000"