forked from Velocimeter/api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
env.example.copy
27 lines (23 loc) · 1.22 KB
/
env.example.copy
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
PORT=3001
WEB3_PROVIDER_URI=https://arb-mainnet.g.alchemy.com/v2/Y00M6vpwC8D9KMJWbWKpe8vE4UxgNbF5
PRIVATE_KEY=
ROUTER_ADDRESS=0x07d2FCFa095d52652cBC664F105F2d9Fb3799a47
FACTORY_ADDRESS=0xA2db791281CdeeBb1EEDc78a34989df2Bfd479bE
VOTER_ADDRESS=0x29C487a354D11315059204Df4F7d8AB1aa008ebb
VE_ADDRESS=0x10Df81252069C1095F541FAca61646cb9Ae76703
REWARDS_DIST_ADDRESS=0xd9891738458A5b1F1EfB5f82183b77c666d9064E
WRAPPED_BRIBE_FACTORY_ADDRESS=0xbb88E349257e4355946C2604fEd168165989285c
# Valid tokenlists.org lists. Use `|` to separate URIs.
TOKENLISTS=https://raw.githubusercontent.com/sushiswap/list/master/lists/token-lists/default-token-list/tokens/arbitrum.json
# These two will be fetched from the tokenlist
DEFAULT_TOKEN_ADDRESS=0xC33f7f83CbB021846Cb9c58f2d8E3df428dbC8C1
# USDC/USDT or equivalent...
STABLE_TOKEN_ADDRESS=0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8
# These will be used for multi-hop swaps, comma-separated addresses
ROUTE_TOKEN_ADDRESSES=0x82aF49447D8a07e3bd95BD0d56f35241523fBab1
# Seconds between on-chain syncups
SYNC_WAIT_SECONDS=20
# Tokens we should just ignore...
IGNORED_TOKEN_ADDRESSES=0xDeadDeAddeAddEAddeadDEaDDEAdDeaDDeAD0000
# Maximum number of threads used by syncer, will default to 4 if not set
SYNC_MAX_THREADS=1