-
Notifications
You must be signed in to change notification settings - Fork 242
Expand file tree
/
Copy pathmanifest.json
More file actions
74 lines (74 loc) · 2.18 KB
/
manifest.json
File metadata and controls
74 lines (74 loc) · 2.18 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
{
"cardanoconnect": {
"image": "ghcr.io/hyperledger/firefly-cardanoconnect",
"tag": "v0.6.1",
"sha": "6a7c0534cf08b1afcce56a8234f1da3ef08594b3cbf27d4a9ee84bf4ecd096dd"
},
"cardanosigner": {
"image": "ghcr.io/hyperledger/firefly-cardanosigner",
"tag": "v0.6.1",
"sha": "b950c1d902d58f132f69f5b10aeb1623732de8db4d223534797be87766f123e9"
},
"ethconnect": {
"image": "ghcr.io/hyperledger/firefly-ethconnect",
"tag": "v3.3.3",
"sha": "250509a54bbd3251598a807071b388492c0157df02a3b06bfa64e14e791c0633"
},
"evmconnect": {
"image": "ghcr.io/hyperledger/firefly-evmconnect",
"tag": "v1.4.0",
"sha": "5af81620813b087d4e4fd2efbede7f27383c783d93d9c0cb142de700db0f7177"
},
"fabconnect": {
"image": "ghcr.io/hyperledger/firefly-fabconnect",
"tag": "v0.9.23",
"sha": "a52dd8c60802562a3752015480af590b7f350fc165297c62a077394d7c49557c"
},
"tezosconnect": {
"image": "ghcr.io/hyperledger/firefly-tezosconnect",
"tag": "v0.2.9",
"sha": "cc77e88032ae4afc33c419b58f5b042bc18ad1a193ee9d364455b9cbabd85cd9"
},
"dataexchange-https": {
"image": "ghcr.io/hyperledger/firefly-dataexchange-https",
"tag": "v1.3.2",
"sha": "6b6a8df8845cd19d06ea2af0f58028bcd9d480a42bdc9cfe374e01346d89791a"
},
"tokens-erc1155": {
"image": "ghcr.io/hyperledger/firefly-tokens-erc1155",
"tag": "v1.3.6",
"sha": "7a5c31cbfa29f17182dd09e360638e5df1123b485151d8a5fccd50e7a4179e87"
},
"tokens-erc20-erc721": {
"image": "ghcr.io/hyperledger/firefly-tokens-erc20-erc721",
"tag": "v1.3.6",
"sha": "29daced3498a24191aa354fd204860492a4089335fb99cfb258bba685446ea1f"
},
"signer": {
"image": "ghcr.io/hyperledger/firefly-signer",
"tag": "v1.1.22",
"sha": "00e7aaac049f3e3f80644cea3394e4efa4180a195fa2f71d2e2ca57f8e6f2ec9"
},
"build": {
"firefly-builder": {
"image": "golang:1.24-alpine"
},
"fabric-builder": {
"image": "golang:1.24",
"platform": "linux/x86_64"
},
"solidity-builder": {
"image": "ethereum/solc:0.8.11-alpine"
},
"base": {
"image": "alpine:3.21.3"
}
},
"ui": {
"tag": "v1.3.3",
"release": "v1.3.3"
},
"cli": {
"tag": "v1.4.0"
}
}