We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92fe80 commit e59bae4Copy full SHA for e59bae4
config.toml.example
@@ -6,10 +6,10 @@
6
# =============================================================================
7
8
[bigquery]
9
-BIGQUERY_LOCATION_ID = ""
10
-BIGQUERY_PROJECT_ID = ""
11
-BIGQUERY_DATASET_ID = ""
12
-BIGQUERY_TABLE_ID = ""
+BIGQUERY_LOCATION_ID = "US"
+BIGQUERY_PROJECT_ID = "graph-mainnet"
+BIGQUERY_DATASET_ID = "internal_metrics"
+BIGQUERY_TABLE_ID = "metrics_indexer_attempts"
13
14
[blockchain]
15
BLOCKCHAIN_CONTRACT_ADDRESS = ""
0 commit comments