@subql sei-starter not working on Sei Network

Title: cosmos-subql-starter Sei sei-starter/ not working on Sei Network

Environment:
sei-starter commit 3ca03c1
yarnv1.22.19; nvm 18.6.0; node 18.6.0;
seid version 3.0.3, macOS Monterey Version 12.2.21 and Terminal 2.12 (443), Bash script

Steps to reproduce:

  1. on directory /Sei/sei-starter, yarn install, yarn codgen, yarn build
  2. yarn start:docker

Expected result:

  1. localhost:3000/ Subquery works fine; terminal log yields no warning or error

Actual result:

  1. ERROR failed to index block at height 15622001 TypeError: Cannot read properties of undefined (reading ‘typeUrl’)
  2. Failed to fetch indexer meta, request to http://subquery-node:3000/meta failed, reason: connect ECONNREFUSED 172.18.0.3:3000
  3. Failed to fetch indexer health, request to http://subquery-node:3000/health failed, reason: connect ECONNREFUSED 172.18.0.3:3000
  4. WARN Dictionary indexed block is behind current indexing block height
  5. WARN Database does not support SSL connection, will try to connect without it
    Title: cosmos-subql-starter Sei sei-starter/ not working on Sei Network

Environment:
sei-starter commit 3ca03c1
yarnv1.22.19; nvm 18.6.0; node 18.6.0;
seid version 3.0.3, macOS Monterey Version 12.2.21 and Terminal 2.12 (443), Bash script

Steps to reproduce:

  1. on directory /Sei/sei-starter, yarn install, yarn codgen, yarn build
  2. yarn start:docker

Expected result:

  1. localhost:3000/ Subquery works fine; terminal log yields no warning or error

Actual result:

  1. ERROR failed to index block at height 15622001 TypeError: Cannot read properties of undefined (reading ‘typeUrl’)
  2. Failed to fetch indexer meta, request to subquery-node:3000/meta failed, reason: connect ECONNREFUSED 172.18.0.3:3000
  3. Failed to fetch indexer health, request to subquery-node:3000/health failed, reason: connect ECONNREFUSED 172.18.0.3:3000
  4. WARN Dictionary indexed block is behind current indexing block height
  5. WARN Database does not support SSL connection, will try to connect without it