Skip to content

Commit

Permalink
smol fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marczeller committed Aug 12, 2024
1 parent 82f7018 commit 9a7be78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
PRIVATE_KEY=your_private_key_here
SENDER=YOUR_ADDRESS

# Telegram Bot configuration
TELEGRAM_BOT_TOKEN=your_bot_token_here
TELEGRAM_CHAT_ID=your_chat_id_here

# RPC Endpoints (Replace with your own endpoints if necessary)
RPC_MAINNET=http://your_mainnet_rpc_endpoint
RPC_AVALANCHE=https://api.avax.network/ext/bc/C/rpc
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ cache_hardhat/

# Misc
*.log
*.bak
*.bak.env

0 comments on commit 9a7be78

Please sign in to comment.