-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.env.json
72 lines (72 loc) · 1.82 KB
/
example.env.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"relayers": [
{
"name": "Animus Relayer",
"url": "https://relay.boid.animus.is"
},
{
"name": "John's Relayer",
"url": "https://relayer.boid.io"
}
],
"history": [
{
"name": "Animus History",
"url": "https://history.boid.animus.is"
},
{
"name": "John's History",
"url": "https://history.boid.io"
}
],
"historyDeltas": [
{
"name": "Animus Deltas History",
"url": "https://powerapi.animus.is"
}
],
"IPFSgateways": [
{
"name": "Animus IPFS Gateway",
"url": "https://ipfs.pintastic.link"
}
],
"testCID": "QmTgc2TNccaFDqzG4EqB6VJqK9ui5ncW53iGdGnzXg3kNR",
"bot_token": "6xxxw",
"channel_username": "@boid_workers_health_channel",
"ChainRPCs": [
{
"name": "CalEOS ChainRPC",
"url": "https://telos.caleos.io"
},
{
"name": "Animus ChainRPC",
"url": "https://telos.api.animus.is"
},
{
"name": "Greymass ChainRPC",
"url": "https://telos.greymass.com"
},
{
"name": "EOSUSA ChainRPC",
"url": "https://telos.eosusa.io"
},
{
"name": "EOSNation ChainRPC",
"url": "https://telos.api.eosnation.io"
}
],
"testerID": {
"boid_id": "boid.oid",
"key_private": "xxx",
"key_public": "EOS5rhGnsnp2kU2dBmnzjiV8QGxYyB8FJyihXcZCGTxhrRaDt6iRb"
},
"contracts": {
"token": "token.boid",
"system": "boid"
},
"chainData": {
"chainId": "4667b205c6838ef70ff7988f6e8257e8be0e1284a2f59699054a018f743b1d11",
"chainName": "telos"
}
}