-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
42 lines (31 loc) · 1012 Bytes
/
Copy path.env
File metadata and controls
42 lines (31 loc) · 1012 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
35
36
37
38
39
40
41
42
CDT_VERSION=4.1.1
TESTNET_NODE_URL=https://jungle4.greymass.com
MAINNET_NODE_URL=https://eos.greymass.com
MSG_CONTRACT_NAME=msg
MSG_TESTNET_ACCOUNT=msg.gm
MSG_MAINNET_ACCOUNT=msg
ALLOWLIST_CONTRACT_NAME=allowlist
ALLOWLIST_TESTNET_ACCOUNT=allowlist.gm
ALLOWLIST_MAINNET_ACCOUNT=allow.msg
BLOCKLIST_CONTRACT_NAME=blocklist
BLOCKLIST_TESTNET_ACCOUNT=blocklist.gm
BLOCKLIST_MAINNET_ACCOUNT=block.msg
TOKENREQ_CONTRACT_NAME=tokenreq
TOKENREQ_TESTNET_ACCOUNT=tokengate.gm
TOKENREQ_MAINNET_ACCOUNT=tokenreq.msg
ANNOUNCE_CONTRACT_NAME=announce
ANNOUNCE_TESTNET_ACCOUNT=announce.gm
ANNOUNCE_MAINNET_ACCOUNT=announce.msg
CHAT_CONTRACT_NAME=chat
CHAT_TESTNET_ACCOUNT=chat.gm
CHAT_MAINNET_ACCOUNT=chat.msg
FORUM_CONTRACT_NAME=forum
FORUM_TESTNET_ACCOUNT=forum.gm
FORUM_MAINNET_ACCOUNT=forum.msg
BLOG_CONTRACT_NAME=blog
BLOG_TESTNET_ACCOUNT=blog.gm
BLOG_MAINNET_ACCOUNT=blog.msg
HEXTEST_CONTRACT_NAME=hextest
HEXTEST_TESTNET_ACCOUNT=hextest.gm
BASETEST_CONTRACT_NAME=basetest
BASETEST_TESTNET_ACCOUNT=basetest.gm