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
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.
0 commit comments