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
Currently we only support the cluster creation for public networks like mainnet, goerli, sepolia, holesky, etc. In order to test charon in a custom testnet with dynamic chain configuration, we need to add support for cluster creation for custom testnets.
🛠️ Proposed solution
Add a --testnet prefixed flags to charon create cluster and charon run to support custom networks. The expected flags should look like the following:
--testnet-chain-id uint Chain ID of the custom test network.
--testnet-fork-version string Genesis fork version of the custom test network (in hex).
--testnet-genesis-timestamp int Genesis timestamp of the custom test network.
--testnet-name string Name of the custom test network.
🧪 Tests
Tested by new automated unit/integration/smoke tests
Manually tested on core team/canary/test clusters
Manually tested on local compose simnet
-->
The text was updated successfully, but these errors were encountered:
🎯 Problem to be solved
Currently we only support the cluster creation for public networks like mainnet, goerli, sepolia, holesky, etc. In order to test charon in a custom testnet with dynamic chain configuration, we need to add support for cluster creation for custom testnets.
🛠️ Proposed solution
Add a
--testnet
prefixed flags tocharon create cluster
andcharon run
to support custom networks. The expected flags should look like the following:🧪 Tests
-->
The text was updated successfully, but these errors were encountered: