Skip to content

Commit

Permalink
chore: support 'testing-sanchonet' network in explorer
Browse files Browse the repository at this point in the history
  • Loading branch information
jpraynaud committed Feb 5, 2024
1 parent 899720e commit edbe599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mithril-explorer/src/aggregators-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const defaultAggregators = [
"https://aggregator.release-preprod.api.mithril.network/aggregator",
"https://aggregator.pre-release-preview.api.mithril.network/aggregator",
"https://aggregator.testing-preview.api.mithril.network/aggregator",
"https://aggregator.testing-sanchonet.api.mithril.network/aggregator",
"http://localhost:8080/aggregator",
];

Expand Down

0 comments on commit edbe599

Please sign in to comment.