Skip to content

Commit aecde81

Browse files
authored
Update dummy key value for fork testing tutorial (#1633)
1 parent fc3c9ef commit aecde81

File tree

1 file changed

+2
-2
lines changed
  • docs/blockchain-development-tutorials/cadence/emulator-fork-testing

1 file changed

+2
-2
lines changed

docs/blockchain-development-tutorials/cadence/emulator-fork-testing/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,10 +281,10 @@ When the emulator starts, note the service account address in the logs:
281281

282282
Add the forked emulator's service account (use the address from the startup logs and a dummy key).
283283

284-
First, create a dummy key file:
284+
First, create a dummy key file. Use a simple P-256 placeholder so tooling that validates curve membership continues working:
285285

286286
```bash
287-
echo "0000000000000000000000000000000000000000000000000000000000000000" > blank-key.pkey
287+
echo "0x0000000000000000000000000000000000000000000000000000000000000001" > blank-key.pkey
288288
```
289289

290290
Then manually add to your `flow.json`:

0 commit comments

Comments
 (0)