-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathplugins.private.yaml
More file actions
51 lines (50 loc) · 2.04 KB
/
plugins.private.yaml
File metadata and controls
51 lines (50 loc) · 2.04 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
# This file defines private plugins to be installed via `loopinstall`.
# Common plugin configuration
defaults:
# The `-s` flag is added to strip debug information from the binary to reduce
# the binary size for releases.
# See: `go tool link -help`
goflags: "-ldflags=-s"
plugins:
cron:
- moduleURI: "github.com/smartcontractkit/capabilities/cron"
gitRef: "7cea75ba1cdcead7bdb6aab25241c7a247290bf3"
installPath: "."
flags: "-tags timetzdata"
readcontract:
- moduleURI: "github.com/smartcontractkit/capabilities/readcontract"
gitRef: "7cea75ba1cdcead7bdb6aab25241c7a247290bf3"
installPath: "."
consensus:
- moduleURI: "github.com/smartcontractkit/capabilities/consensus"
gitRef: "7cea75ba1cdcead7bdb6aab25241c7a247290bf3"
installPath: "."
workflowevent:
- enabled: false
moduleURI: "github.com/smartcontractkit/capabilities/workflowevent"
gitRef: "7cea75ba1cdcead7bdb6aab25241c7a247290bf3"
installPath: "."
httpaction:
- moduleURI: "github.com/smartcontractkit/capabilities/http_action"
gitRef: "7cea75ba1cdcead7bdb6aab25241c7a247290bf3"
installPath: "."
httptrigger:
- moduleURI: "github.com/smartcontractkit/capabilities/http_trigger"
gitRef: "7cea75ba1cdcead7bdb6aab25241c7a247290bf3"
installPath: "."
evm:
- moduleURI: "github.com/smartcontractkit/capabilities/chain_capabilities/evm"
gitRef: "f7a5bfd742e34fe99ed6c0768994a0901264e641"
installPath: "."
solana:
- moduleURI: "github.com/smartcontractkit/capabilities/chain_capabilities/solana"
gitRef: "6d553b1b59f12d948f163012c822f7417d66d996"
installPath: "."
aptos:
- moduleURI: "github.com/smartcontractkit/capabilities/chain_capabilities/aptos"
gitRef: "ece17debf084250135a9cfb98fe0289d92b0cb56"
installPath: "."
confidential-http:
- moduleURI: "github.com/smartcontractkit/confidential-compute/enclave/apps/confidential-http/capability"
gitRef: "bdd7aefb1805a00f4d5258eefe87c268d1f60db4"
installPath: "./cmd/confidential-http"