-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy path.env
29 lines (25 loc) · 1.13 KB
/
.env
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
# This .env file is for demonstration purposes only.
#
# This should usually be excluded via .gitignore and the env vars attached to
# your deployment environment, but we're including this here for ease of local
# development. Please do not commit changes to this file!
#
# Enable debug logs for MUD CLI
DEBUG=mud:*
#
#Deployer [Currently set to the anvil default private key]
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
WORLD_ADDRESS=0x8a791620dd6260079bf849dc5567adc3f2fdc318 #Local World Address
#Local RPC
RPC_URL="http://127.0.0.1:8545" #Forked Anvil Local RPC Url
CHAIN_ID=31337 #Local Chain ID
# SMART GATE CONFIG (Copy this info from in game smart gate)
# Source Smart Gate ID
SOURCE_GATE_ID=34818344039668088032259299209624217066809194721387714788472158182502870248994
# Destination Smart Gate ID
DESTINATION_GATE_ID=67387866010353549996346280963079126762450299713900890730943797543376801696007
# Allowed corp
ALLOWED_CORP_ID=3434306
# TESTING CONFIG
# This is the private key for tests / testing related scripts.
TEST_PLAYER_PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80