Skip to content

Commit

Permalink
fix: restore missing comments for coinbase configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
guzus committed Dec 8, 2024
1 parent 2fe083c commit 5b07e03
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,12 @@ STARKNET_RPC_URL=
COINBASE_COMMERCE_KEY=
COINBASE_API_KEY=
COINBASE_PRIVATE_KEY=
# if not configured it will be generated and written to:
# runtime.character.settings.secrets.COINBASE_GENERATED_WALLET_ID and
# runtime.character.settings.secrets.COINBASE_GENERATED_WALLET_HEX_SEED
COINBASE_GENERATED_WALLET_ID=
COINBASE_GENERATED_WALLET_HEX_SEED=
# for webhook plugin the uri you want to send the webhook to for dummy ones use https://webhook.site
COINBASE_NOTIFICATION_URI=

## Conflux
Expand Down

0 comments on commit 5b07e03

Please sign in to comment.