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 9, 2024
1 parent 5b07e03 commit e4f2575
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -149,14 +149,14 @@ STARKNET_PRIVATE_KEY=
STARKNET_RPC_URL=

## Coinbase
COINBASE_COMMERCE_KEY=
COINBASE_API_KEY=
COINBASE_PRIVATE_KEY=
COINBASE_COMMERCE_KEY= # from coinbase developer portal
COINBASE_API_KEY= # from coinbase developer portal
COINBASE_PRIVATE_KEY= # from coinbase developer portal
# 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=
COINBASE_GENERATED_WALLET_ID= # not your address but the wallet id from generating a wallet through the plugin
COINBASE_GENERATED_WALLET_HEX_SEED= # not your address but the wallet hex seed from generating a wallet through the plugin and calling export
# for webhook plugin the uri you want to send the webhook to for dummy ones use https://webhook.site
COINBASE_NOTIFICATION_URI=

Expand Down

0 comments on commit e4f2575

Please sign in to comment.