mirror of
https://github.com/bohd4nx/FragmentAPI.git
synced 2026-07-25 06:14:29 +00:00
11 lines
476 B
Bash
11 lines
476 B
Bash
# Fragment.com cookies - copy from browser after login (Header String format)
|
|
# How to get fragment hash: open devtools -> Network -> api?hash=<your_fragment_hash_here>
|
|
# HASH = "your_fragment_hash_here" --- IGNORE ---
|
|
# Hash is now fetched dynamically, so this line is no longer needed.
|
|
|
|
# TON wallet seed phrase - 12 or 24 words separated by spaces
|
|
SEED = "your_ton_wallet_seed_phrase_here"
|
|
|
|
# TON API key - get from https://tonconsole.com
|
|
API_KEY = "your_ton_api_key_here"
|