Skip to content

Commit 1f68820

Browse files
authored
Merge pull request #1684 from SundaeSwap-finance/update-firefly-cardano
Update to the newest firefly-cardano image
2 parents c827d0e + 85f7faf commit 1f68820

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

doc-site/docs/tutorials/custom_contracts/cardano.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ edition = "2021"
121121

122122
[dependencies]
123123
# The version of firefly-balius should match the version of firefly-cardano which you are using.
124-
firefly-balius = { git = "https://github.com/hyperledger/firefly-cardano", rev = "0.4.1" }
124+
firefly-balius = { git = "https://github.com/hyperledger/firefly-cardano", rev = "0.4.2" }
125125
pallas-addresses = "0.32"
126126
serde = { version = "1", features = ["derive"] }
127127

manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"cardanoconnect": {
33
"image": "ghcr.io/hyperledger/firefly-cardanoconnect",
4-
"tag": "v0.4.1",
5-
"sha": "78b1008bd62892f6eda197b5047d94e61621d0f06b299422ff8ed9b34ee5ce50"
4+
"tag": "v0.4.2",
5+
"sha": "4f877755dd9130653cfee3f6ddc950e4908e45080627c9f106a12c52cd6ca8c1"
66
},
77
"cardanosigner": {
88
"image": "ghcr.io/hyperledger/firefly-cardanosigner",
9-
"tag": "v0.4.1",
10-
"sha": "d0b76613ccc70ff63e68b137766eb009d589489631cee6aabf2b45e33a1ca5d3"
9+
"tag": "v0.4.2",
10+
"sha": "9a859ce0020851e7a5474085fbfb34b0a027feeeae38455613bbfdfb33a75ddc"
1111
},
1212
"ethconnect": {
1313
"image": "ghcr.io/hyperledger/firefly-ethconnect",

0 commit comments

Comments
 (0)