Skip to content

Commit 273cf56

Browse files
committed
chore: update README with USDFC info
1 parent c0a02c0 commit 273cf56

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.config/forest.dic

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ liveness
8686
localhost
8787
LTS
8888
mainnet
89+
Metamask
8990
MDNS
9091
mempool
9192
Merkle

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)