Skip to content

Commit 785eb99

Browse files
author
Zach Alam
committed
added cli support for goerli
1 parent 8c23676 commit 785eb99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

cli/commands/setup.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,15 @@ const questions = [
1919
type: "text",
2020
name: "privateKey",
2121
message: "Enter a private key (pre-funded with ETH).",
22-
initial: "67ccc16df9e7581ec11e7b413bad46470165629cf",
22+
initial: "0x67ccc16df9e7581ec11e7b413bad46470165629cf",
2323
},
2424
{
2525
type: "select",
2626
name: "options",
2727
message: "Which network are you using?",
2828
choices: [
2929
{ title: "Ethereum (mainnet)", value: { chain: "mainnet" } },
30+
{ title: "Testnet (goerli)", value: { chain: "goerli" } },
3031
{ title: "Testnet (ropsten)", value: { chain: "ropsten" } },
3132
],
3233
},

0 commit comments

Comments
 (0)