Skip to content

Commit c90e2e7

Browse files
committed
docs: add missing ancillary keys in networks json file
1 parent 2327f48 commit c90e2e7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

networks.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
"verification-key": {
2525
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-mainnet/era.vkey"
2626
}
27+
},
28+
"ancillary": {
29+
"verification-key": {
30+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-mainnet/ancillary.vkey"
31+
}
2732
}
2833
}
2934
}
@@ -54,6 +59,11 @@
5459
"verification-key": {
5560
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/era.vkey"
5661
}
62+
},
63+
"ancillary": {
64+
"verification-key": {
65+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/ancillary.vkey"
66+
}
5767
}
5868
}
5969
}
@@ -84,6 +94,11 @@
8494
"verification-key": {
8595
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/era.vkey"
8696
}
97+
},
98+
"ancillary": {
99+
"verification-key": {
100+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/ancillary.vkey"
101+
}
87102
}
88103
}
89104
},
@@ -107,6 +122,11 @@
107122
"verification-key": {
108123
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/era.vkey"
109124
}
125+
},
126+
"ancillary": {
127+
"verification-key": {
128+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/ancillary.vkey"
129+
}
110130
}
111131
}
112132
}

0 commit comments

Comments
 (0)