Skip to content

Commit

Permalink
Merge pull request #6032 from mysteriumnetwork/improvements/redirect
Browse files Browse the repository at this point in the history
Preparations for new landing page: mystnodes.com -> my.mystnodes.com
  • Loading branch information
mdomasevicius authored Apr 10, 2024
2 parents b177e8a + fc3e14e commit 39fd942
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metadata/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ var MainnetDefinition = NetworkDefinition{
"0x80ed28d84792d8b153bf2f25f0c4b7a1381de4ab",
},
},
MMNAddress: "https://mystnodes.com",
MMNAPIAddress: "https://mystnodes.com/api/v1",
MMNAddress: "https://my.mystnodes.com",
MMNAPIAddress: "https://my.mystnodes.com/api/v1",
PilvytisAddress: "https://pilvytis.mysterium.network",
ObserverAddress: "https://observer.mysterium.network",
DNSMap: map[string][]string{
Expand Down Expand Up @@ -159,8 +159,8 @@ var TestnetDefinition = NetworkDefinition{
"0xcAeF9A6E9C2d9C0Ee3333529922c280580365b51",
},
},
MMNAddress: "https://mystnodes.com",
MMNAPIAddress: "https://mystnodes.com/api/v1",
MMNAddress: "https://my.mystnodes.com",
MMNAPIAddress: "https://my.mystnodes.com/api/v1",
PilvytisAddress: "https://pilvytis-testnet.mysterium.network",
ObserverAddress: "https://observer-testnet.mysterium.network",
DNSMap: map[string][]string{
Expand Down

0 comments on commit 39fd942

Please sign in to comment.