Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove old Eclipse chain(testnet) info from protocol-kit config #832

Closed
hapetherw opened this issue May 28, 2024 · 0 comments
Closed

Remove old Eclipse chain(testnet) info from protocol-kit config #832

hapetherw opened this issue May 28, 2024 · 0 comments

Comments

@hapetherw
Copy link

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 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

Proposed solution

To resolve this issue, we want to remove old chain info(17172) from safe-core-sdk repo. (especially, remove it from protocol-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

@hapetherw 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant