Skip to content

Commit 0b4763b

Browse files
committed
chore: update README with USDFC info
1 parent c0a02c0 commit 0b4763b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ is ignored by git.
3737
```
3838
SECRET_WALLET=
3939
SECRET_MAINNET_WALLET=
40+
SECRET_CALIBNET_USDFC_WALLET=
4041
RATE_LIMITER_DISABLED=true
4142
```
4243

@@ -78,6 +79,10 @@ Set `SECRET_WALLET` (calibnet) and/or `SECRET_MAINNET_WALLET` (mainnet) using
7879
`npx wrangler@latest secret put` (values are exported private keys, see
7980
`forest-wallet export`).
8081

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+
8186
### Deployment
8287

8388
Run `npx wrangler@latest deploy`.

0 commit comments

Comments
 (0)