Utilities
mergeNetworks
Summary
This utility function merges two arrays of GenericNetwork
objects, with the first array taking precedence in case of a conflict. It is imported from @dynamic-labs/sdk-react-core
.
Annotation
Example
It is commonly used when you declare custom EVM networks or custom SVM networks for Dynamic, and you want to merge them with the networks you get from the dashboard configurations:
Was this page helpful?