From 2d7d06e1bbabcb47160ce34ab24590d59079a54f Mon Sep 17 00:00:00 2001 From: steven-l Date: Wed, 17 Jul 2024 17:34:17 +0800 Subject: [PATCH 1/2] bump up version --- compose-graphnode.yml | 2 +- compose-indexer.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compose-graphnode.yml b/compose-graphnode.yml index a7661e3..fc73cb7 100644 --- a/compose-graphnode.yml +++ b/compose-graphnode.yml @@ -18,7 +18,7 @@ services: index-node-0: - image: ${GRAPH_NODE_VERSION:-graphprotocol/graph-node:v0.34.0-rc.0} + image: ${GRAPH_NODE_VERSION:-graphprotocol/graph-node:v0.35.1} container_name: index-node-0 depends_on: - postgres diff --git a/compose-indexer.yml b/compose-indexer.yml index 4d760f2..fe2bb7a 100644 --- a/compose-indexer.yml +++ b/compose-indexer.yml @@ -35,7 +35,7 @@ services: ###################################################################################### indexer-service: - image: ${INDEXER_SERVICE_VERSION:-ghcr.io/graphprotocol/indexer-service:v0.20.22} + image: ${INDEXER_SERVICE_VERSION:-ghcr.io/graphprotocol/indexer-service:v0.21.4} container_name: indexer-service depends_on: - postgres2 @@ -75,7 +75,7 @@ services: ###################################################################################### indexer-agent: - image: ${INDEXER_AGENT_VERSION:-ghcr.io/graphprotocol/indexer-agent:v0.20.22} + image: ${INDEXER_AGENT_VERSION:-ghcr.io/graphprotocol/indexer-agent:v0.21.4} container_name: indexer-agent depends_on: - postgres2 @@ -114,7 +114,7 @@ services: INDEXER_AGENT_POSTGRES_PASSWORD: ${DB_PASS:-db-password} INDEXER_AGENT_POSTGRES_DATABASE: ${AGENT_DB_NAME:-indexer-agent} INDEXER_AGENT_DAI_CONTRACT: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" - INDEXER_AGENT_COLLECT_RECEIPTS_ENDPOINT: https://gateway.thegraph.com/collect-receipts + INDEXER_AGENT_COLLECT_RECEIPTS_ENDPOINT: https://gateway-arbitrum.network.thegraph.com/collect-receipts INDEXER_AGENT_OFFCHAIN_SUBGRAPHS: ${INDEXER_AGENT_OFFCHAIN_SUBGRAPHS} INDEXER_AGENT_GAS_PRICE_MAX: ${INDEXER_AGENT_GAS_PRICE_MAX:-50} INDEXER_AGENT_ALLOCATION_MANAGEMENT: ${INDEXER_AGENT_ALLOCATION_MANAGEMENT:-auto} From 17d028b043817236fb2caafc36ccf98f7ab9b0aa Mon Sep 17 00:00:00 2001 From: steven-l Date: Wed, 17 Jul 2024 17:45:45 +0800 Subject: [PATCH 2/2] bump up version --- compose-graphnode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose-graphnode.yml b/compose-graphnode.yml index fc73cb7..b50da72 100644 --- a/compose-graphnode.yml +++ b/compose-graphnode.yml @@ -57,7 +57,7 @@ services: query-node-0: - image: ${GRAPH_NODE_VERSION:-graphprotocol/graph-node:v0.34.0-rc.0} + image: ${GRAPH_NODE_VERSION:-graphprotocol/graph-node:v0.35.1} container_name: query-node-0 depends_on: - postgres