Variable NETWORKSConst

NETWORKS: NetworksConfig = ...

A constant holding the network configurations for each network, imported from the official Sei chain-registry

import { NETWORKS } from '@sei-js/registry';

const pacific1 = NETWORKS.find((network) => network.chainId === 'pacific-1');