diff --git a/kube/indexer/starcoin-indexer-halley-deployment.yaml b/kube/indexer/starcoin-indexer-halley-deployment.yaml index 0c74a09..1f10f4b 100644 --- a/kube/indexer/starcoin-indexer-halley-deployment.yaml +++ b/kube/indexer/starcoin-indexer-halley-deployment.yaml @@ -17,14 +17,14 @@ spec: spec: containers: - name: starcoin-indexer - image: starcoin/starcoin_indexer:sha-3af1c2a + image: starcoin/starcoin_indexer:halley_fix_db_1 ports: - containerPort: 8300 env: - name: HOSTS value: "halley.seed.starcoin.org" - name: NETWORK - value: "halley.0727" + value: "halley.20240621" - name: BG_TASK_JOBS value: "indexer,secondary,market_cap,txn_payload,swap_stats,txn_global_idx_update" - name: BULK_SIZE @@ -37,7 +37,7 @@ spec: - name: STARCOIN_ES_URL value: "search-starcoin-es2-47avtmhexhbg7qtynzebcnnu64.ap-northeast-1.es.amazonaws.com" - name: TXN_OFFSET - value: "451993" + value: "0" - name: STARCOIN_ES_PROTOCOL value: "https" - name: STARCOIN_ES_PORT diff --git a/kube/indexer/starcoin-indexer-repair-halley-deployment.yaml b/kube/indexer/starcoin-indexer-repair-halley-deployment.yaml index b9b7f93..f00aa76 100644 --- a/kube/indexer/starcoin-indexer-repair-halley-deployment.yaml +++ b/kube/indexer/starcoin-indexer-repair-halley-deployment.yaml @@ -17,7 +17,7 @@ spec: spec: containers: - name: starcoin-indexer-repair - image: starcoin/starcoin_indexer:sha-3af1c2a + image: starcoin/starcoin_indexer:halley_fix_db_1 ports: - containerPort: 8300 env: @@ -37,7 +37,7 @@ spec: - name: STARCOIN_ES_URL value: "search-starcoin-es2-47avtmhexhbg7qtynzebcnnu64.ap-northeast-1.es.amazonaws.com" - name: TXN_OFFSET - value: "451993" + value: "0" - name: STARCOIN_ES_PROTOCOL value: "https" - name: STARCOIN_ES_PORT diff --git a/pom.xml b/pom.xml index 063861d..2ce1d86 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.starcoin sdk - 1.2.2 + 1.2.5 org.springframework.boot diff --git a/starcoin-indexer/src/test/resources/application-integrationtest.properties b/starcoin-indexer/src/test/resources/application-integrationtest.properties index 63a2905..99aade5 100644 --- a/starcoin-indexer/src/test/resources/application-integrationtest.properties +++ b/starcoin-indexer/src/test/resources/application-integrationtest.properties @@ -1,4 +1,4 @@ -starcoin.seeds=localhost +starcoin.seeds=halley.seed.starcoin.org starcoin.network=main starcoin.bg_task.jobs= starcoin.indexer.bulk_size=3