File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ liveness
8686localhost
8787LTS
8888mainnet
89+ Metamask
8990MDNS
9091mempool
9192Merkle
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ is ignored by git.
3737```
3838SECRET_WALLET=
3939SECRET_MAINNET_WALLET=
40+ SECRET_CALIBNET_USDFC_WALLET=
4041RATE_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
8388Run ` npx wrangler@latest deploy ` .
You can’t perform that action at this time.
0 commit comments