-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.example
More file actions
34 lines (27 loc) · 844 Bytes
/
env.example
File metadata and controls
34 lines (27 loc) · 844 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
27
28
29
30
31
32
33
34
# Environment Configuration Example
# Copy this file to .env and modify the values as needed
# Environment selection
MX_DEX_ENV=devnet
# Network configuration
DEFAULT_PROXY=https://devnet-gateway.multiversx.com
DEFAULT_API=https://devnet-api.multiversx.com
GRAPHQL=https://devnet-graph.xexchange.com/graphql
HISTORY_PROXY=
# Wallet configuration
DEFAULT_OWNER=wallets/devnet/C1.pem
DEFAULT_ADMIN=wallets/devnet/C1.pem
DEFAULT_ACCOUNTS=wallets/devnet/C10.pem
DEFAULT_MULTISIG_ADDRESS=
# DEX configuration
SF_DEX_REFERENCE_ADDRESS=
DEX_OWNER_ADDRESS=
DEX_ADMIN_ADDRESS=
SHADOWFORK_FUNDING_ADDRESS=
# Deploy configuration
DEFAULT_CONFIG_SAVE_PATH=deploy/configs-devnet
DEPLOY_STRUCTURE_JSON=deploy_structure.json
# Operation settings
FORCE_CONTINUE_PROMPT=false
DEFAULT_ISSUE_TOKEN_PRICE=50000000000000000
# Logger settings
LOG_LEVEL=DEBUG