-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathexample.env.json
More file actions
30 lines (30 loc) · 832 Bytes
/
example.env.json
File metadata and controls
30 lines (30 loc) · 832 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
{
"default": "eos",
"chain": {
"eos": {
"endpoints": [
"https://eos.greymass.com",
"https://boid-api-on-eos.animusystems.com",
"https://api.main.alohaeos.com",
"https://api.eosargentina.io",
"https://eosbp.atticlab.net",
"https://api.eosrio.io",
"https://api.eosn.io",
"https://api1.eosasia.one",
"https://eos.eosphere.io",
"https://fn001.eossv.org",
"https://api.eoseoul.io",
"https://mainnet.eosio.sg",
"https://eos.newdex.one"
],
"keys": [
"worker key here",
"eospowerupio powerup permission key here (for free powerups)"
],
"workerAccount": "eospowerupio",
"workerPermission": "workers",
"contractAccount": "eospowerupio",
"telegramKey": ""
}
}
}