import { NetworkType } from './network-type';
import { Network, Networks } from '../types';
export declare const _networks: {
    hardhat: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: undefined;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    localhost: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: undefined;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    localhost2: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: undefined;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    seiTestnetArctic: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    lineaTestnetSepolia: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    mantleTestnetSepolia: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    polygonTestnetAmoy: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    lineaTestnetGoerli: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: string;
        active: boolean;
        protocolMultisig: string;
    };
    zoraTestnetSepolia: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    baseTestnetSepolia: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    arbitrumTestnetSepolia: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: string;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    optimismTestnetSepolia: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    ethereumTestnetSepolia: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: string;
        ccipId: string;
        active: boolean;
        protocolMultisig: string;
    };
    baseTestnetGoerli: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: string;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    zoraTestnetGoerli: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    mantleTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: string;
    };
    kekChainTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    goChainTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    reiNetworkTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    reiChainTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    hooSmartChainTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    novaTestnetNebula: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    energyWebChainTestnetVolta: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    nahmiiTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    callistoTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    godwokenTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    syscoinTestnetTanenbaum: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    elastosSmartChainTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    xdcTestnetApothem: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    fuseTestnetSpark: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    polisTestnetSparta: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    meterTestnetWarringstakes: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    coinExSmartChainTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    thunderCoreTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    smartBitcoinCashTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    stepTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    ultronTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    visionTestnetVpioneer: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    thetaTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    flareTestnetCoston2: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    flareTestnetCoston: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    oasisTestnetSaphire: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    oasisTestnetEmerald: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    rskTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    astarTestnetShibuya: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    publicMintTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    kccTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    hecoChainTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    fusionTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    kavaEvmTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    velasEvmTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    tomoChainTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    telosEvmTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    palmNftTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    okxTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    metisTestnetGoerli: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    klaytnTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    iotexTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    evmosTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    dogechainTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    cantoTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    bobaFantomTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    bobaMoonbeamTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    bobaBinanceChainTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    bobaAvalancheTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    bobaEthereumTestnetGoerli: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    celoTestnetAlfajorest: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    moonbeamTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    harmonyTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    optimismTestnetGoerli: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: string;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    arbitrumTestnetGoerli: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: string;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    auroraTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    cronosTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    ethereumTestnetGoerli: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: string;
    };
    ethereumTestnetKovan: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
        deprecated: boolean;
    };
    ethereumTestnetRopsten: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
        deprecated: boolean;
    };
    gnosisTestnetSokol: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: undefined;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    optimismTestnetKovan: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
        deprecated: boolean;
    };
    arbitrumTestnetRinkeby: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
        deprecated: boolean;
    };
    fantomTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    polygonTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: string;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    avalancheTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: string;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    binanceSmartChainTestnet: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: string;
        ccipId: string;
        active: boolean;
        protocolMultisig: undefined;
    };
    ethereumTestnetRinkeby: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
        deprecated: boolean;
    };
    ethereum: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: string;
        ccipId: string;
        active: boolean;
        protocolMultisig: string;
    };
    binanceSmartChain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: string;
    };
    avalanche: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: string;
        ccipId: string;
        active: boolean;
        protocolMultisig: string;
    };
    polygon: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: string;
        ccipId: string;
        active: boolean;
        protocolMultisig: string;
    };
    fantom: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    arbitrumOne: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: string;
    };
    optimism: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: string;
        ccipId: string;
        active: boolean;
        protocolMultisig: string;
    };
    gnosis: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    cronos: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    aurora: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    harmony: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    moonbeam: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    celo: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    swimmer: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    dfk: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    moonriver: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    bobaEthereum: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    bobaAvalanche: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    bobaBinanceChain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    bobaFantom: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    bobaMoonbeam: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    canto: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    dogechain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    evmos: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    iotex: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    klaytnCypress: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    metisAndromeda: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    okx: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    palmNft: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    telosEvm: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    tomoChain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    velasEvm: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    ubiq: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    kavaEvm: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    fusion: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    hecoChain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    kcc: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    publicMint: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    astar: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    shiden: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    rsk: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    oasisEmerald: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    flare: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    songbird: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    theta: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    wanchain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    vision: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    ultron: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    step: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    smartBitcoinCash: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    thunderCore: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    bitgert: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    coinExSmartChain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    meter: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    polisOlympus: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    fuse: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    xdc: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    elastosSmartChain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    syscoin: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    godwoken: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    callisto: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    nahmii: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    energyWebChain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    nova: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    hooSmartChain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    reiChain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    reiNetwork: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    goChain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    kekChain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    highPerformanceBlockchain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    zyxNetwork: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    tombChain: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: undefined;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    arbitrumNova: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: undefined;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: undefined;
    };
    mantle: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: string;
    };
    zora: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: string;
    };
    base: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: string;
    };
    linea: {
        name: string;
        type: NetworkType;
        key: string;
        shortKey: string;
        color: string;
        chain: number;
        rpc: string;
        holographId: number;
        tokenName: string;
        tokenSymbol: string;
        explorer: string;
        lzEndpoint: string;
        lzExecutor: string;
        lzId: number;
        ccipEndpoint: undefined;
        ccipId: number;
        active: boolean;
        protocolMultisig: string;
    };
};
export declare const networks: Networks;
export type NetworkKey = keyof typeof _networks;
type RpcUrlKey = `${Uppercase<string>}_RPC_URL`;
export declare function generateNetworkKeyByRpcUrl<T extends Record<string, Network>>(networks: T): Record<RpcUrlKey, string>;
export declare const NETWORK_KEY_BY_RPC_URL: Record<`${Uppercase<string>}_RPC_URL`, string>;
export {};
//# sourceMappingURL=networks.d.ts.map