-
Notifications
You must be signed in to change notification settings - Fork 227
/
Copy pathmanifest.json
64 lines (64 loc) · 1.83 KB
/
manifest.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
{
"ethconnect": {
"image": "ghcr.io/hyperledger/firefly-ethconnect",
"tag": "v3.3.3",
"sha": "250509a54bbd3251598a807071b388492c0157df02a3b06bfa64e14e791c0633"
},
"evmconnect": {
"image": "ghcr.io/hyperledger/firefly-evmconnect",
"tag": "v1.3.20",
"sha": "514ee0e0d3f6054e1f2c46a474c968f18725af5edd4dc6dac85dc104004c1272"
},
"fabconnect": {
"image": "ghcr.io/hyperledger/firefly-fabconnect",
"tag": "v0.9.22",
"sha": "1984166545d476b9f8ea8eb04120fed406beb936cb95c97a728bbf4585860523"
},
"tezosconnect": {
"image": "ghcr.io/hyperledger/firefly-tezosconnect",
"tag": "v0.2.8",
"sha": "895c0a22b64fbe42ecaf3e017b40b71c8911c4c7032728c778723cbef987b5de"
},
"dataexchange-https": {
"image": "ghcr.io/hyperledger/firefly-dataexchange-https",
"tag": "v1.3.1",
"sha": "5688fd57c52588f55230800e2a13743626da6ce4b40eb7ce3dd4578494418479"
},
"tokens-erc1155": {
"image": "ghcr.io/hyperledger/firefly-tokens-erc1155",
"tag": "v1.3.4",
"sha": "700d1d0d461b55641ea21e4028456e904a6f652798335ad0e067d7e6ab1438f1"
},
"tokens-erc20-erc721": {
"image": "ghcr.io/hyperledger/firefly-tokens-erc20-erc721",
"tag": "v1.3.4",
"sha": "d93b55daf9a4404a3d26996cb2dffcc3660b3ef3cbe3b0be5bab03a8f745d952"
},
"signer": {
"image": "ghcr.io/hyperledger/firefly-signer",
"tag": "v1.1.20",
"sha": "270f3749f8fa4326de08890d667651a80ff3dfe86c05ad5387671ad0d5b17fe9"
},
"build": {
"firefly-builder": {
"image": "golang:1.22-alpine3.19"
},
"fabric-builder": {
"image": "golang:1.22",
"platform": "linux/x86_64"
},
"solidity-builder": {
"image": "ethereum/solc:0.8.11-alpine"
},
"base": {
"image": "alpine:3.19.7"
}
},
"ui": {
"tag": "v1.3.1",
"release": "v1.3.1"
},
"cli": {
"tag": "v1.3.3-rc.1"
}
}