chore: fix url for mainnet mirror in network config

This commit is contained in:
Matthew Russell 2023-01-12 13:03:08 -08:00
parent c3de7f12f0
commit 9e6ecbc558
No known key found for this signature in database
GPG Key ID: EF695622F2C5E3D8

View File

@ -1,3 +1,3 @@
{
"hosts": ["https://api.n00.mainnet-mirror.vega.xyz/query"]
"hosts": ["https://api.n00.mainnet-mirror.vega.xyz/graphql"]
}