|
2 | 2 | "mainnet": {
|
3 | 3 | "cardano-minimum-version": {
|
4 | 4 | "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 | + ] |
6 | 31 | },
|
7 | 32 | "preprod": {
|
8 | 33 | "cardano-minimum-version": {
|
9 | 34 | "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 | + ] |
11 | 61 | },
|
12 | 62 | "preview": {
|
13 | 63 | "cardano-minimum-version": {
|
14 | 64 | "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 | + ] |
16 | 114 | },
|
17 | 115 | "sanchonet": {
|
18 | 116 | "cardano-minimum-version": {
|
19 | 117 | "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 | + ] |
21 | 144 | }
|
22 | 145 | }
|
0 commit comments