Skip to content

Instantly share code, notes, and snippets.

@tyler-smith
Created September 28, 2021 18:07
Show Gist options
  • Save tyler-smith/4539d104197173d4aba7ec36486666ca to your computer and use it in GitHub Desktop.
Save tyler-smith/4539d104197173d4aba7ec36486666ca to your computer and use it in GitHub Desktop.
Sherpa Relayer docker-compose .env
APP_PORT=8000
# 0x0403665a5E553743d1a4b0C57bE556503a920F1E
PRIVATE_KEY=<private key in hex, without leading 0x>
# 0.05 means 0.05%
REGULAR_TORNADO_WITHDRAW_FEE=1.0
MINING_SERVICE_FEE=1.0
REWARD_ACCOUNT=0x0403665a5E553743d1a4b0C57bE556503a920F1E
CONFIRMATIONS=1
NET_ID=43114
REDIS_URL=redis://redis/0
HTTP_RPC_URL=https://api.avax.network/ext/bc/C/rpc
WS_RPC_URL=wss://api.avax.network/ext/bc/C/ws
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment