-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathexample.env.json
More file actions
85 lines (85 loc) · 2.26 KB
/
example.env.json
File metadata and controls
85 lines (85 loc) · 2.26 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
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
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"default": "telosTest",
"chain": {
"telosTest": {
"endpoints": [
"https://hyperion.telos-testnet.animus.is",
"https://telos.testnet.boid.animus.is",
"https://test.telos.eosusa.io",
"https://api.testnet.telosunlimited.io",
"https://telos-testnet.eosphere.io"
],
"chainId": "1eaa0824707c8c16bd25145493bf062aecddfeb56c736f6ba6397f3195f33c9f",
"worker": {
"account": "yourworkeraccount",
"permission": "active",
"key": "..."
},
"contracts": {
"system": "boid",
"power": "power.boid",
"token": "token.boid",
"evmBridge": "evm.boid"
},
"ipfs": {
"url": "http://rpi:5001"
},
"relayer": {
"port": 8017
},
"dburl": "postgresql://yourdbuser:yourdburl:yourdbportnum/yourdbname?sslmode=require",
"history": {
"hyperion": [
"https://hyperion.telos-testnet.animus.is",
"https://testnet.telos.net",
"https://test.telos.eosusa.io"
],
"injestChunkSize": 800,
"keepHistoryDataDays": 30,
"injestLoopDelaySec": 10,
"port": 8018
}
},
"telos": {
"endpoints": [
"https://mainnet.telos.net"
],
"chainId": "aca376f206b8fc25a6ed44dbdc66547c36c6c33e3a119ffbeaef943642f0e906",
"worker": {
"account": "yourworkeraccount",
"permission": "worker",
"key": "..."
},
"contracts": {
"system": "boid",
"power": "power.boid",
"token": "token.boid",
"evmBridge": "evm.boid"
},
"ipfs": {
"url": "http://165.227.115.222:5001"
},
"relayer": {
"port": 8020
},
"dburl": "postgresql://yourdbuser:yourdburl:yourdbportnum/yourdbname?sslmode=require",
"history": {
"hyperion": [
"https://mainnet.telos.net"
],
"injestChunkSize": 500,
"keepHistoryDataDays": 30,
"injestLoopDelaySec": 10,
"port": 8021
},
"historyDeltasAPI": {
"port": 3000
},
"evm": {
"endpoint": "https://mainnet.telos.net/evm",
"chainId": "40",
"evmTokenBridge": "0x6032E5218e1fb6ec2803BA2D7af385fB15D14466"
}
}
}
}