forked from flashbots/searcher-minter
-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.example
44 lines (32 loc) · 1.04 KB
/
.env.example
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
37
38
39
40
41
42
43
44
## Wallet Submit Transactions From ##
EOA_ADDRESS=
WALLET_PRIVATE_KEY=
## Chain ID (1=mainnet, 3=ropsten, 4=rinkeby, 5=goerli) ##
## Defaults to 5 (goerli) ##
CHAIN_ID=
## Contract Address to Mint From ##
## Example: 0xc47eff74c2e949fee8a249586e083f573a7e56fa ##
## contract source: https://github.com/nascentxyz/yobot-contracts/blob/master/src/InfiniteMint.sol
ERC721_CONTRACT_ADDRESS=
## YOBOT ERC721LimitOrder Contract ##
YOBOT_LIMIT_ORDER_CONTRACT=
## RPC Provider ##
INFURA_PROJECT_ID=
## Alternate RPC Provider ##
ALCHEMY_API_KEY=
## Another RPC Provider ##
ETHERSCAN_API_KEY=
## Blocknative API Key ##
## Allows us to set up a hook to listen to any mempool transactions ##
## that interact with the above ERC721_CONTRACT_ADDRESS ##
BLOCKNATIVE_API_KEY=
## Discord Webhook URL ##
DISCORD_WEBHOOK_URL=
## Public Searcher discord webhook ##
PUBLIC_DISCORD_WEBHOOK_URL=
## Optionally Specify the Minting ABI ##
MINTING_ABI=
## Optionally Specify the Total Supply ABI ##
TOTAL_SUPPLY_ABI=
## Optionally Specify the Max Supply ABI ##
MAX_SUPPLY_ABI=