File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 6
6
WORKDIR /scripts
7
7
8
8
COPY ganache-cli.sh .
9
+ COPY snapshot_contracts snapshot
9
10
10
11
EXPOSE 8545
11
12
Original file line number Diff line number Diff line change 10
10
# Address 4: 0x8c4B95383a46D30F056aCe085D8f453fCF4Ed66d
11
11
# Address 5: 0x1059B025E3F8b8f76A8120D6D6Fd9fBa172c80b8
12
12
node /app/ganache-core.docker.cli.js --gasLimit 0xfffffffffffff \
13
+ --db=" ./snapshot" \
14
+ --deterministic \
15
+ --mnemonic=" diary west sketch curious expose decade symptom height minor layer carry man" \
13
16
--account=" 0x2bdd21761a483f71054e14f5b827213567971c676928d9a1808cbfa4b7501200,9000000000000000000000000000" \
14
17
--account=" 0xd66ecc35fe42ae2063888bfd11c4573db08bdbd5c2b9b835deef05beb43b407f,9000000000000000000000000000" \
15
18
--account=" 0x1d00a65debb6143cebc3b48b11db2ddfa81411c1f7c443f706d4f2bd8145ee4a,9000000000000000000000000000" \
You can’t perform that action at this time.
0 commit comments