We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c23676 commit 785eb99Copy full SHA for 785eb99
1 file changed
cli/commands/setup.js
@@ -19,14 +19,15 @@ const questions = [
19
type: "text",
20
name: "privateKey",
21
message: "Enter a private key (pre-funded with ETH).",
22
- initial: "67ccc16df9e7581ec11e7b413bad46470165629cf",
+ initial: "0x67ccc16df9e7581ec11e7b413bad46470165629cf",
23
},
24
{
25
type: "select",
26
name: "options",
27
message: "Which network are you using?",
28
choices: [
29
{ title: "Ethereum (mainnet)", value: { chain: "mainnet" } },
30
+ { title: "Testnet (goerli)", value: { chain: "goerli" } },
31
{ title: "Testnet (ropsten)", value: { chain: "ropsten" } },
32
],
33
0 commit comments