Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit dc835a2

Browse files
committed
pin e2e geth version to 1.9.18
1 parent 0151821 commit dc835a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/e2e.geth.instamine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo " "
2424
# Launch client w/ two unlocked accounts.
2525
# + accounts[0] default geth unlocked bal = ~infinity
2626
# + accounts[1] unlocked, bal=50 eth, signing password = 'left-hand-of-darkness'
27-
geth-dev-assistant --accounts 1 --tag 'stable'
27+
geth-dev-assistant --accounts 1 --tag 'v1.9.18'
2828

2929
# Test
3030
GETH_INSTAMINE=true nyc --no-clean --silent _mocha -- \

0 commit comments

Comments
 (0)