Const
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'); Copy
import { NETWORKS } from '@sei-js/registry';const pacific1 = NETWORKS.find((network) => network.chainId === 'pacific-1');
A constant holding the network configurations for each network, imported from the official Sei chain-registry