Compare commits

...
Author SHA1 Message Date
maciek 628619b13a chore: update domains in network conf files 2023-03-17 13:59:34 +01:00
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
"hosts": ["https://api.n04.d.vega.xyz/graphql"]
"hosts": ["https://api-n04.d.vega.rocks/graphql"]
}
+1 -1
View File
@@ -1,3 +1,3 @@
{
"hosts": ["https://api.n00.mainnet-mirror.vega.xyz/graphql"]
"hosts": ["https://api-n00.mainnet-mirror.vega.rocks/graphql"]
}
+1 -1
View File
@@ -1,3 +1,3 @@
{
"hosts": ["https://api.n01.sandbox.vega.xyz/graphql"]
"hosts": ["https://api-n01.sandbox.vega.rocks/graphql"]
}
+1 -1
View File
@@ -1,3 +1,3 @@
{
"hosts": ["https://api.n00.stagnet1.vega.xyz/graphql"]
"hosts": ["https://api-n00.stagnet1.vega.rocks/graphql"]
}
+1 -1
View File
@@ -1,3 +1,3 @@
{
"hosts": ["https://api.stagnet3.vega.xyz/graphql"]
"hosts": ["https://api-stagnet3.vega.rocks/graphql"]
}
+7 -7
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"
]
}