You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our chain is Eclipse testnet.
We have already deprecated our old chain(17172) and we have been operating the new chain(555666).
I am trying to operate safe-infrastructure repo on my end and it seems there's a conflict between the old chain and current chain info on safe-infrastructure-txs-worker-indexer step.
Here's the log data:
2024-05-29 01:05:21 Setting up Safe Contract Addresses
2024-05-29 01:05:23 Cannot detect a valid ethereum-network
2024-05-29 01:05:24 ==> 17:05:24 ==> Setting contracts...
2024-05-29 01:05:29 ==> 17:05:29 ==> Check RPC connected matches previously used RPC...
2024-05-29 01:05:32 CommandError: EthereumRPC chainId 555666 does not match previously used chainId 17172
The text was updated successfully, but these errors were encountered:
hapetherw
changed the title
Remove old chain info from protocol-kit config
Remove old Eclipse chain(testnet) info from protocol-kit config
May 28, 2024
Context / issue
Our chain is Eclipse testnet.
We have already deprecated our old chain(17172) and we have been operating the new chain(555666).
I am trying to operate
safe-infrastructure
repo on my end and it seems there's a conflict between the old chain and current chain info onsafe-infrastructure-txs-worker-indexer
step.Here's the log data:
Proposed solution
To resolve this issue, we want to remove old chain info(17172) from
safe-core-sdk
repo. (especially, remove it fromprotocol-kit
)https://github.com/safe-global/safe-core-sdk/blob/main/packages/protocol-kit/src/utils/eip-3770/config.ts
Additional context
Relevant issue: safe-global/safe-infrastructure#140
The text was updated successfully, but these errors were encountered: