-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
67 lines (59 loc) · 1.54 KB
/
Copy path.env.example
File metadata and controls
67 lines (59 loc) · 1.54 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
PRIVATE_KEY=
INFURA_KEY=
ETHERSCAN_API_KEY=
# --- Chain-scoped forks (chain id suffix) ---
# Ethereum mainnet
FORK_RPC_URL_1=
FORK_BLOCK_NUMBER_1=
POOL_MANAGER_1=
# Base
FORK_RPC_URL_8453=
FORK_BLOCK_NUMBER_8453=
POOL_MANAGER_8453=
# Aggregator Hooks:
# StableSwap
STABLE_SWAP_POOL=
# StableSwap-NG
STABLE_SWAP_NG_POOL=
# Fluid
FLUID_LIQUIDITY=
# Fluid DEX T1
# RESOLVER: getDexTokens, estimateSwapIn, estimateSwapOut
# RESERVES_RESOLVER: getPoolReserves (required for pseudoTotalValueLocked)
FLUID_DEX_T1_POOL_ERC=
FLUID_DEX_T1_POOL_NATIVE=
FLUID_DEX_T1_RESOLVER=
FLUID_DEX_T1_RESERVES_RESOLVER=
FLUID_DEX_T1_FACTORY=
FLUID_DEX_T1_DEPLOYMENT_LOGIC=
FLUID_DEX_T1_TIMELOCK=
# Fluid DEX Lite
FLUID_DEX_LITE=
FLUID_DEX_LITE_RESOLVER=
FLUID_DEX_LITE_ADMIN_MODULE=
FLUID_DEX_LITE_AUTH=
FLUID_DEX_LITE_TOKEN0_ERC=
FLUID_DEX_LITE_TOKEN1_ERC20=
FLUID_DEX_LITE_SALT_ERC20=
# Uniswap V3
UNISWAP_V3_FACTORY=
UNISWAP_V3_EXTERNAL_POOL=
# PancakeSwap V3 (Base fork, chain 8453)
PANCAKE_V3_FACTORY=
PANCAKE_V3_EXTERNAL_POOL=
# Uniswap V2
UNISWAP_V2_EXTERNAL_PAIR=
# Slipstream (Base fork, chain 8453)
SLIPSTREAM_FACTORY=
SLIPSTREAM_EXTERNAL_POOL=
# UniswapX (Dutch orders)
# Address of the deployed UniswapX Dutch order reactor to fill against, and the canonical WETH9.
# The fork test builds and signs orders locally (via the reactor's canonical Permit2, using the
# vendored lib/uniswapx libraries), so no pre-signed order fixture is needed.
UNISWAPX_DUTCH_REACTOR_1=
WETH9_1=
# LitePSM (Ethereum mainnet fork, chain 1)
LITE_PSM_WRAPPER=
USDS=
# Used for Deployments
POOL_MANAGER=