This repository has been archived by the owner on May 28, 2021. It is now read-only.
[Client, node, cf-core] Support any EVM chains and multiple chains concurrently #922
Closed
2 of 6 tasks
Labels
Enhancement
New feature or request
p5: Experimental
Enhancements and refactors that we want to do/head towards
Tracker
Meta-issue to track changes further in roadmap
There's only a few relatively minor tweaks that are needed to make indra EVM chain-agnostic. This will help immensely not only with our own deployments (rinkeby and mainnet can be the same core node but with different
chainId
's in the Dai Card UI), but will also make it very simple to use Connext anywhere.chainId
) to all protocol messages and commitmentsproviderIndex.json
file which can be configured on start. Each chainProvider here will be indexed by chainIdchainId
from the State Channel params, look up the relevant provider fromproviderIndex
and submit the transaction using that providerchainId
+ xpub combo has not been created, then it should setup. This can default to 1 for EthereumThe text was updated successfully, but these errors were encountered: