We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85109e3 commit aca39fbCopy full SHA for aca39fb
mithril-explorer/pages/index.js
@@ -8,6 +8,8 @@ import styles from "../styles/Home.module.css";
8
9
const available_aggregators = [
10
"https://aggregator.release-preprod.api.mithril.network/aggregator",
11
+ "https://aggregator.pre-release-preview.api.mithril.network/aggregator",
12
+ "https://aggregator.testing-preview.api.mithril.network/aggregator",
13
"https://aggregator.api.mithril.network/aggregator",
14
"http://localhost:8080/aggregator"
15
];
0 commit comments