We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a02c0 commit 0b4763bCopy full SHA for 0b4763b
README.md
@@ -37,6 +37,7 @@ is ignored by git.
37
```
38
SECRET_WALLET=
39
SECRET_MAINNET_WALLET=
40
+SECRET_CALIBNET_USDFC_WALLET=
41
RATE_LIMITER_DISABLED=true
42
43
@@ -78,6 +79,10 @@ Set `SECRET_WALLET` (calibnet) and/or `SECRET_MAINNET_WALLET` (mainnet) using
78
79
`npx wrangler@latest secret put` (values are exported private keys, see
80
`forest-wallet export`).
81
82
+For USDFC, you can create a wallet using Metamask and then export the private
83
+key. Set the private key as `SECRET_CALIBNET_USDFC_WALLET` using the same
84
+commands as above.
85
+
86
### Deployment
87
88
Run `npx wrangler@latest deploy`.
0 commit comments