Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Call defineChain to ensure chain registration in CUSTOM_CHAIN_…
…MAP (#636) This commit modifies the `getChain` function in the `chain.ts` file to call the `defineChain` function when a matching chain override is found. This ensures that the chain is registered in the `CUSTOM_CHAIN_MAP` even if a `Chain` type is already available.
- Loading branch information