diff --git a/subgraph-radio/src/config.rs b/subgraph-radio/src/config.rs index 7844e63..3a1ec66 100644 --- a/subgraph-radio/src/config.rs +++ b/subgraph-radio/src/config.rs @@ -279,7 +279,6 @@ pub struct GraphStack { value_name = "SUBGRAPH", env = "REGISTRY_SUBGRAPH", help = "Subgraph endpoint to the Graphcast Registry", - default_value = "https://api.thegraph.com/subgraphs/name/hopeyen/graphcast-registry-mainnet" )] pub registry_subgraph: String, #[clap( @@ -287,7 +286,6 @@ pub struct GraphStack { value_name = "SUBGRAPH", env = "NETWORK_SUBGRAPH", help = "Subgraph endpoint to The Graph network subgraph", - default_value = "https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-mainnet" )] pub network_subgraph: String, #[clap( diff --git a/template.toml b/template.toml index 9c33451..c98a0d0 100644 --- a/template.toml +++ b/template.toml @@ -1,8 +1,8 @@ [graph_stack] graph_node_status_endpoint = 'http://localhost:8030/graphql' indexer_address = '0xgossipssssssssssssssssssssssssssssssssss' -registry_subgraph = 'https://api.thegraph.com/subgraphs/name/hopeyen/graphcast-registry-goerli' -network_subgraph = 'https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network-goerli' +registry_subgraph = 'https://gateway-arbitrum.network.thegraph.com/api/{api-key}/subgraphs/id/9bnkkKmSqX3FpoxnBVNFcQfmdSJt2Zc8PrsY1ek64jPr' +network_subgraph = 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3xQHhMudr1oh69ut36G2mbzpYmYxwqCeU6wwqyCDCnqV' private_key = 'abcdefghabcdefghabcdefghabcdefghabcdefghabcdefghabcdefghabcdefgh' indexer_management_server_endpoint = 'http://127.0.0.1:18000'