We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3c9ef commit aecde81Copy full SHA for aecde81
docs/blockchain-development-tutorials/cadence/emulator-fork-testing/index.md
@@ -281,10 +281,10 @@ When the emulator starts, note the service account address in the logs:
281
282
Add the forked emulator's service account (use the address from the startup logs and a dummy key).
283
284
-First, create a dummy key file:
+First, create a dummy key file. Use a simple P-256 placeholder so tooling that validates curve membership continues working:
285
286
```bash
287
-echo "0000000000000000000000000000000000000000000000000000000000000000" > blank-key.pkey
+echo "0x0000000000000000000000000000000000000000000000000000000000000001" > blank-key.pkey
288
```
289
290
Then manually add to your `flow.json`:
0 commit comments