Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
# RPCs
EVMX_RPC="https://rpc.evmx.socket.tech"
EVMX_RPC="https://rpc-evmx-devnet.socket.tech/"
SEPOLIA_RPC="https://rpc.ankr.com/eth_sepolia/"
ARBITRUM_SEPOLIA_RPC="https://rpc.ankr.com/arbitrum_sepolia"
OPTIMISM_SEPOLIA_RPC="https://rpc.ankr.com/optimism_sepolia"
BASE_SEPOLIA_RPC="https://rpc.ankr.com/base_sepolia"

# EVMx key addresses
# Find the most up to date addresses in deployments/dev_addresses.json
ADDRESS_RESOLVER="0x7480D8D4B1929e751984b01eE877A9D65e1F3737"
AUCTION_MANAGER="0x50E5140d3601812Dc11f49a39CF9520567731c82"
ARBITRUM_FEES_PLUG="0xa08Dac27E27c49A2535b36064c370e6e8B3A0B9a"
FEES_MANAGER="0x80bEc58A00993dc874Ab2fAe56621af24eF06bA5"
ADDRESS_RESOLVER="0xf3046B22F98C25305E8040286fB1b33378BA10a1"
AUCTION_MANAGER="0x5d6d4DCb0F719F01441377F633F3EdD186e19360"
FEES_MANAGER="0x603723100172D30171B7Fd9870ba80F8baf6FaD4"
ARBITRUM_FEES_PLUG="0x89324F93d852cB4fcDC4Ee202456be466ce096bb"

# Add your deployer private key here
# or remove it from this file if it is already an env var
Expand Down
2 changes: 1 addition & 1 deletion foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ libs = ["node_modules", "lib"]
ffi = true
optimizer = true
optimizer_runs = 200
evm_version = 'paris'
evm_version = 'paris'
Loading