-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathtestrpc.sh
executable file
·16 lines (13 loc) · 1.18 KB
/
testrpc.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/bash
# Allocate accounts with lots of funds
testrpc \
--account="0x0da1383caf0b6e14487550d41334a591430c8220ace1133600099b81b71503c7,765000000000000000000000000000" \
--account="0x1da1383caf0b6e14487550d41334a591430c8220ace1133600099b81b71503c7,765000000000000000000000000000" \
--account="0x2da1383caf0b6e14487550d41334a591430c8220ace1133600099b81b71503c7,765000000000000000000000000000" \
--account="0x3da1383caf0b6e14487550d41334a591430c8220ace1133600099b81b71503c7,765000000000000000000000000000" \
--account="0x4da1383caf0b6e14487550d41334a591430c8220ace1133600099b81b71503c7,765000000000000000000000000000" \
--account="0x5da1383caf0b6e14487550d41334a591430c8220ace1133600099b81b71503c7,765000000000000000000000000000" \
--account="0x6da1383caf0b6e14487550d41334a591430c8220ace1133600099b81b71503c7,765000000000000000000000000000" \
--account="0x7da1383caf0b6e14487550d41334a591430c8220ace1133600099b81b71503c7,765000000000000000000000000000" \
--account="0x8da1383caf0b6e14487550d41334a591430c8220ace1133600099b81b71503c7,765000000000000000000000000000" \
--account="0x9da1383caf0b6e14487550d41334a591430c8220ace1133600099b81b71503c7,765000000000000000000000000000" \