forked from hamzi15/SSV-goerli-eth-bot
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.envexample
36 lines (28 loc) · 1.2 KB
/
.envexample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Rename this file to .env and fill out the below
# See README.md for more info
SSV_DISCORD_BOT_CHANNEL=
SSV_DISCORD_BOT_TOKEN=
SSV_SHEET_REPLY_CHANNEL=
SSV_FORM_URL=
# The address and private key of the wallet holding the goerli eth you will distribute
SSV_FAUCET_ADDRESS=
SSV_FAUCET_PRIVATE_KEY=
SSV_CONTRACT_ADDRESS= 0xff50ed3d0ec03ac01d4c79aad74928bff48a7b2b
# Infura HTTPS endpoint from settings on infura.io
SSV_INFURA_HTTPS_ENDPOINT= https://goerli.infura.io/v3/1cc5a78e2e72446880dee3ff4b82cae1
#API
SSV_ETHERSCAN_API_URL = https://api.etherscan.io/api
SSV_ETHERSCAN_API_KEY = Provide an etherscan api key here from https://api.etherscan.io
SSV_GOERLI_API_URL = https://api-goerli.etherscan.io/api
# Database information
SSV_DB_USERNAME = postgres
SSV_DB_HOST = localhost
SSV_DB_DATABASE = postgres
SSV_DB_PASS = test
SSV_DB_PORT = 5432
#Limits information
SSV_MAX_DEPOSIT_AMOUNT = Max deposit the faucet can make to the user address (10^18) eg. 1000000000000000
SSV_DAILY_LIMIT = Daily limit deposit limit for each address
SSV_WEEKLY_LIMIT = Weekly deposit limit for each address
SSV_DEPOSIT_AMOUNT = Amount user has to deposit to faucet to be eligible. (10^18) eg.1000000000000000
SSV_METHOD_ABI = Abi Method