We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e2d0b commit 119971cCopy full SHA for 119971c
README.md
@@ -27,6 +27,6 @@ Running `npx wrangler@latest dev` will spawn a local copy of the explorer.
27
# Custom deployments
28
29
To deploy to a new CloudFlare account, change `account_id` in `wrangler.toml`,
30
-set `SECRET_WALLET` and `SECRET_MAINNET_WALLET` using `npx wrangler@latest secret put`
31
-(values are exported private keys, see `forest-wallet export`), and run
32
-`npx wrangler@latest deploy`.
+set `SECRET_WALLET` and `SECRET_MAINNET_WALLET` using
+`npx wrangler@latest secret put` (values are exported private keys, see
+`forest-wallet export`), and run `npx wrangler@latest deploy`.
0 commit comments