Closed hapetherw closed 5 months ago
Are you trying to use a database that was previously populated with the RPC using 17172? I think the error here is that you need to delete the database and index the chain again from scratch. The service complains that the new chainId provided by the RPC does not match previously used chainId 17172, which I guess is the one was using before to index the Safe.
Thank you, now it's resolved.
@dasanra Could you please have a look into the following issue? It's important as operating the safe-infrastructure is high priority for us... https://github.com/safe-global/safe-infrastructure/issues/141
Hello, i am trying to operate the
safe-infrastructure
repo on my end. Unfortunately, it fails onsafe-infrastructure-txs-worker-indexer
step. Here's the log about tx-worker-indexer.For your information, our chain is Eclipse Testnet. We have already deprecated old chain(17172) and we are operating the new chain(555666). Old and current chain info were added to 'safe-deployments
,
safe-core-sdk, and
safe-wallet-webrepos. These chain info were added on the
protocol-kitpackage in
safe-core-sdk` with different chainId and shortName.https://github.com/safe-global/safe-core-sdk/blob/main/packages/protocol-kit/src/utils/eip-3770/config.ts
I would like to know if we need to remove old chain info from
protocol-kit
to resolve this issue. Please let me know your thoughts on how to resolve it. Thank you.