-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
72 lines (53 loc) · 2.72 KB
/
.env.example
File metadata and controls
72 lines (53 loc) · 2.72 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
68
69
70
71
72
#
# networks rpc
#
ETHEREUM_RPC_URL=https://rpc.flashbots.net
RINKEBY_TESTNET_RPC_URL=https://rinkeby-light.eth.linkpool.io/
GOERLI_TESTNET_RPC_URL=https://goerli.blockpi.network/v1/rpc/public
ROPSTEN_TESTNET_RPC_URL=https://rpc.ankr.com/eth_ropsten
SEPOLIA_TESTNET_RPC_URL=https://rpc.sepolia.org/
POLYGON_RPC_URL=https://polygon-rpc.com/
POLYGON_TESTNET_RPC_URL=https://rpc-mumbai.maticvigil.com/
BSC_RPC_URL=https://bsc-dataseed.binance.org/
BSC_TESTNET_RPC_URL=https://data-seed-prebsc-1-s1.binance.org:8545/
AVALANCHE_RPC_URL=https://api.avax.network/ext/bc/C/rpc
AVALANCHE_TESTNET_RPC_URL=https://api.avax-test.network/ext/bc/C/rpc
GNOSIS_RPC_URL=https://rpc.xdaichain.com/
GNOSIS_TESTNET_RPC_URL=https://sokol.poa.network/
OPTIMISM_RPC_URL=https://mainnet.optimism.io
OPTIMISM_TESTNET_RPC_URL=https://kovan.optimism.io
ARBITRUM_RPC_URL=https://arb1.arbitrum.io/rpc
ARBITRUM_TESTNET_RPC_URL=https://sepolia-rollup.arbitrum.io/rpc
AURORA_RPC_URL=https://mainnet.aurora.dev
AURORA_TESTNET_RPC_URL=https://testnet.aurora.dev
FANTOM_RPC_URL=https://rpc.ftm.tools
FANTOM_TESTNET_RPC_URL=https://rpc.testnet.fantom.network/
BASE_RPC_URL=https://mainnet.base.org
BASE_TESTNET_RPC_URL=https://sepolia.base.org
# FIRECHAIN_RPC_URL=https://rpc.5ire.network
FIRECHAIN_RPC_URL=https://rpc.testnet.5ire.network/
#
# api and private keys
#
EXPLORER_API_KEY=EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE
ZEUSSBT_PROXY_UPGRADABLE_ADDRESS=0x0000000000000000000000000000000000000000
PRIVATE_KEY=0x0000000000000000000000000000000000000000000000000000000000000001
PRICE_PROVIDER_WALLET=0x0000000000000000000000000000000000000000
LIQUIDATOR_WALLET=0x0000000000000000000000000000000000000000
REFERRAL_WALLET=0x0000000000000000000000000000000000000000
POSITION_WALLET=0x0000000000000000000000000000000000000000
ORDER_KEEPER_WALLET=0x0000000000000000000000000000000000000000
BASE_WBTC_ADDRESS=0x0000000000000000000000000000000000000000
BASE_ETH_ADDRESS=0x0000000000000000000000000000000000000000
BASE_UNI_ADDRESS=0x0000000000000000000000000000000000000000
BASE_USDT_ADDRESS=0x0000000000000000000000000000000000000000
BASE_USDC_ADDRESS=0x0000000000000000000000000000000000000000
BASE_ZUS_ADDRESS=0x0000000000000000000000000000000000000000
BASE_OM_ADDRESS=0x0000000000000000000000000000000000000000
BASE_VIRTUAL_ADDRESS=0x0000000000000000000000000000000000000000
BASE_AIXBT_ADDRESS=0x0000000000000000000000000000000000000000
BASE_W_ADDRESS=0x0000000000000000000000000000000000000000
BASE_ZRO_ADDRESS=0x0000000000000000000000000000000000000000
BASE_SPX_ADDRESS=0x0000000000000000000000000000000000000000
BASE_YFI_ADDRESS=0x0000000000000000000000000000000000000000
BASE_DAI_ADDRESS=0x0000000000000000000000000000000000000000