-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathworld.env
More file actions
47 lines (35 loc) · 1.37 KB
/
world.env
File metadata and controls
47 lines (35 loc) · 1.37 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
# BASE URI FOR ERC721 tokens for v1
BASE_URI=http://127.0.0.1:8080/ipfs/
# .env for the docker file
ERC20_TOKEN_NAME=TEST TOKEN
ERC20_TOKEN_SYMBOL=TEST
ERC20_INITIAL_SUPPLY=10000000000
EVE_TOKEN_NAMESPACE=test
# By default the token is minted to this address, you can transfer from this admin to other accounts or change this address
EVE_TOKEN_ADMIN=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
# ADMIN ACCESS ACCOUNTS (to assign to the ADMIN access to the world contracts)
# Add the list of admins by comma separated address
ADMIN_ACCOUNTS=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266,0x70997970C51812dc3A010C7d01b50e0d17dc79C8,0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC
TENANT=TEST
# TYPE ID BY ASSEBLY TYPE
CHARACTER_TYPE_ID=42000000100
CHARACTER_VOLUME=0
SSU_TYPE_ID=77917
SSU_VOLUME=1000
DEPLOYABLE_TYPE_ID=42000000200
DEPLOYABLE_VOLUME=0
TURRET_TYPE_ID=84556
TURRET_VOLUME=300
GATE_TYPE_ID=84955
GATE_VOLUME=10000
NETWORK_NODE_TYPE_ID=88092
NETWORK_NODE_VOLUME=10
TYPE_IDS=42000000200,77917,84556,84955,88086,87160,88093,88094,88068,87162,87161,88067,87120
# Energy constant by assembly
ASSEMBLY_TYPE_ID=84556,84955,88086,88068,88067,87120,87119,88063,88064,88070,88071,88069,77917
ENERGY_CONSTANT=10,100,50,20,20,30,10,10,20,20,30,10,100
# Fuel efficiency by fuel type
FUEL_TYPE_ID=77818,78437,78515,78516,84868
FUEL_EFFICIENCY=20,90,80,40,40
FUEL_VOLUME=28,28,28,28,28
WORLD_VERSION=0.1.4