Skip to content

Commit

Permalink
docs: update minimum Cardano node version in networks file
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Jun 27, 2024
1 parent 26df8fb commit f2d2923
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions networks.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"mainnet": {
"cardano-minimum-version": {
"mithril-signer": "8.7.3"
"mithril-signer": "8.9.0"
},
"mithril-networks": [
{
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"preprod": {
"cardano-minimum-version": {
"mithril-signer": "8.7.3"
"mithril-signer": "8.9.0"
},
"mithril-networks": [
{
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"preview": {
"cardano-minimum-version": {
"mithril-signer": "8.7.3"
"mithril-signer": "8.9.0"
},
"mithril-networks": [
{
Expand Down Expand Up @@ -114,7 +114,7 @@
},
"sanchonet": {
"cardano-minimum-version": {
"mithril-signer": "8.11.0-pre"
"mithril-signer": "8.12.0-pre"
},
"mithril-networks": [
{
Expand Down

0 comments on commit f2d2923

Please sign in to comment.