Skip to content

Commit

Permalink
fix: add required CHAIN_SPEC env varuiable to vscode launch targets
Browse files Browse the repository at this point in the history
  • Loading branch information
fridrik01 committed Jan 14, 2025
1 parent ff4f077 commit 3f6c98a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"--chain-id=beacond-2061",
"--home=${workspaceFolder}/.tmp/beacond",
],
"env": {
"CHAIN_SPEC": "devnet"
},
"internalConsoleOptions": "openOnSessionStart",
"presentation": {
"group": "initialize",
Expand All @@ -34,6 +37,9 @@
"0x20f33ce90a13a4b5e7697e3544c3083b8f8a51d4",
"--home=${workspaceFolder}/.tmp/beacond",
],
"env": {
"CHAIN_SPEC": "devnet"
},
"internalConsoleOptions": "openOnSessionStart",
"presentation": {
"group": "initialize",
Expand All @@ -52,6 +58,9 @@
"collect-premined-deposits",
"--home=${workspaceFolder}/.tmp/beacond",
],
"env": {
"CHAIN_SPEC": "devnet"
},
"internalConsoleOptions": "openOnSessionStart",
"presentation": {
"group": "initialize",
Expand All @@ -71,6 +80,9 @@
"${workspaceFolder}/testing/files/eth-genesis.json",
"--home=${workspaceFolder}/.tmp/beacond",
],
"env": {
"CHAIN_SPEC": "devnet"
},
"internalConsoleOptions": "openOnSessionStart",
"presentation": {
"group": "initialize",
Expand Down

0 comments on commit 3f6c98a

Please sign in to comment.