Skip to content

Commit

Permalink
feat: add mainnet.community data-node to the mainnet.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel1302 authored May 4, 2024
1 parent 5c13639 commit 6482417
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions mainnet1/mainnet1.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Value = "mainnet"
# !! not passing standard validations
# "tls://grpc.vega.xprv.io:443",
"vega.mainnet.stakingcabin.com:3007",
"tls://grpc.vega.mainnet.community:443",
]
Retries = 5
[API.REST]
Expand All @@ -45,6 +46,7 @@ Value = "mainnet"
# !! not passing standard validations
# "https://vega.xprv.io/datanode",
"https://vega.mainnet.stakingcabin.com:3008",
"https://vega.mainnet.community",
]
[API.GraphQL]
Hosts = [
Expand All @@ -64,6 +66,7 @@ Value = "mainnet"
# !! not passing standard validations
# "https://vega.xprv.io/datanode/query",
"https://vega.mainnet.stakingcabin.com:3008/query",
"https://vega.mainnet.community/graphql",
]

[Apps]
Expand Down

0 comments on commit 6482417

Please sign in to comment.