-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.env.sample
More file actions
26 lines (21 loc) · 970 Bytes
/
.env.sample
File metadata and controls
26 lines (21 loc) · 970 Bytes
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
# RPCs
EVMX_RPC="https://rpc-evmx-devnet.socket.tech/"
SEPOLIA_RPC="https://ethereum-sepolia-rpc.publicnode.com"
ARBITRUM_SEPOLIA_RPC="https://sepolia-rollup.arbitrum.io/rpc"
OPTIMISM_SEPOLIA_RPC="https://sepolia.optimism.io"
BASE_SEPOLIA_RPC="https://sepolia.base.org"
ARBITRUM_RPC="https://arbitrum.drpc.org"
OPTIMISM_RPC="https://optimism.drpc.org"
BASE_RPC="https://base.drpc.org"
# EVMx key addresses
# Find the most up to date addresses at:
# https://github.com/SocketDotTech/socket-protocol/blob/master/deployments/stage_addresses.json
ADDRESS_RESOLVER="0x935b06902cA5C8bb4C76e18738561c294D377A93"
FEES_MANAGER="0xA07208F9e7aE243F922317ab6604DC9F86822406"
ARBITRUM_FEES_PLUG="0x501bdF8C7163ddD32172575C2836c5A7F556cbE7"
ARBITRUM_USDC="0xaf88d065e77c8cC2239327C5EDb3A432268e5831"
# Add your deployer private key here
# or remove it from this file if it is already an env var
PRIVATE_KEY="0x"
# Set app related values after deployment on EVMx
APP_GATEWAY="0x"