21 lines
630 B
Plaintext
21 lines
630 B
Plaintext
# file: .env.example
|
|
# Copy to .env at the workspace root. Never commit the real file.
|
|
|
|
# Helius HTTP and WebSocket endpoint interpolation used by config/example.config.json.
|
|
HELIUS_API_KEY=replace-with-your-helius-api-key
|
|
|
|
# Optional configuration override.
|
|
# KB_CONFIG_PATH=config/example.config.json
|
|
|
|
# Optional Token-2022 Devnet validation fixtures.
|
|
TOKEN_2022_PROGRAM=TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb
|
|
TOKEN_2022_MINT=
|
|
TOKEN_2022_SOURCE=
|
|
TOKEN_2022_DESTINATION=
|
|
TOKEN_2022_CLOSE_ACCOUNT=
|
|
TOKEN_2022_DELEGATE=
|
|
TOKEN_2022_AUTHORITY=
|
|
TOKEN_2022_FREEZE_AUTHORITY=
|
|
TOKEN_2022_DECIMALS=9
|
|
TOKEN_2022_TRANSFER_AMOUNT_RAW=1
|