chore(static): update domains in network conf files (#3219)

This commit is contained in:
Maciek 2023-03-20 10:58:05 +01:00 committed by GitHub
parent a359ccb755
commit 4165f3905f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 12 deletions

View File

@ -1,3 +1,3 @@
{
"hosts": ["https://api.n04.d.vega.xyz/graphql"]
"hosts": ["https://api-n04.d.vega.rocks/graphql"]
}

View File

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

View File

@ -1,3 +1,3 @@
{
"hosts": ["https://api.n01.sandbox.vega.xyz/graphql"]
"hosts": ["https://api-n01.sandbox.vega.rocks/graphql"]
}

View File

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

View File

@ -1,3 +1,3 @@
{
"hosts": ["https://api.stagnet3.vega.xyz/graphql"]
"hosts": ["https://api-stagnet3.vega.rocks/graphql"]
}

View File

@ -1,11 +1,11 @@
{
"hosts": [
"https://api.n06.testnet.vega.xyz/graphql",
"https://api.n07.testnet.vega.xyz/graphql",
"https://api.n08.testnet.vega.xyz/graphql",
"https://api.n09.testnet.vega.xyz/graphql",
"https://api.n10.testnet.vega.xyz/graphql",
"https://api.n11.testnet.vega.xyz/graphql",
"https://api.n12.testnet.vega.xyz/graphql"
"https://api-n06.testnet.vega.rocks/graphql",
"https://api-n07.testnet.vega.rocks/graphql",
"https://api-n08.testnet.vega.rocks/graphql",
"https://api-n09.testnet.vega.rocks/graphql",
"https://api-n10.testnet.vega.rocks/graphql",
"https://api-n11.testnet.vega.rocks/graphql",
"https://api-n12.testnet.vega.rocks/graphql"
]
}