Skip to content

Commit 37e1330

Browse files
committed
Update preview config files
For the Signer and Cient node, update the preferred Aggregator endpoint.
1 parent dda86ee commit 37e1330

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mithril-client/config/preview.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"network": "preview",
3-
"aggregator_endpoint": "https://aggregator.api.mithril.network/aggregator",
3+
"aggregator_endpoint": "https://aggregator.pre-release-preview.api.mithril.network/aggregator",
44
"genesis_verification_key": "5b3132372c37332c3132342c3136312c362c3133372c3133312c3231332c3230372c3131372c3139382c38352c3137362c3139392c3136322c3234312c36382c3132332c3131392c3134352c31332c3233322c3234332c34392c3232392c322c3234392c3230352c3230352c33392c3233352c34345d"
55
}

mithril-signer/config/preview.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"network": "preview",
3-
"aggregator_endpoint": "https://aggregator.api.mithril.network/aggregator",
3+
"aggregator_endpoint": "https://aggregator.pre-release-preview.api.mithril.network/aggregator",
44
"party_id": 0,
55
"run_interval": 20000,
66
"db_directory": "/db",

0 commit comments

Comments
 (0)