UNPKG

@holographxyz/networks

Version:
1,433 lines 110 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.NETWORK_KEY_BY_RPC_URL = exports.generateNetworkKeyByRpcUrl = exports.networks = exports._networks = void 0; const dotenv_1 = __importDefault(require("dotenv")); dotenv_1.default.config(); const network_type_1 = require("./network-type"); exports._networks = { // LOCAL NETWORKS hardhat: { name: 'Hardhat', type: network_type_1.NetworkType.local, key: 'hardhat', shortKey: 'hardhat', color: '#83EEFF', chain: 31337, rpc: process.env.HARDHAT_RPC_URL || 'http://127.0.0.1:8545', holographId: 4294967295, tokenName: 'Hardhat', tokenSymbol: 'HRD', explorer: undefined, lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, localhost: { name: 'Localhost', type: network_type_1.NetworkType.local, key: 'localhost', shortKey: 'localhost', color: '#83EEFF', chain: 1338, rpc: process.env.LOCALHOST_RPC_URL || 'http://127.0.0.1:8545', holographId: 4294967294, tokenName: 'Localhost', tokenSymbol: 'LH', explorer: undefined, lzEndpoint: undefined, lzExecutor: undefined, lzId: 65535, ccipEndpoint: undefined, ccipId: 0, active: true, protocolMultisig: undefined, }, localhost2: { name: 'Localhost 2', type: network_type_1.NetworkType.local, key: 'localhost2', shortKey: 'localhost2', color: '#FF0000', chain: 1339, rpc: process.env.LOCALHOST2_RPC_URL || 'http://127.0.0.1:9545', holographId: 4294967293, tokenName: 'Localhost 2', tokenSymbol: 'LH2', explorer: undefined, lzEndpoint: undefined, lzExecutor: undefined, lzId: 65534, ccipEndpoint: undefined, ccipId: 0, active: true, protocolMultisig: undefined, }, // TEST NETWORKS seiTestnetArctic: { name: 'Sei EVM Testnet', type: network_type_1.NetworkType.testnet, key: 'seiTestnetArctic', shortKey: 'seiArctic', color: '#9e1f19', chain: 713715, rpc: process.env.SEI_TESTNET_ARCTIC_RPC_URL || 'https://evm-rpc-arctic-1.sei-apis.com', holographId: 4000000082, tokenName: 'Sei Testnet SEI', tokenSymbol: 'SEI', explorer: 'https://seistream.app/', lzEndpoint: '0x6edce65403992e310a62460808c4b910d972f10f'.toLowerCase(), lzExecutor: '0x55c175DD5b039331dB251424538169D8495C18d1'.toLowerCase(), lzId: 40258, ccipEndpoint: undefined, ccipId: '', active: true, protocolMultisig: undefined, }, lineaTestnetSepolia: { name: 'Linea Testnet Sepolia', type: network_type_1.NetworkType.testnet, key: 'lineaTestnetSepolia', shortKey: 'lineaSepolia', color: '#ADD8E6', chain: 59141, rpc: process.env.LINEA_TESTNET_SEPOLIA_RPC_URL || 'https://rpc.sepolia.linea.build', holographId: 4000000081, tokenName: 'Linea Sepolia ETH', tokenSymbol: 'ETH', explorer: 'https://sepolia.lineascan.build', lzEndpoint: ''.toLowerCase(), lzExecutor: '0xe1a12515F9AB2764b887bF60B923Ca494EBbB2d6'.toLowerCase(), lzId: 40287, ccipEndpoint: undefined, ccipId: '', active: true, protocolMultisig: undefined, }, mantleTestnetSepolia: { name: 'Mantle Testnet Sepolia', type: network_type_1.NetworkType.testnet, key: 'mantleTestnetSepolia', shortKey: 'mantleSepolia', color: '#8b9d8e', chain: 5003, rpc: process.env.MANTLE_TESTNET_SEPOLIA_RPC_URL || 'https://rpc.sepolia.mantle.xyz', holographId: 4000000080, tokenName: 'Mantle Sepolia ETH', tokenSymbol: 'ETH', explorer: 'https://explorer.sepolia.mantle.xyz', lzEndpoint: '0x6edce65403992e310a62460808c4b910d972f10f'.toLowerCase(), lzExecutor: '0x8BEEe743829af63F5b37e52D5ef8477eF12511dE'.toLowerCase(), lzId: 40246, ccipEndpoint: undefined, ccipId: '', active: true, protocolMultisig: undefined, }, polygonTestnetAmoy: { name: 'Polygon Testnet Amoy', type: network_type_1.NetworkType.testnet, key: 'polygonTestnetAmoy', shortKey: 'polygonAmoy', color: '#B026FF', chain: 80002, rpc: process.env.POLYGON_TESTNET_AMOY_RPC_URL || 'https://rpc-amoy.polygon.technology', holographId: 4000000079, tokenName: 'Polygon Amoy MATIC', tokenSymbol: 'MATIC', explorer: 'https://www.oklink.com/amoy', lzEndpoint: '0x6edce65403992e310a62460808c4b910d972f10f'.toLowerCase(), lzExecutor: '0x4Cf1B3Fa61465c2c907f82fC488B43223BA0CF93'.toLowerCase(), lzId: 40267, ccipEndpoint: undefined, ccipId: '', active: false, protocolMultisig: undefined, }, lineaTestnetGoerli: { name: 'Linea Testnet Goerli', type: network_type_1.NetworkType.testnet, key: 'lineaTestnetGoerli', shortKey: 'lineaGoerli', color: '#ADD8E6', chain: 59140, rpc: process.env.LINEA_TESTNET_GOERLI_RPC_URL || 'https://rpc.goerli.linea.build', holographId: 4000000078, tokenName: 'Linea Goerli ETH', tokenSymbol: 'ETH', explorer: 'https://goerli.lineascan.build', lzEndpoint: '0x6edce65403992e310a62460808c4b910d972f10f'.toLowerCase(), lzExecutor: undefined, lzId: 40157, ccipEndpoint: undefined, ccipId: '', active: true, protocolMultisig: '0xC52a64d3a9E0EB867b05b105676148b8A0594846'.toLowerCase(), }, zoraTestnetSepolia: { name: 'Zora Sepolia Testnet', type: network_type_1.NetworkType.testnet, key: 'zoraTestnetSepolia', shortKey: 'zoraSepolia', color: '#FFFFFF', chain: 999999999, rpc: process.env.ZORA_TESTNET_SEPOLIA_RPC_URL || '', holographId: 4000000077, tokenName: 'Zora Sepolia ETH', tokenSymbol: 'ETH', explorer: 'https://sepolia.explorer.zora.energy', lzEndpoint: '0x55370E0fBB5f5b8dAeD978BA1c075a499eB107B8'.toLowerCase(), lzExecutor: '0x4Cf1B3Fa61465c2c907f82fC488B43223BA0CF93'.toLowerCase(), lzId: 40249, ccipEndpoint: undefined, ccipId: '', active: true, protocolMultisig: undefined, }, baseTestnetSepolia: { name: 'Base Sepolia Testnet', type: network_type_1.NetworkType.testnet, key: 'baseTestnetSepolia', shortKey: 'baseSepolia', color: '#0000FF', chain: 84532, rpc: process.env.BASE_TESTNET_SEPOLIA_RPC_URL || 'https://sepolia.base.org', holographId: 4000000076, tokenName: 'Base Sepolia ETH', tokenSymbol: 'ETH', explorer: 'https://sepolia-explorer.base.org', lzEndpoint: '0x55370E0fBB5f5b8dAeD978BA1c075a499eB107B8'.toLowerCase(), lzExecutor: '0x8A3D588D9f6AC041476b094f97FF94ec30169d3D'.toLowerCase(), lzId: 10245, ccipEndpoint: undefined, ccipId: '', active: true, protocolMultisig: undefined, }, arbitrumTestnetSepolia: { name: 'Arbitrum Sepolia Testnet', type: network_type_1.NetworkType.testnet, key: 'arbitrumTestnetSepolia', shortKey: 'arbitrumTestnet', color: '#0000FF', chain: 421614, rpc: process.env.ARBITRUM_TESTNET_SEPOLIA_RPC_URL || 'https://arbitrum-sepolia.blockpi.network/v1/rpc/public', holographId: 4000000075, tokenName: 'Arbitrum Sepolia ETH', tokenSymbol: 'ETH', explorer: 'https://sepolia.arbiscan.io', lzEndpoint: '0x6098e96a28E02f27B1e6BD381f870F1C8Bd169d3'.toLowerCase(), lzExecutor: '0x5Df3a1cEbBD9c8BA7F8dF51Fd632A9aef8308897'.toLowerCase(), lzId: 40231, ccipEndpoint: '0x2a9c5afb0d0e4bab2bcdae109ec4b0c4be15a165'.toLowerCase(), ccipId: '3478487238524512106', active: true, protocolMultisig: undefined, }, optimismTestnetSepolia: { name: 'Optimism Sepolia Testnet', type: network_type_1.NetworkType.testnet, key: 'optimismTestnetSepolia', shortKey: 'optimismTestnet', color: '#FF0000', chain: 11155420, rpc: process.env.OPTIMISM_TESTNET_SEPOLIA_RPC_URL || 'https://sepolia.optimism.io', holographId: 4000000074, tokenName: 'Optimism Sepolia ETH', tokenSymbol: 'ETH', explorer: 'https://optimism-sepolia.blockscout.com', lzEndpoint: '0x55370E0fBB5f5b8dAeD978BA1c075a499eB107B8'.toLowerCase(), lzExecutor: '0xDc0D68899405673b932F0DB7f8A49191491A5bcB'.toLowerCase(), lzId: 40232, ccipEndpoint: undefined, ccipId: '', active: true, protocolMultisig: undefined, }, ethereumTestnetSepolia: { name: 'Ethereum Sepolia', type: network_type_1.NetworkType.testnet, key: 'ethereumTestnetSepolia', shortKey: 'sepolia', color: '#83EEFF', chain: 11155111, rpc: process.env.ETHEREUM_TESTNET_SEPOLIA_RPC_URL || 'https://eth-sepolia.g.alchemy.com/v2/demo', holographId: 4000000073, tokenName: 'Ethereum Sepolia ETH', tokenSymbol: 'ETH', explorer: 'https://sepolia.etherscan.io', lzEndpoint: '0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1'.toLowerCase(), lzExecutor: '0x718B92b5CB0a5552039B593faF724D182A881eDA'.toLowerCase(), lzId: 40161, ccipEndpoint: '0x0bf3de8c5d3e8a2b34d2beeb17abfcebaf363a59'.toLowerCase(), ccipId: '16015286601757825753', active: true, protocolMultisig: '0x8FE61F653450051cEcbae12475BA2b8fbA628c7A'.toLowerCase(), }, baseTestnetGoerli: { name: 'Base Goerli Testnet', type: network_type_1.NetworkType.testnet, key: 'baseTestnetGoerli', shortKey: 'baseTestnet', color: '#FFFFFF', chain: 84531, rpc: process.env.BASE_TESTNET_GOERLI_RPC_URL || 'https://goerli.base.org', holographId: 4000000072, tokenName: 'Base Goerli ETH', tokenSymbol: 'ETH', explorer: 'https://goerli.basescan.org', lzEndpoint: '0x6aB5Ae6822647046626e83ee6dB8187151E1d5ab'.toLowerCase(), lzExecutor: undefined, lzId: 10160, ccipEndpoint: '0xa8c0c11bf64af62cdca6f93d3769b88bdd7cb93d'.toLowerCase(), ccipId: '5790810961207155433', active: false, protocolMultisig: undefined, }, zoraTestnetGoerli: { name: 'Zora Goerli Testnet', type: network_type_1.NetworkType.testnet, key: 'zoraTestnetGoerli', shortKey: 'zoraTestnet', color: '#FFFFFF', chain: 999, rpc: process.env.ZORA_TESTNET_GOERLI_RPC_URL || 'https://testnet.rpc.zora.energy', holographId: 4000000071, tokenName: 'Zora Goerli ETH', tokenSymbol: 'ETH', explorer: 'https://testnet.explorer.zora.energy', lzEndpoint: '0x83c73Da98cf733B03315aFa8758834b36a195b87'.toLowerCase(), lzExecutor: undefined, lzId: 10195, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, mantleTestnet: { name: 'Mantle Testnet', type: network_type_1.NetworkType.testnet, key: 'mantleTestnet', shortKey: 'mantleTestnet', color: '#8b9d8e', chain: 5001, rpc: process.env.MANTLE_TESTNET_RPC_URL || 'https://rpc.testnet.mantle.xyz', holographId: 4000000070, tokenName: 'Mantle Testnet', tokenSymbol: 'MNT', explorer: 'https://explorer.testnet.mantle.xyz', lzEndpoint: '0x2cA20802fd1Fd9649bA8Aa7E50F0C82b479f35fe'.toLowerCase(), lzExecutor: undefined, lzId: 10181, ccipEndpoint: undefined, ccipId: 0, active: true, protocolMultisig: '0x87Ef913A4D2D7B1d31782E6635A1172371E98123'.toLowerCase(), }, kekChainTestnet: { name: 'KeKchain Testnet', type: network_type_1.NetworkType.testnet, key: 'kekChainTestnet', shortKey: 'kekChainTestnet', color: '#FFFFFF', chain: 420666, rpc: process.env.KEK_CHAIN_TESTNET_RPC_URL || 'https://testnet.kekchain.com', holographId: 4000000069, tokenName: 'KekChain Testnet', tokenSymbol: 'KEK', explorer: 'https://testnet-explorer.kekchain.com', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, goChainTestnet: { name: 'GoChain Testnet', type: network_type_1.NetworkType.testnet, key: 'goChainTestnet', shortKey: 'goChainTestnet', color: '#FFFFFF', chain: 31337, rpc: process.env.GO_CHAIN_TESTNET_RPC_URL || 'https://testnet-rpc.gochain.io', holographId: 4000000068, tokenName: 'GoChain Testnet', tokenSymbol: 'GO', explorer: 'https://testnet-explorer.gochain.io', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, reiNetworkTestnet: { name: 'REI Network Testnet', type: network_type_1.NetworkType.testnet, key: 'reiNetworkTestnet', shortKey: 'reiNetworkTestnet', color: '#FFFFFF', chain: 12357, rpc: process.env.REI_NETWORK_TESTNET_RPC_URL || 'https://rpc-testnet.rei.network', holographId: 4000000067, tokenName: 'REI Network Testnet', tokenSymbol: 'REI', explorer: 'https://scan-test.rei.network', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, reiChainTestnet: { name: 'REI Chain Testnet', type: network_type_1.NetworkType.testnet, key: 'reiChainTestnet', shortKey: 'reiChainTestnet', color: '#FFFFFF', chain: 55556, rpc: process.env.REI_CHAIN_TESTNET_RPC_URL || 'https://rei-testnet-rpc.moonrhythm.io', holographId: 4000000066, tokenName: 'REI Chain Testnet', tokenSymbol: 'REI', explorer: 'https://testnet.reiscan.com', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, hooSmartChainTestnet: { name: 'Hoo Smart Chain Testnet', type: network_type_1.NetworkType.testnet, key: 'hooSmartChainTestnet', shortKey: 'hooTestnet', color: '#FFFFFF', chain: 170, rpc: process.env.HOO_SMART_CHAIN_TESTNET_RPC_URL || 'https://http-testnet.hoosmartchain.com', holographId: 4000000065, tokenName: 'Hoo Smart Chain Testnet', tokenSymbol: 'HOO', explorer: 'https://testnet.hscscan.com', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, novaTestnetNebula: { name: 'Nova Testnet Nebula', type: network_type_1.NetworkType.testnet, key: 'novaTestnetNebula', shortKey: 'novaTestnet', color: '#FFFFFF', chain: 107, rpc: process.env.NOVA_TESTNET_NEBULA_RPC_URL || 'https://testnet.rpc.novanetwork.io:9070', holographId: 4000000064, tokenName: 'Nebula X', tokenSymbol: 'NBX', explorer: 'https://explorer.novanetwork.io/?network=Nebula%20Testnet', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, energyWebChainTestnetVolta: { name: 'Energy Web Chain Testnet Volta', type: network_type_1.NetworkType.testnet, key: 'energyWebChainTestnetVolta', shortKey: 'energyWebChainTestnet', color: '#FFFFFF', chain: 73799, rpc: process.env.ENERGY_WEB_CHAIN_TESTNET_VOLTA_RPC_URL || 'https://volta-rpc.energyweb.org', holographId: 4000000063, tokenName: 'Energy Web Chain Testnet Volta', tokenSymbol: 'VT', explorer: 'http://volta-explorer.energyweb.org', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, nahmiiTestnet: { name: 'Nahmii Testnet', type: network_type_1.NetworkType.testnet, key: 'nahmiiTestnet', shortKey: 'nahmiiTestnet', color: '#FFFFFF', chain: 5553, rpc: process.env.NAHMII_TESTNET_RPC_URL || 'https://l2.testnet.nahmii.io', holographId: 4000000062, tokenName: 'Nahmii Testnet', tokenSymbol: 'ETH', explorer: 'https://explorer.testnet.nahmii.io', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, callistoTestnet: { name: 'Callisto Testnet', type: network_type_1.NetworkType.testnet, key: 'callistoTestnet', shortKey: 'callistoTestnet', color: '#FFFFFF', chain: 20729, rpc: process.env.CALLISTO_TESTNET_RPC_URL || 'https://testnet-rpc.callisto.network', holographId: 4000000061, tokenName: 'Callisto Testnet', tokenSymbol: 'CLO', explorer: 'https://testnet-explorer.callisto.network', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, godwokenTestnet: { name: 'Godwoken Testnet', type: network_type_1.NetworkType.testnet, key: 'godwokenTestnet', shortKey: 'godwokenTestnet', color: '#FFFFFF', chain: 71401, rpc: process.env.GODWOKEN_TESTNET_RPC_URL || 'https://v1.testnet.godwoken.io/rpc', holographId: 4000000060, tokenName: 'Godwoken Testnet', tokenSymbol: 'pCKB', explorer: 'https://v1.testnet.gwscan.com', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, syscoinTestnetTanenbaum: { name: 'Syscoin Testnet Tanenbaum', type: network_type_1.NetworkType.testnet, key: 'syscoinTestnetTanenbaum', shortKey: 'syscoinTestnet', color: '#FFFFFF', chain: 5700, rpc: process.env.SYSCOIN_TESTNET_TANENBAUM_RPC_URL || 'https://rpc.tanenbaum.io', holographId: 4000000059, tokenName: 'Syscoin Testnet Tanenbaum', tokenSymbol: 'SYS', explorer: 'https://tanenbaum.io', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, elastosSmartChainTestnet: { name: 'Elastos Smart Chain Testnet', type: network_type_1.NetworkType.testnet, key: 'elastosSmartChainTestnet', shortKey: 'elastosTestnet', color: '#FFFFFF', chain: 21, rpc: process.env.ELASTOS_SMART_CHAIN_TESTNET_RPC_URL || 'https://api-testnet.elastos.io/eth', holographId: 4000000058, tokenName: 'Elastos Smart Chain Testnet', tokenSymbol: 'ELA', explorer: 'https://esc-testnet.elastos.io', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, xdcTestnetApothem: { name: 'XDC Testnet Apothem (XinFin)', type: network_type_1.NetworkType.testnet, key: 'xdcTestnetApothem', shortKey: 'xdcTestnet', color: '#FFFFFF', chain: 51, rpc: process.env.XDC_TESTNET_APOTHEM_RPC_URL || 'https://rpc.apothem.network', holographId: 4000000057, tokenName: 'XDC Testnet Apothem (XinFin)', tokenSymbol: 'XDC', explorer: 'https://explorer.apothem.network', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, fuseTestnetSpark: { name: 'Fuse Testnet Spark', type: network_type_1.NetworkType.testnet, key: 'fuseTestnetSpark', shortKey: 'fuseTestnet', color: '#FFFFFF', chain: 123, rpc: process.env.FUSE_TESTNET_SPARK_RPC_URL || 'https://rpc.fusespark.io', holographId: 4000000056, tokenName: 'Fuse Testnet Spark', tokenSymbol: 'FUSE', explorer: 'https://explorer.fusespark.io', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, polisTestnetSparta: { name: 'Polis Testnet Sparta', type: network_type_1.NetworkType.testnet, key: 'polisTestnetSparta', shortKey: 'polisTestnet', color: '#FFFFFF', chain: 333888, rpc: process.env.POLIS_TESTNET_SPARTA_RPC_URL || 'https://sparta-rpc.polis.tech', holographId: 4000000055, tokenName: 'Polis Testnet Sparta', tokenSymbol: 'POLIS', explorer: 'https://sparta-explorer.polis.tech', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, meterTestnetWarringstakes: { name: 'Meter Testnet Warringstakes', type: network_type_1.NetworkType.testnet, key: 'meterTestnetWarringstakes', shortKey: 'meterTestnet', color: '#FFFFFF', chain: 83, rpc: process.env.METER_TESTNET_WARRINGSTAKES_RPC_URL || 'https://rpctest.meter.io', holographId: 4000000054, tokenName: 'Meter Testnet Warringstakes', tokenSymbol: 'MTR', explorer: 'https://scan-warringstakes.meter.io', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, coinExSmartChainTestnet: { name: 'CoinEx Smart Chain Testnet', type: network_type_1.NetworkType.testnet, key: 'coinExSmartChainTestnet', shortKey: 'coinExTestnet', color: '#FFFFFF', chain: 53, rpc: process.env.COIN_EX_SMART_CHAIN_TESTNET_RPC_URL || 'https://testnet-rpc.coinex.net', holographId: 4000000053, tokenName: 'CoinEx Smart Chain Testnet', tokenSymbol: 'CETT', explorer: 'https://testnet.coinex.net', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, thunderCoreTestnet: { name: 'ThunderCore Testnet', type: network_type_1.NetworkType.testnet, key: 'thunderCoreTestnet', shortKey: 'thunderCoreTestnet', color: '#FFFFFF', chain: 18, rpc: process.env.THUNDER_CORE_TESTNET_RPC_URL || 'https://testnet-rpc.thundercore.com', holographId: 4000000052, tokenName: 'ThunderCore Testnet', tokenSymbol: 'TST', explorer: 'https://explorer-testnet.thundercore.com', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, smartBitcoinCashTestnet: { name: 'Smart Bitcoin Cash Testnet', type: network_type_1.NetworkType.testnet, key: 'smartBitcoinCashTestnet', shortKey: 'smartBitcoinCashTestnet', color: '#FFFFFF', chain: 10001, rpc: process.env.SMART_BITCOIN_CASH_TESTNET_RPC_URL || 'https://rpc-testnet.smartbch.org', holographId: 4000000051, tokenName: 'Smart Bitcoin Cash Testnet', tokenSymbol: 'BCH', explorer: '', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, stepTestnet: { name: 'Step Testnet', type: network_type_1.NetworkType.testnet, key: 'stepTestnet', shortKey: 'stepTestnet', color: '#FFFFFF', chain: 12345, rpc: process.env.STEP_TESTNET_RPC_URL || 'https://rpc.testnet.step.network', holographId: 4000000050, tokenName: 'Step Testnet', tokenSymbol: 'FITFI', explorer: 'https://testnet.stepscan.io', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, ultronTestnet: { name: 'Ultron Testnet', type: network_type_1.NetworkType.testnet, key: 'ultronTestnet', shortKey: 'ultronTestnet', color: '#FFFFFF', chain: 1230, rpc: process.env.ULTRON_TESTNET_RPC_URL || 'https://ultron-dev.io', holographId: 4000000049, tokenName: 'Ultron Testnet', tokenSymbol: 'ULX', explorer: 'https://explorer.ultron-dev.io', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, visionTestnetVpioneer: { name: 'Vision Testnet Vpioneer', type: network_type_1.NetworkType.testnet, key: 'visionTestnetVpioneer', shortKey: 'visionTestnet', color: '#FFFFFF', chain: 666666, rpc: process.env.VISION_TESTNET_VPIONEER_RPC_URL || 'https://vpioneer.infragrid.v.network/ethereum/compatible', holographId: 4000000048, tokenName: 'Vision Testnet Vpioneer', tokenSymbol: 'VS', explorer: 'https://www.visionscan.org', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, /* wanchainTestnet: { name: 'Wanchain Testnet', type: NetworkType.testnet, key: 'wanchainTestnet', shortKey: 'wanchainTestnet', color: '#FFFFFF', chain: 999, rpc: process.env.WANCHAIN_TESTNET_RPC_URL || 'https://gwan-ssl.wandevs.org:46891', holographId: 4000000047, tokenName: 'Wanchain Testnet', tokenSymbol: 'WAN', explorer: 'https://testnet.wanscan.org', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, } , */ thetaTestnet: { name: 'Theta Testnet', type: network_type_1.NetworkType.testnet, key: 'thetaTestnet', shortKey: 'thetaTestnet', color: '#FFFFFF', chain: 365, rpc: process.env.THETA_TESTNET_RPC_URL || 'https://eth-rpc-api-testnet.thetatoken.org/rpc', holographId: 4000000046, tokenName: 'Testnet', tokenSymbol: 'TFUEL', explorer: 'https://testnet-explorer.thetatoken.org', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, flareTestnetCoston2: { name: 'Flare Testnet Coston 2', type: network_type_1.NetworkType.testnet, key: 'flareTestnetCoston2', shortKey: 'coston2', color: '#FFFFFF', chain: 114, rpc: process.env.FLARE_TESTNET_COSTON2_RPC_URL || 'https://coston2-api.flare.network/ext/bc/C/rpc', holographId: 4000000045, tokenName: 'Flare Testnet Coston 2', tokenSymbol: 'C2FLR', explorer: 'https://coston2-explorer.flare.network', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, flareTestnetCoston: { name: 'Flare Testnet Coston', type: network_type_1.NetworkType.testnet, key: 'flareTestnetCoston', shortKey: 'coston', color: '#FFFFFF', chain: 16, rpc: process.env.FLARE_TESTNET_COSTON_RPC_URL || 'https://coston-api.flare.network/ext/bc/C/rpc', holographId: 4000000044, tokenName: 'Flare Testnet Coston', tokenSymbol: 'CFLR', explorer: 'https://coston-explorer.flare.network', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, oasisTestnetSaphire: { name: 'Sapphire ParaTime Testnet (Oasis Network)', type: network_type_1.NetworkType.testnet, key: 'oasisTestnetSaphire', shortKey: 'saphireTestnet', color: '#FFFFFF', chain: 23295, rpc: process.env.OASIS_TESTNET_SAPHIRE_RPC_URL || 'https://testnet.sapphire.oasis.dev', holographId: 4000000043, tokenName: 'Saphire ParaTime Testnet (Oasis Network)', tokenSymbol: 'ROSE', explorer: 'https://testnet.explorer.sapphire.oasis.dev', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, oasisTestnetEmerald: { name: 'Emerald ParaTime Testnet (Oasis Network)', type: network_type_1.NetworkType.testnet, key: 'oasisTestnetEmerald', shortKey: 'emeraldTestnet', color: '#FFFFFF', chain: 42261, rpc: process.env.OASIS_TESTNET_EMERALD_RPC_URL || 'https://testnet.emerald.oasis.dev', holographId: 4000000042, tokenName: 'Emerald ParaTime Testnet (Oasis Network)', tokenSymbol: 'ROSE', explorer: 'https://testnet.explorer.emerald.oasis.dev', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, rskTestnet: { name: 'RSK Testnet', type: network_type_1.NetworkType.testnet, key: 'rskTestnet', shortKey: 'rskTestnet', color: '#FFFFFF', chain: 31, rpc: process.env.RSK_TESTNET_RPC_URL || 'https://public-node.testnet.rsk.co', holographId: 4000000041, tokenName: 'RSK Testnet', tokenSymbol: 'RBTC', explorer: 'https://explorer.testnet.rsk.co', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, astarTestnetShibuya: { name: 'Astar Shibuya Testnet', type: network_type_1.NetworkType.testnet, key: 'astarTestnetShibuya', shortKey: 'astarTestnet', color: '#FFFFFF', chain: 81, rpc: process.env.ASTAR_TESTNET_SHIBUYA_TESTNET_RPC_URL || 'https://evm.shibuya.astar.network', holographId: 4000000040, tokenName: 'Astar Shibuya Testnet', tokenSymbol: 'SBY', explorer: 'https://blockscout.com/shibuya', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, publicMintTestnet: { name: 'Public Mint Testnet', type: network_type_1.NetworkType.testnet, key: 'publicMintTestnet', shortKey: 'publicMintTestnet', color: '#FFFFFF', chain: 2019, rpc: process.env.PUBLIC_MINT_TESTNET_RPC_URL || 'https://rpc.tst.publicmint.io:8545', holographId: 4000000039, tokenName: 'Public Mint Testnet', tokenSymbol: 'USD', explorer: 'https://explorer.tst.publicmint.io', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, kccTestnet: { name: 'KCC Testnet (KuCoin)', type: network_type_1.NetworkType.testnet, key: 'kccTestnet', shortKey: 'kccTestnet', color: '#FFFFFF', chain: 322, rpc: process.env.KCC_TESTNET_RPC_URL || 'https://rpc-testnet.kcc.network', holographId: 4000000038, tokenName: 'KCC Testnet', tokenSymbol: 'KCS', explorer: 'https://scan-testnet.kcc.network', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, hecoChainTestnet: { name: 'HECO Chain Testnet', type: network_type_1.NetworkType.testnet, key: 'hecoChainTestnet', shortKey: 'hecoTestnet', color: '#FFFFFF', chain: 256, rpc: process.env.HECO_CHAIN_TESTNET_RPC_URL || 'https://http-testnet.hecochain.com', holographId: 4000000037, tokenName: 'HECO Chain Testnet', tokenSymbol: 'HT', explorer: 'https://testnet.hecoinfo.com', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, fusionTestnet: { name: 'Fusion Testnet (AnySwap)', type: network_type_1.NetworkType.testnet, key: 'fusionTestnet', shortKey: 'fusionTestnet', color: '#FFFFFF', chain: 46688, rpc: process.env.FUSION_TESTNET_RPC_URL || 'https://testnet.anyswap.exchange', holographId: 4000000036, tokenName: 'Fusion Testnet', tokenSymbol: 'FSN', explorer: 'https://testnet.fsnscan.com', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, kavaEvmTestnet: { name: 'Kava EVM Testnet', type: network_type_1.NetworkType.testnet, key: 'kavaEvmTestnet', shortKey: 'kavaTestnet', color: '#FFFFFF', chain: 2221, rpc: process.env.KAVA_EVM_TESTNET_RPC_URL || 'https://evm.testnet.kava.io', holographId: 4000000035, tokenName: 'Kava EVM Testnet', tokenSymbol: 'KAVA', explorer: 'https://explorer.testnet.kava.io', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, velasEvmTestnet: { name: 'Velas EVM Testnet', type: network_type_1.NetworkType.testnet, key: 'velasEvmTestnet', shortKey: 'velasTestnet', color: '#FFFFFF', chain: 111, rpc: process.env.VELAS_EVM_TESTNET_RPC_URL || 'https://evmexplorer.testnet.velas.com/rpc', holographId: 4000000034, tokenName: 'Velas EVM Testnet', tokenSymbol: 'VLX', explorer: 'https://evmexplorer.testnet.velas.com', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, tomoChainTestnet: { name: 'TomoChain Testnet', type: network_type_1.NetworkType.testnet, key: 'tomoChainTestnet', shortKey: 'tomoTestnet', color: '#FFFFFF', chain: 89, rpc: process.env.TOMO_CHAIN_TESTNET_RPC_URL || 'https://rpc.testnet.tomochain.com', holographId: 4000000033, tokenName: 'TomoChain Testnet', tokenSymbol: 'TOMO', explorer: 'https://scan.testnet.tomochain.com', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, telosEvmTestnet: { name: 'Telos EVM Testnet', type: network_type_1.NetworkType.testnet, key: 'telosEvmTestnet', shortKey: 'telosTestnet', color: '#FFFFFF', chain: 41, rpc: process.env.TELOS_EVM_TESTNET_RPC_URL || 'https://testnet.telos.net/evm', holographId: 4000000032, tokenName: 'Telos EVM Testnet', tokenSymbol: 'TLOS', explorer: 'https://testnet.teloscan.io', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, palmNftTestnet: { name: 'Palm NFT Testnet', type: network_type_1.NetworkType.testnet, key: 'palmNftTestnet', shortKey: 'palmTestnet', color: '#FFFFFF', chain: 11297108099, rpc: process.env.PALM_NFT_TESTNET_RPC_URL || 'https://palm-testnet.public.blastapi.io', holographId: 4000000031, tokenName: 'Palm NFT Testnet', tokenSymbol: 'PALM', explorer: 'https://explorer.palm-uat.xyz', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, okxTestnet: { name: 'OKExChain Testnet', type: network_type_1.NetworkType.testnet, key: 'okxTestnet', shortKey: 'okxTestnet', color: '#FFFFFF', chain: 65, rpc: process.env.OKX_TESTNET_RPC_URL || 'https://exchaintestrpc.okex.org', holographId: 4000000030, tokenName: 'OKExChain Testnet', tokenSymbol: 'OKT', explorer: 'https://www.oklink.com/en/okc-test', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, metisTestnetGoerli: { name: 'Metis Goerli Testnet', type: network_type_1.NetworkType.testnet, key: 'metisTestnetGoerli', shortKey: 'metisGoerli', color: '#FFFFFF', chain: 599, rpc: process.env.METIS_TESTNET_GOERLI_RPC_URL || 'https://goerli.gateway.metisdevops.link', holographId: 4000000029, tokenName: 'Metis Goerli Testnet', tokenSymbol: 'METIS', explorer: 'https://goerli.explorer.metisdevops.link', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, klaytnTestnet: { name: 'Klaytn Baobab Testnet', type: network_type_1.NetworkType.testnet, key: 'klaytnTestnet', shortKey: 'baobab', color: '#FFFFFF', chain: 1001, rpc: process.env.KLAYTN_TESTNET_RPC_URL || 'https://api.baobab.klaytn.net:8651', holographId: 4000000028, tokenName: 'Klaytn Baobab Testnet', tokenSymbol: 'KLAY', explorer: 'https://baobab.scope.klaytn.com', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, iotexTestnet: { name: 'IoTeX Network Testnet', type: network_type_1.NetworkType.testnet, key: 'iotexTestnet', shortKey: 'iotexTestnet', color: '#FFFFFF', chain: 4690, rpc: process.env.IOTEX_TESTNET_RPC_URL || 'https://babel-api.testnet.iotex.io', holographId: 4000000027, tokenName: 'IoTeX Network Testnet', tokenSymbol: 'IOTX', explorer: 'https://testnet.iotexscan.io', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, evmosTestnet: { name: 'Evmos Testnet', type: network_type_1.NetworkType.testnet, key: 'evmosTestnet', shortKey: 'evmosTestnet', color: '#FFFFFF', chain: 9000, rpc: process.env.EVMOS_TESTNET_RPC_URL || 'https://eth.bd.evmos.dev:8545', holographId: 4000000026, tokenName: 'Evmos Testnet', tokenSymbol: 'EVMOS', explorer: 'https://evm.evmos.dev', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, dogechainTestnet: { name: 'Dogechain Testnet', type: network_type_1.NetworkType.testnet, key: 'dogechainTestnet', shortKey: 'dogechainTestnet', color: '#FFFFFF', chain: 568, rpc: process.env.DOGECHAIN_TESTNET_RPC_URL || 'https://rpc-testnet.dogechain.dog', holographId: 4000000025, tokenName: 'Dogechain Testnet', tokenSymbol: 'DOGE', explorer: 'https://explorer-testnet.dogechain.dog', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, cantoTestnet: { name: 'Canto Testnet', type: network_type_1.NetworkType.testnet, key: 'cantoTestnet', shortKey: 'cantoTestnet', color: '#FFFFFF', chain: 740, rpc: process.env.CANTO_TESTNET_RPC_URL || 'https://eth.plexnode.wtf', holographId: 4000000024, tokenName: 'Canto Testnet', tokenSymbol: 'CANTO', explorer: 'https://testnet-explorer.canto.neobase.one', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, bobaFantomTestnet: { name: 'BOBA Fantom Testnet L2', type: network_type_1.NetworkType.testnet, key: 'bobaFantomTestnet', shortKey: 'bobaFantomTestnet', color: '#FFFFFF', chain: 4051, rpc: process.env.BOBA_FANTOM_TESTNET_RPC_URL || 'https://testnet.bobaopera.boba.network', holographId: 4000000023, tokenName: 'BOBA Fantom Testnet', tokenSymbol: 'BOBA', explorer: 'https://blockexplorer.testnet.bobaopera.boba.network', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, bobaMoonbeamTestnet: { name: 'BOBA Moonbeam Testnet L2', type: network_type_1.NetworkType.testnet, key: 'bobaMoonbeamTestnet', shortKey: 'bobaMoonbase', color: '#FFFFFF', chain: 1297, rpc: process.env.BOBA_MOONBEAM_TESTNET_RPC_URL || 'https://bobabase.boba.network', holographId: 4000000022, tokenName: 'BOBA Moonbeam Testnet', tokenSymbol: 'BOBA', explorer: 'https://blockexplorer.bobabase.boba.network', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, bobaBinanceChainTestnet: { name: 'BOBA BNB Testnet L2', type: network_type_1.NetworkType.testnet, key: 'bobaBinanceChainTestnet', shortKey: 'bobaBnbTestnet', color: '#FFFFFF', chain: 9728, rpc: process.env.BOBA_BINANCE_CHAIN_TESTNET_RPC_URL || 'https://testnet.bnb.boba.network', holographId: 4000000021, tokenName: 'BOBA BNB Testnet', tokenSymbol: 'BOBA', explorer: 'https://blockexplorer.testnet.bnb.boba.network', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, bobaAvalancheTestnet: { name: 'BOBA Avalanche Fuji L2', type: network_type_1.NetworkType.testnet, key: 'bobaAvalancheTestnet', shortKey: 'bobaFuji', color: '#FFFFFF', chain: 4328, rpc: process.env.BOBA_AVALANCHE_TESTNET_RPC_URL || 'https://testnet.avax.boba.network', holographId: 4000000020, tokenName: 'BOBA Fuji', tokenSymbol: 'ETH', explorer: 'https://blockexplorer.testnet.avax.boba.network', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, bobaEthereumTestnetGoerli: { name: 'BOBA Ethereum Goerli L2', type: network_type_1.NetworkType.testnet, key: 'bobaEthereumTestnetGoerli', shortKey: 'bobaGoerli', color: '#FFFFFF', chain: 2888, rpc: process.env.BOBA_ETHEREUM_TESTNET_GOERLI_RPC_URL || 'https://goerli.boba.network', holographId: 4000000019, tokenName: 'BOBA Ethereum Goerli', tokenSymbol: 'ETH', explorer: 'https://testnet.bobascan.com', lzEndpoint: undefined, lzExecutor: undefined, lzId: 0, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, celoTestnetAlfajorest: { name: 'Celo Alfajorest', type: network_type_1.NetworkType.testnet, key: 'celoTestnetAlfajorest', shortKey: 'celoTestnet', color: '#FFFFFF', chain: 44787, rpc: process.env.CELO_TESTNET_ALFAJORES_RPC_URL || 'https://alfajores-forno.celo-testnet.org', holographId: 4000000018, tokenName: 'Celo Alfajorest', tokenSymbol: 'CELO', explorer: 'https://explorer.celo.org/alfajores', lzEndpoint: '0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1'.toLowerCase(), lzExecutor: undefined, lzId: 10125, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, moonbeamTestnet: { name: 'Moonbase Alpha', type: network_type_1.NetworkType.testnet, key: 'moonbeamTestnet', shortKey: 'moonbeamTestnet', color: '#FFFFFF', chain: 1287, rpc: process.env.MOONBEAM_TESTNET_RPC_URL || 'https://rpc.api.moonbase.moonbeam.network', holographId: 4000000017, tokenName: 'Moonbase Alpha', tokenSymbol: 'DEV', explorer: 'https://moonbase.moonscan.io', lzEndpoint: '0xb23b28012ee92E8dE39DEb57Af31722223034747'.toLowerCase(), lzExecutor: undefined, lzId: 10126, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, harmonyTestnet: { name: 'Harmony Testnet', type: network_type_1.NetworkType.testnet, key: 'harmonyTestnet', shortKey: 'harmonyTestnet', color: '#FFFFFF', chain: 1666700000, rpc: process.env.HARMONY_TESTNET_RPC_URL || 'https://api.s0.b.hmny.io', holographId: 4000000016, tokenName: 'Harmony', tokenSymbol: 'ONE', explorer: 'https://explorer.testnet.harmony.one', lzEndpoint: '0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1'.toLowerCase(), lzExecutor: undefined, lzId: 10133, ccipEndpoint: undefined, ccipId: 0, active: false, protocolMultisig: undefined, }, optimismTestnetGoerli: { name: 'Optimism Goerli', type: network_type_1.NetworkType.testnet, key: 'optimismTestnetGoerli', shortKey: 'optimismGoerli', color: '#3498db', chain: 420, rpc: process.env.OPTIMISM_TESTNET_GOERLI_RPC_URL || 'https://goerli.optimism.io', holographId: 4000000015, tokenName: 'Optimism Goerli', tokenSymbol: 'ETH', explorer: 'https://goerli-optimism.etherscan.io', lzEndpoint: '0xae92d5aD7583AD66E49A0c67BAd18F6ba52dDDc1'.toLowerCase(), lzExecutor: undefined, lzId: 10132, ccipEndpoint: '0xEB52E9Ae4A9Fb37172978642d4C141ef53876f26'.toLowerCase(), ccipId: '2664363617261496610', active: false, protocolMultisig: