mirror of
https://github.com/vibe-existing/pyfragment.git
synced 2026-07-25 06:54:31 +00:00
7f3c3ea1c3
feat: improve logging levels for HTTP clients and add detailed logging in premium and stars purchase methods chore: remove unused transaction utility and adjust wallet processing logic test: add end-to-end integration test for buying Stars
12 lines
385 B
Bash
12 lines
385 B
Bash
# Fragment.com cookies - copy from browser after login (Header String format)
|
|
# Hash is now fetched dynamically
|
|
|
|
# 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"
|
|
|
|
# TON wallet contract version: V4R2 or V5R1 (default: V5R1)
|
|
WALLET_VERSION = "V5R1"
|