Skip to content

Commit aa10e56

Browse files
committed
chore: add Mithril networks configuration in networks.json
1 parent cf84a95 commit aa10e56

File tree

1 file changed

+127
-4
lines changed

1 file changed

+127
-4
lines changed

networks.json

Lines changed: 127 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,144 @@
22
"mainnet": {
33
"cardano-minimum-version": {
44
"mithril-signer": "8.7.3"
5-
}
5+
},
6+
"mithril-networks": [
7+
{
8+
"release-mainnet": {
9+
"aggregators": [
10+
{
11+
"url": "https://aggregator.release-mainnet.api.mithril.network/aggregator"
12+
}
13+
],
14+
"genesis": {
15+
"verification-key": {
16+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-mainnet/genesis.vkey"
17+
}
18+
},
19+
"era-reader": {
20+
"adapter-type": "cardano-chain",
21+
"address": {
22+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-mainnet/era.addr"
23+
},
24+
"verification-key": {
25+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-mainnet/era.vkey"
26+
}
27+
}
28+
}
29+
}
30+
]
631
},
732
"preprod": {
833
"cardano-minimum-version": {
934
"mithril-signer": "8.7.3"
10-
}
35+
},
36+
"mithril-networks": [
37+
{
38+
"release-preprod": {
39+
"aggregators": [
40+
{
41+
"url": "https://aggregator.release-preprod.api.mithril.network/aggregator"
42+
}
43+
],
44+
"genesis": {
45+
"verification-key": {
46+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/genesis.vkey"
47+
}
48+
},
49+
"era-reader": {
50+
"adapter-type": "cardano-chain",
51+
"address": {
52+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/era.addr"
53+
},
54+
"verification-key": {
55+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/release-preprod/era.vkey"
56+
}
57+
}
58+
}
59+
}
60+
]
1161
},
1262
"preview": {
1363
"cardano-minimum-version": {
1464
"mithril-signer": "8.7.3"
15-
}
65+
},
66+
"mithril-networks": [
67+
{
68+
"pre-release-preview": {
69+
"aggregators": [
70+
{
71+
"url": "https://aggregator.pre-release-preview.api.mithril.network/aggregator"
72+
}
73+
],
74+
"genesis": {
75+
"verification-key": {
76+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/genesis.vkey"
77+
}
78+
},
79+
"era-reader": {
80+
"adapter-type": "cardano-chain",
81+
"address": {
82+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/era.addr"
83+
},
84+
"verification-key": {
85+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/pre-release-preview/era.vkey"
86+
}
87+
}
88+
}
89+
},
90+
{
91+
"testing-preview": {
92+
"aggregators": [
93+
{
94+
"url": "https://aggregator.testing-preview.api.mithril.network/aggregator"
95+
}
96+
],
97+
"genesis": {
98+
"verification-key": {
99+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/genesis.vkey"
100+
}
101+
},
102+
"era-reader": {
103+
"adapter-type": "cardano-chain",
104+
"address": {
105+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/era.addr"
106+
},
107+
"verification-key": {
108+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-preview/era.vkey"
109+
}
110+
}
111+
}
112+
}
113+
]
16114
},
17115
"sanchonet": {
18116
"cardano-minimum-version": {
19117
"mithril-signer": "8.10.0-pre"
20-
}
118+
},
119+
"mithril-networks": [
120+
{
121+
"testing-sanchonet": {
122+
"aggregators": [
123+
{
124+
"url": "https://aggregator.testing-sanchonet.api.mithril.network/aggregator"
125+
}
126+
],
127+
"genesis": {
128+
"verification-key": {
129+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-sanchonet/genesis.vkey"
130+
}
131+
},
132+
"era-reader": {
133+
"adapter-type": "cardano-chain",
134+
"address": {
135+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-sanchonet/era.addr"
136+
},
137+
"verification-key": {
138+
"url": "https://raw.githubusercontent.com/input-output-hk/mithril/main/mithril-infra/configuration/testing-sanchonet/era.vkey"
139+
}
140+
}
141+
}
142+
}
143+
]
21144
}
22145
}

0 commit comments

Comments
 (0)