#!/bin/bash # Notification configuration # Copy this file to config.local.sh and set your values # Slack webhook URL for deployment notifications SLACK_WEBHOOK_URL="" # Email address for deployment notifications ALERT_EMAIL="" # PagerDuty API key for critical alerts PAGERDUTY_API_KEY="" # Etherscan API key for contract verification ETHERSCAN_API_KEY="" # Testnet explorer API key TESTNET_EXPLORER_API_KEY="" # Testnet RPC URL TESTNET_RPC_URL="" # Mainnet RPC URL MAINNET_RPC_URL="" # Testnet deployer private key (NEVER commit real keys) TESTNET_DEPLOYER_PRIVATE_KEY="" # Mainnet deployer private key (NEVER commit real keys) MAINNET_DEPLOYER_PRIVATE_KEY=""