-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprovider.yaml
45 lines (37 loc) · 905 Bytes
/
provider.yaml
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
# yaml-language-server: $schema=.fluence/schemas/provider.json
# Defines config used for provider set up
# Documentation: https://github.com/fluencelabs/cli/tree/main/docs/configs/provider.md
version: 1
providerName: defaultProvider
nox:
effectors:
curl:
wasmCID: bafkreids22lgia5bqs63uigw4mqwhsoxvtnkpfqxqy5uwyyerrldsr32ce
allowedBinaries:
curl: /usr/bin/curl
computePeers:
nox-0:
computeUnits: 32
nox-1:
computeUnits: 32
nox-2:
computeUnits: 32
offers:
defaultOffer:
minPricePerWorkerEpoch: "0.00001"
computePeers:
- nox-0
- nox-1
- nox-2
effectors:
- bafkreids22lgia5bqs63uigw4mqwhsoxvtnkpfqxqy5uwyyerrldsr32ce
capacityCommitments:
nox-0:
duration: 100 days
rewardDelegationRate: 7
nox-1:
duration: 100 days
rewardDelegationRate: 7
nox-2:
duration: 100 days
rewardDelegationRate: 7