{"version":3,"file":"yzCtfTSzxL9OX7fIskeAc74r2c2kw0eUvvQf8ZuwPbU.Cl6mSikL.mjs","names":["error","NavBreadcrum","ChainDropdown","ChainSerivcesCMSItem","prefix","ChainServices","metadata","PropertyOverrides","_Fragment","BL_rxt942pjDUJGlNK","gTVDdkxUqpjDUJGlNK","I5NqMIHB9pjDUJGlNK","idpjDUJGlNK","index"],"sources":["https:/framerusercontent.com/modules/Qv9SbGESNuiPRustKqo5/Y9hYXJP4TALJT4FHHTSt/SnapshotsTestnets.js","https:/framerusercontent.com/modules/E76VcyVUvySF0fXmbxdX/ZqI6DuTteDQ9NQXo8H3N/zx43sB2Yf.js"],"sourcesContent":["import{jsx as _jsx,jsxs as _jsxs}from\"react/jsx-runtime\";import{addPropertyControls,ControlType}from\"framer\";import{useState,useEffect,useRef}from\"react\";import{formatDistanceToNow,parseISO}from\"date-fns\";import lottie from\"lottie-web\";export function NetworkInfo(props){var _window,_serverSnapshots_selectedSnapshotIndex,_serverSnapshots_selectedSnapshotIndex1,_serverSnapshots_selectedSnapshotIndex2;const[networks,setNetworks]=useState({});const[selectedChain,setSelectedChain]=useState(props.chain);const[selectedServer,setSelectedServer]=useState(\"eu-west-1\");const[selectedSnapshotIndex,setSelectedSnapshotIndex]=useState(0);const[selectedTab,setSelectedTab]=useState(\"Snapshots\");const[urlEndpoint,setUrlEndpoint]=useState(props.apiEndpoint);const[windowWidth,setWindowWidth]=useState((_window=window)===null||_window===void 0?void 0:_window.innerWidth);const[buttonCopyClicked,setButtonCopyClicked]=useState({button1:false,button2:false,button3:false,button4:false,button5:false,button6:false,button7:false,button8:false,button9:false,button10:false,button11:false});const animationContainer=useRef(null);const[error,setError]=useState(false);useEffect(()=>{if(animationContainer.current){const anim=lottie.loadAnimation({container:animationContainer.current,renderer:\"svg\",loop:true,autoplay:true,path:props.lottieLoaderLink});return()=>anim.destroy()// Nettoyage à la désinscription\n;}},[]);const mobileScreenWidth=809;useEffect(()=>{const handleResize=()=>{setWindowWidth(window.innerWidth);};window.addEventListener(\"resize\",handleResize);return()=>{window.removeEventListener(\"resize\",handleResize);};},[]);useEffect(()=>{async function fetchData(){try{var _data_selectedChain;const response=await fetch(urlEndpoint);const data=await response.json();if(((_data_selectedChain=data[selectedChain])===null||_data_selectedChain===void 0?void 0:_data_selectedChain.chain_name)!=props.chain){setError(true);}else{setNetworks(data);setSelectedChain(data[selectedChain].chain_name);setError(false);}}catch(error){console.error(\"Error fetching network data:\",error);setError(true);}}fetchData();},[urlEndpoint]);const handleSelectServer=event=>{setSelectedServer(event.target.value);setSelectedSnapshotIndex(0)// Reset the snapshot index when server changes\n;};const handleSelectSnapshot=event=>{setSelectedSnapshotIndex(Number(event.target.value));};const selectedNetworkData=networks[selectedChain];const servers=(selectedNetworkData===null||selectedNetworkData===void 0?void 0:selectedNetworkData.snapshots[0])||{}// Placeholder for dynamic server keys\n;const serverSnapshots=servers[selectedServer];const formattedTimestamp=timestamp=>{return formatDistanceToNow(parseISO(timestamp),{addSuffix:true});};// Helper function to generate shell commands\nconst generateSnapshotsShellCommands=(snapshot,network)=>{const fileName=snapshot.dl_url.split(\"/\").pop()||\"snapshot.tar.lz4\";return[`wget -O ${fileName} ${snapshot.dl_url} --inet4-only`,`sudo systemctl stop ${network.daemon}`,`${network.daemon} tendermint unsafe-reset-all --home $HOME/${network.folder} --keep-addr-book`,`zstd -d -T0 --stdout ${fileName} | tar xf - -C $HOME/${network.folder}`,`sudo systemctl restart ${network.daemon} && sudo journalctl -u ${network.daemon} -f`];};const generateLivepeersShellCommands=()=>{const commands=[];for(const endpointKey in selectedNetworkData.endpoints){if(Object.prototype.hasOwnProperty.call(selectedNetworkData.endpoints,endpointKey)){commands.push({name:endpointKey.toUpperCase(),cmd:selectedNetworkData.endpoints[endpointKey]});}}return commands;};const detailsStyle={fontFamily:\"Manrope\",color:props.detailsTextColor,backgroundColor:props.detailsBackgroundColor,//padding: props.detailsPadding,\n//borderRadius: props.detailsBorderRadius,\nborderLeft:windowWidth<=mobileScreenWidth?\"\":\"1px solid #ccc\",display:\"flex\",flexDirection:\"column\",gap:\"24px\",height:\"100%\",width:\"1fr\",minWidth:\"1fr\",padding:windowWidth<=mobileScreenWidth?\"\":\"24px\"};// Style object for the command shell area\nconst commandShellStyle={fontFamily:props.detailsFont,padding:\"5px\",marginBottom:\"20px\",width:\"100%\",backgroundColor:\"#EEEDE6\",borderRadius:\"4px\",border:\"1px solid #cccccc\",alignItems:\"center\",display:\"flex\"};const selector={padding:5,backgroundColor:\"#EEEDE7\",border:\"1px solid #cccccc\",borderRadius:\"4px\",fontFamily:\"Manrope\",fontSize:\"16px\",fontWeight:\"600\",color:\"#000000\",width:\"100%\"};const selectorTitle={fontFamily:\"Manrope\",fontSize:\"13px\",fontWeight:\"500\",color:\"#000000\",opacity:\"67%\"};const menuBtn={display:\"flex\",alignItems:\"center\",width:\"100%\",textAlign:\"center\",padding:\"10px\",position:\"relative\",fontFamily:\"Manrope\",fontSize:\"16px\",fontWeight:\"600\",color:\"#000000\",marginBottom:windowWidth<=mobileScreenWidth?\"0%\":\"10%\",cursor:\"pointer\",justifyContent:\"left\",borderRadius:\"4px\"};const chainName={fontFamily:\"Manrope\",fontSize:\"26px\",fontWeight:\"700\",color:\"#262626\",marginLeft:\"2%\"};const cmd={padding:\"10px\",marginBottom:\"10px\",width:\"100%\",fontFamily:props.detailsFont,backgroundColor:\"#EEEDE6\",borderRadius:\"4px\",border:\"1px solid #cccccc\",alignItems:\"center\",display:\"flex\"};function DisplayVersion(){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"5px\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{textTransform:\"uppercase\",fontWeight:\"600\",color:\"#6D6D6D\"},children:\"Version\"}),\" \",/*#__PURE__*/_jsx(\"span\",{style:{color:\"rgb(2, 117, 111)\"},children:selectedNetworkData.version})]});}function DisplayFolder(){return /*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"5px\",color:\"rgb(2, 117, 111)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{textTransform:\"uppercase\",fontWeight:\"600\",color:\"#6D6D6D\"},children:\"Folder\"}),\" \",selectedNetworkData.folder]});}const handleCopyToClipboard=(text,buttonId)=>{const textToCopy=text;navigator.clipboard.writeText(textToCopy);setButtonCopyClicked(prevState=>({...prevState,[buttonId]:!prevState[buttonId]}));setTimeout(()=>{setButtonCopyClicked(prevState=>({...prevState,[buttonId]:!prevState[buttonId]}));},3e3);};return /*#__PURE__*/_jsxs(\"div\",{style:{color:props.textColor,display:windowWidth<=mobileScreenWidth?\"block\":\"flex\",flexDirection:windowWidth<=mobileScreenWidth?\"column\":\"row\"},children:[/*#__PURE__*/_jsx(\"div\",{style:{width:windowWidth<=mobileScreenWidth?\"100%\":\"250px\",backgroundColor:\"#F6F4ED\",padding:windowWidth<=mobileScreenWidth?\"\":\"24px\"},children:/*#__PURE__*/_jsxs(\"div\",{style:{overflowX:\"scroll\",display:windowWidth<=mobileScreenWidth?\"flex\":\"block\",flexDirection:windowWidth<=mobileScreenWidth?\"row\":\"column\"},children:[/*#__PURE__*/_jsxs(\"button\",{style:{backgroundColor:selectedTab==\"Snapshots\"?\"rgba(0, 0, 0, 0.05)\":\"rgba(0, 0, 0, 0)\",border:selectedTab==\"Snapshots\"?\"1px solid #cccccc\":\"none\",...menuBtn},onClick:()=>setSelectedTab(\"Snapshots\"),children:[/*#__PURE__*/_jsx(\"svg\",{width:\"16\",height:\"16\",viewBox:\"0 0 24 24\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",style:{marginRight:\"10px\",marginLeft:\"2%\"},children:/*#__PURE__*/_jsx(\"path\",{d:\"M12 2V6M12 6C9.87827 6 7.84344 6.84285 6.34315 8.34315C4.84285 9.84344 4 11.8783 4 14C4 16.1217 4.84285 18.1566 6.34315 19.6569C7.84344 21.1571 9.87827 22 12 22C14.1217 22 16.1566 21.1571 17.6569 19.6569C19.1571 18.1566 20 16.1217 20 14C20 11.8783 19.1571 9.84344 17.6569 8.34315C16.1566 6.84285 14.1217 6 12 6ZM10 2H14M19 5L20 6M14.652 11.098L11.823 13.927\",stroke:\"black\",strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\"})}),\"Snapshots\"]}),/*#__PURE__*/_jsxs(\"button\",{style:{...menuBtn,backgroundColor:selectedTab==\"Addrbook\"?\"rgba(0, 0, 0, 0.05)\":\"rgba(0, 0, 0, 0)\",border:selectedTab==\"Addrbook\"?\"1px solid #cccccc\":\"none\"},onClick:()=>setSelectedTab(\"Addrbook\"),children:[/*#__PURE__*/_jsx(\"svg\",{width:\"16\",height:\"16\",viewBox:\"0 0 24 24\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",style:{marginRight:\"10px\",marginLeft:\"2%\"},children:/*#__PURE__*/_jsx(\"path\",{d:\"M12 5.06601V21.5M12 5.06601C15.025 3.96601 19.005 3.35601 22 5.06601V20.566C18.803 19.196 14.937 20.165 12 21.5M12 5.06601C8.975 3.96601 4.995 3.35601 2 5.06601V20.566C5.197 19.196 9.063 20.165 12 21.5\",stroke:\"black\",strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\"})}),\"Addrbook\"]}),/*#__PURE__*/_jsxs(\"button\",{style:{...menuBtn,backgroundColor:selectedTab==\"Livepeers\"?\"rgba(0, 0, 0, 0.05)\":\"rgba(0, 0, 0, 0)\",border:selectedTab==\"Livepeers\"?\"1px solid #cccccc\":\"none\"},onClick:()=>setSelectedTab(\"Livepeers\"),children:[/*#__PURE__*/_jsx(\"svg\",{width:\"16\",height:\"16\",viewBox:\"0 0 24 24\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",style:{marginRight:\"10px\",marginLeft:\"2%\"},children:/*#__PURE__*/_jsx(\"path\",{d:\"M15.41 6.51C12.827 7.283 10.485 8.543 8.59 10.49M15.41 17.49C12.827 16.717 10.485 15.457 8.59 13.51M21 5C21 5.79565 20.6839 6.55871 20.1213 7.12132C19.5587 7.68393 18.7956 8 18 8C17.2044 8 16.4413 7.68393 15.8787 7.12132C15.3161 6.55871 15 5.79565 15 5C15 4.20435 15.3161 3.44129 15.8787 2.87868C16.4413 2.31607 17.2044 2 18 2C18.7956 2 19.5587 2.31607 20.1213 2.87868C20.6839 3.44129 21 4.20435 21 5ZM9 12C9 12.7956 8.68393 13.5587 8.12132 14.1213C7.55871 14.6839 6.79565 15 6 15C5.20435 15 4.44129 14.6839 3.87868 14.1213C3.31607 13.5587 3 12.7956 3 12C3 11.2044 3.31607 10.4413 3.87868 9.87868C4.44129 9.31607 5.20435 9 6 9C6.79565 9 7.55871 9.31607 8.12132 9.87868C8.68393 10.4413 9 11.2044 9 12ZM21 19C21 19.7956 20.6839 20.5587 20.1213 21.1213C19.5587 21.6839 18.7956 22 18 22C17.2044 22 16.4413 21.6839 15.8787 21.1213C15.3161 20.5587 15 19.7956 15 19C15 18.2044 15.3161 17.4413 15.8787 16.8787C16.4413 16.3161 17.2044 16 18 16C18.7956 16 19.5587 16.3161 20.1213 16.8787C20.6839 17.4413 21 18.2044 21 19Z\",stroke:\"black\",strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\"})}),\"Livepeers\"]}),/*#__PURE__*/_jsxs(\"button\",{style:{...menuBtn,backgroundColor:selectedTab==\"Endpoints\"?\"rgba(0, 0, 0, 0.05)\":\"rgba(0, 0, 0, 0)\",border:selectedTab==\"Endpoints\"?\"1px solid #cccccc\":\"none\"},onClick:()=>setSelectedTab(\"Endpoints\"),children:[/*#__PURE__*/_jsx(\"svg\",{width:\"16\",height:\"16\",viewBox:\"0 0 24 24\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",style:{marginRight:\"10px\",marginLeft:\"2%\"},children:/*#__PURE__*/_jsx(\"path\",{d:\"M8 4C6.343 4 5 5.194 5 6.667V9.333C5 10.806 3.657 12 2 12C3.657 12 5 13.194 5 14.667V17.333C5 18.806 6.343 20 8 20M16 4C17.657 4 19 5.194 19 6.667V9.333C19 10.806 20.343 12 22 12C20.343 12 19 13.194 19 14.667V17.333C19 18.806 17.657 20 16 20M9.001 12H9M12.001 12H12M15.001 12H15\",stroke:\"black\",strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\"})}),\"Endpoints\"]})]})}),windowWidth<=mobileScreenWidth&&/*#__PURE__*/_jsx(\"div\",{style:{borderTop:\"1px solid #ccc\",margin:\"10px 0\"}}),/*#__PURE__*/_jsxs(\"div\",{style:{width:\"100%\"},children:[selectedTab==\"Snapshots\"&&selectedNetworkData&&/*#__PURE__*/_jsxs(\"div\",{style:detailsStyle,children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"row\",flexWrap:windowWidth<=mobileScreenWidth?\"wrap\":\"nowrap\",width:\"1fr\",gap:\"10px\"},children:[(selectedNetworkData===null||selectedNetworkData===void 0?void 0:selectedNetworkData.snapshots[0])&&/*#__PURE__*/_jsx(\"select\",{value:selectedServer,onChange:handleSelectServer,style:{padding:10,height:\"fit-content\",backgroundColor:\"#EEEDE7\",border:\"1px solid #cccccc\",borderRadius:\"4px\",marginRight:windowWidth<=mobileScreenWidth?\"10px\":\"\"},children:Object.keys(selectedNetworkData.snapshots[0]).map(server=>/*#__PURE__*/_jsx(\"option\",{value:server,children:server},server))}),serverSnapshots&&serverSnapshots[selectedSnapshotIndex]&&/*#__PURE__*/_jsx(\"select\",{value:selectedSnapshotIndex,onChange:handleSelectSnapshot,style:{padding:10,height:\"fit-content\",backgroundColor:\"#EEEDE7\",border:\"1px solid #cccccc\",borderRadius:\"4px\"},children:serverSnapshots.map((snapshot,index1)=>/*#__PURE__*/_jsx(\"option\",{value:index1,children:formattedTimestamp(snapshot.timestamp)},index1))}),((_serverSnapshots_selectedSnapshotIndex=serverSnapshots[selectedSnapshotIndex])===null||_serverSnapshots_selectedSnapshotIndex===void 0?void 0:_serverSnapshots_selectedSnapshotIndex.dl_url)&&/*#__PURE__*/_jsxs(\"a\",{href:serverSnapshots[selectedSnapshotIndex].dl_url,target:\"_blank\",rel:\"noopener noreferrer\",style:{color:props.linkColor,textDecoration:\"none\",display:\"flex\",gap:\"5px\",alignItems:\"center\",padding:\"10px\",backgroundColor:\"#02514D\",width:\"fit-content\",borderRadius:\"4px\",height:\"fit-content\"},children:[\"Download snapshot\",/*#__PURE__*/_jsx(\"svg\",{xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",width:\"12\",height:\"12\",fill:\"none\",stroke:\"currentColor\",strokeLinecap:\"round\",strokeLinejoin:\"round\",strokeWidth:\"2\",children:/*#__PURE__*/_jsx(\"path\",{d:\"M3 15a5 5 0 0 0 5 5h8a5 5 0 0 0 5-5M9 12.188a15 15 0 0 0 2.556 2.655c.13.104.287.157.444.157m3-2.812a14.998 14.998 0 0 1-2.556 2.655A.704.704 0 0 1 12 15m0 0V4\"})})]})]}),/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",gap:\"32px\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"5px\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{textTransform:\"uppercase\",fontWeight:\"600\",color:\"#6D6D6D\"},children:\"Chain id\"}),\" \",/*#__PURE__*/_jsx(\"span\",{style:{color:\"rgb(2, 117, 111)\"},children:selectedNetworkData.chain_id})]}),/*#__PURE__*/_jsx(DisplayVersion,{}),((_serverSnapshots_selectedSnapshotIndex1=serverSnapshots[selectedSnapshotIndex])===null||_serverSnapshots_selectedSnapshotIndex1===void 0?void 0:_serverSnapshots_selectedSnapshotIndex1.size)&&/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"5px\",color:\"rgb(2, 117, 111)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{textTransform:\"uppercase\",fontWeight:\"600\",color:\"#6D6D6D\"},children:\"Size\"}),\" \",serverSnapshots[selectedSnapshotIndex].size]}),((_serverSnapshots_selectedSnapshotIndex2=serverSnapshots[selectedSnapshotIndex])===null||_serverSnapshots_selectedSnapshotIndex2===void 0?void 0:_serverSnapshots_selectedSnapshotIndex2.timestamp)&&/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"5px\",color:\"rgb(2, 117, 111)\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{textTransform:\"uppercase\",fontWeight:\"600\",color:\"#6D6D6D\"},children:\"Timestamp\"}),\" \",formattedTimestamp(serverSnapshots[selectedSnapshotIndex].timestamp)]})]}),/*#__PURE__*/_jsxs(\"div\",{children:[selectedNetworkData.comment&&/*#__PURE__*/_jsx(\"div\",{style:{fontFamily:props.detailsFont,padding:\"5px\",marginBottom:\"20px\",width:\"100%\",alignItems:\"center\",display:\"flex\"},children:/*#__PURE__*/_jsx(\"div\",{style:{fontFamily:props.detailsFont,width:\"100%\"},children:selectedNetworkData.comment})}),serverSnapshots&&serverSnapshots[selectedSnapshotIndex]&&serverSnapshots[selectedSnapshotIndex].cmd.map((command,index1)=>/*#__PURE__*/_jsxs(\"div\",{style:commandShellStyle,children:[/*#__PURE__*/_jsxs(\"div\",{style:{width:\"20px\",height:\"20px\",marginRight:\"10px\"},children:[buttonCopyClicked[Object.keys(buttonCopyClicked)[index1]]==false&&/*#__PURE__*/_jsx(\"svg\",{width:\"20\",height:\"20\",viewBox:\"0 0 20 20\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",style:{cursor:\"pointer\"},onClick:()=>handleCopyToClipboard(command,Object.keys(buttonCopyClicked)[index1]),children:/*#__PURE__*/_jsx(\"path\",{d:\"M14.085 14.085C14.2808 14.0558 14.4558 14.0167 14.6208 13.9625C15.2461 13.7593 15.8145 13.411 16.2794 12.9461C16.7443 12.4812 17.0926 11.9128 17.2958 11.2875C17.5 10.66 17.5 9.88417 17.5 8.33333C17.5 6.7825 17.5 6.00667 17.2958 5.37917C17.0926 4.75385 16.7443 4.18551 16.2794 3.72058C15.8145 3.25566 15.2461 2.90736 14.6208 2.70417C13.9933 2.5 13.2175 2.5 11.6667 2.5C10.1158 2.5 9.34 2.5 8.7125 2.70417C8.08719 2.90736 7.51884 3.25566 7.05392 3.72058C6.58899 4.18551 6.2407 4.75385 6.0375 5.37917C5.98169 5.55402 5.94071 5.73327 5.915 5.915M14.085 14.085C14.1667 13.5325 14.1667 12.81 14.1667 11.6667C14.1667 10.1158 14.1667 9.34 13.9625 8.7125C13.7593 8.08719 13.411 7.51884 12.9461 7.05392C12.4812 6.58899 11.9128 6.2407 11.2875 6.0375C10.66 5.83333 9.88417 5.83333 8.33333 5.83333C7.18917 5.83333 6.46667 5.83333 5.915 5.915M14.085 14.085C14.0593 14.2667 14.0183 14.446 13.9625 14.6208C13.7593 15.2461 13.411 15.8145 12.9461 16.2794C12.4812 16.7443 11.9128 17.0926 11.2875 17.2958C10.66 17.5 9.88417 17.5 8.33333 17.5C6.7825 17.5 6.00667 17.5 5.37917 17.2958C4.75385 17.0926 4.18551 16.7443 3.72058 16.2794C3.25566 15.8145 2.90736 15.2461 2.70417 14.6208C2.5 13.9933 2.5 13.2175 2.5 11.6667C2.5 10.1158 2.5 9.34 2.70417 8.7125C2.90736 8.08719 3.25566 7.51884 3.72058 7.05392C4.18551 6.58899 4.75385 6.2407 5.37917 6.0375C5.54417 5.98333 5.71833 5.94417 5.915 5.915\",stroke:\"#21504D\",strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\"})}),buttonCopyClicked[Object.keys(buttonCopyClicked)[index1]]==true&&/*#__PURE__*/_jsx(\"svg\",{width:\"20\",height:\"20\",xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",fill:\"none\",stroke:\"currentColor\",strokeLinecap:\"round\",strokeLinejoin:\"round\",strokeWidth:\"2\",style:{cursor:\"pointer\"},onClick:()=>handleCopyToClipboard(command,Object.keys(buttonCopyClicked)[index1]),children:/*#__PURE__*/_jsx(\"path\",{d:\"M16.902 16.902c.235-.035.445-.082.643-.147a5 5 0 0 0 3.21-3.21C21 12.792 21 11.861 21 10s0-2.792-.245-3.545a5 5 0 0 0-3.21-3.21C16.792 3 15.861 3 14 3s-2.792 0-3.545.245a5 5 0 0 0-3.21 3.21 3.921 3.921 0 0 0-.147.643m9.804 9.804C17 16.239 17 15.372 17 14c0-1.861 0-2.792-.245-3.545a5 5 0 0 0-3.21-3.21C12.792 7 11.861 7 10 7c-1.373 0-2.24 0-2.902.098m9.804 9.804a3.923 3.923 0 0 1-.147.643 5 5 0 0 1-3.21 3.21C12.792 21 11.861 21 10 21s-2.792 0-3.545-.245a5 5 0 0 1-3.21-3.21C3 16.792 3 15.861 3 14s0-2.792.245-3.545a5 5 0 0 1 3.21-3.21c.198-.065.407-.112.643-.147M7 14.258l2.036 2.035A13.032 13.032 0 0 1 13 12\"})})]}),command]},index1))]})]}),!serverSnapshots&&error==false&&/*#__PURE__*/_jsx(\"div\",{ref:animationContainer,style:{width:50,height:50,position:\"absolute\",top:\"50%\",left:\"50%\",transform:\"translate(-50%, -50%)\"}}),!serverSnapshots&&error&&/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",justifyContent:\"center\",width:\"100%\",fontFamily:\"Manrope\",fontSize:\"28px\",fontWeight:\"500\",color:\"#000000\"},children:[\"No chain services yet for \",props.chain,\" testnet\"]}),selectedTab==\"Addrbook\"&&/*#__PURE__*/_jsxs(\"div\",{style:detailsStyle,children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",gap:\"32px\",width:\"1fr\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"5px\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{textTransform:\"uppercase\",fontWeight:\"600\",color:\"#6D6D6D\"},children:\"Chain id\"}),\" \",/*#__PURE__*/_jsx(\"span\",{style:{color:\"rgb(2, 117, 111)\"},children:selectedNetworkData.chain_id})]}),/*#__PURE__*/_jsx(DisplayVersion,{}),/*#__PURE__*/_jsx(DisplayFolder,{})]}),/*#__PURE__*/_jsx(\"div\",{children:/*#__PURE__*/_jsxs(\"div\",{style:cmd,children:[/*#__PURE__*/_jsxs(\"div\",{style:{width:\"20px\",height:\"20px\",marginRight:\"10px\"},children:[buttonCopyClicked[Object.keys(buttonCopyClicked)[5]]==false&&/*#__PURE__*/_jsx(\"svg\",{width:\"20\",height:\"20\",viewBox:\"0 0 20 20\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",style:{cursor:\"pointer\"},onClick:()=>handleCopyToClipboard(selectedNetworkData.addrbook,Object.keys(buttonCopyClicked)[5]),children:/*#__PURE__*/_jsx(\"path\",{d:\"M14.085 14.085C14.2808 14.0558 14.4558 14.0167 14.6208 13.9625C15.2461 13.7593 15.8145 13.411 16.2794 12.9461C16.7443 12.4812 17.0926 11.9128 17.2958 11.2875C17.5 10.66 17.5 9.88417 17.5 8.33333C17.5 6.7825 17.5 6.00667 17.2958 5.37917C17.0926 4.75385 16.7443 4.18551 16.2794 3.72058C15.8145 3.25566 15.2461 2.90736 14.6208 2.70417C13.9933 2.5 13.2175 2.5 11.6667 2.5C10.1158 2.5 9.34 2.5 8.7125 2.70417C8.08719 2.90736 7.51884 3.25566 7.05392 3.72058C6.58899 4.18551 6.2407 4.75385 6.0375 5.37917C5.98169 5.55402 5.94071 5.73327 5.915 5.915M14.085 14.085C14.1667 13.5325 14.1667 12.81 14.1667 11.6667C14.1667 10.1158 14.1667 9.34 13.9625 8.7125C13.7593 8.08719 13.411 7.51884 12.9461 7.05392C12.4812 6.58899 11.9128 6.2407 11.2875 6.0375C10.66 5.83333 9.88417 5.83333 8.33333 5.83333C7.18917 5.83333 6.46667 5.83333 5.915 5.915M14.085 14.085C14.0593 14.2667 14.0183 14.446 13.9625 14.6208C13.7593 15.2461 13.411 15.8145 12.9461 16.2794C12.4812 16.7443 11.9128 17.0926 11.2875 17.2958C10.66 17.5 9.88417 17.5 8.33333 17.5C6.7825 17.5 6.00667 17.5 5.37917 17.2958C4.75385 17.0926 4.18551 16.7443 3.72058 16.2794C3.25566 15.8145 2.90736 15.2461 2.70417 14.6208C2.5 13.9933 2.5 13.2175 2.5 11.6667C2.5 10.1158 2.5 9.34 2.70417 8.7125C2.90736 8.08719 3.25566 7.51884 3.72058 7.05392C4.18551 6.58899 4.75385 6.2407 5.37917 6.0375C5.54417 5.98333 5.71833 5.94417 5.915 5.915\",stroke:\"#21504D\",strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\"})}),buttonCopyClicked[Object.keys(buttonCopyClicked)[5]]==true&&/*#__PURE__*/_jsx(\"svg\",{width:\"20\",height:\"20\",xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",fill:\"none\",stroke:\"currentColor\",strokeLinecap:\"round\",strokeLinejoin:\"round\",strokeWidth:\"2\",style:{cursor:\"pointer\"},onClick:()=>handleCopyToClipboard(selectedNetworkData.addrbook,Object.keys(buttonCopyClicked)[index]),children:/*#__PURE__*/_jsx(\"path\",{d:\"M16.902 16.902c.235-.035.445-.082.643-.147a5 5 0 0 0 3.21-3.21C21 12.792 21 11.861 21 10s0-2.792-.245-3.545a5 5 0 0 0-3.21-3.21C16.792 3 15.861 3 14 3s-2.792 0-3.545.245a5 5 0 0 0-3.21 3.21 3.921 3.921 0 0 0-.147.643m9.804 9.804C17 16.239 17 15.372 17 14c0-1.861 0-2.792-.245-3.545a5 5 0 0 0-3.21-3.21C12.792 7 11.861 7 10 7c-1.373 0-2.24 0-2.902.098m9.804 9.804a3.923 3.923 0 0 1-.147.643 5 5 0 0 1-3.21 3.21C12.792 21 11.861 21 10 21s-2.792 0-3.545-.245a5 5 0 0 1-3.21-3.21C3 16.792 3 15.861 3 14s0-2.792.245-3.545a5 5 0 0 1 3.21-3.21c.198-.065.407-.112.643-.147M7 14.258l2.036 2.035A13.032 13.032 0 0 1 13 12\"})})]}),selectedNetworkData.addrbook]})})]}),selectedTab==\"Livepeers\"&&/*#__PURE__*/_jsxs(\"div\",{style:detailsStyle,children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",gap:\"32px\",width:\"100%\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"5px\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{textTransform:\"uppercase\",fontWeight:\"600\",color:\"#6D6D6D\"},children:\"Chain id\"}),\" \",/*#__PURE__*/_jsx(\"span\",{style:{color:\"rgb(2, 117, 111)\"},children:selectedNetworkData.chain_id})]}),/*#__PURE__*/_jsx(DisplayVersion,{}),/*#__PURE__*/_jsx(DisplayFolder,{})]}),/*#__PURE__*/_jsx(\"div\",{children:/*#__PURE__*/_jsxs(\"div\",{style:cmd,children:[/*#__PURE__*/_jsx(\"a\",{href:selectedNetworkData.livepeers,target:\"_blank\",rel:\"noopener noreferrer\",style:{color:props.linkColor,textDecoration:\"none\",display:\"flex\",alignItems:\"center\",padding:\"5px\",backgroundColor:\"#02514D\",width:\"fit-content\",borderRadius:\"4px\",height:\"fit-content\",marginRight:\"10px\"},children:\"Open\"}),selectedNetworkData.livepeers]})})]}),selectedTab==\"Endpoints\"&&/*#__PURE__*/_jsxs(\"div\",{style:detailsStyle,children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",gap:\"32px\",width:\"1fr\"},children:[/*#__PURE__*/_jsxs(\"div\",{style:{display:\"flex\",flexDirection:\"column\",gap:\"5px\"},children:[/*#__PURE__*/_jsx(\"span\",{style:{textTransform:\"uppercase\",fontWeight:\"600\",color:\"#6D6D6D\"},children:\"Chain id\"}),\" \",/*#__PURE__*/_jsx(\"span\",{style:{color:\"rgb(2, 117, 111)\"},children:selectedNetworkData.chain_id})]}),/*#__PURE__*/_jsx(DisplayVersion,{}),/*#__PURE__*/_jsx(DisplayFolder,{})]}),/*#__PURE__*/_jsx(\"div\",{children:generateLivepeersShellCommands().map((command,index1)=>/*#__PURE__*/_jsxs(\"div\",{style:{paddingBottom:\"12px\"},children:[command.name,/*#__PURE__*/_jsxs(\"div\",{style:cmd,children:[/*#__PURE__*/_jsxs(\"div\",{style:{width:\"20px\",height:\"20px\",marginRight:\"10px\"},children:[buttonCopyClicked[Object.keys(buttonCopyClicked)[index1]]==false&&/*#__PURE__*/_jsx(\"svg\",{width:\"20\",height:\"20\",viewBox:\"0 0 20 20\",fill:\"none\",xmlns:\"http://www.w3.org/2000/svg\",style:{cursor:\"pointer\"},onClick:()=>handleCopyToClipboard(command.cmd,Object.keys(buttonCopyClicked)[index1]),children:/*#__PURE__*/_jsx(\"path\",{d:\"M14.085 14.085C14.2808 14.0558 14.4558 14.0167 14.6208 13.9625C15.2461 13.7593 15.8145 13.411 16.2794 12.9461C16.7443 12.4812 17.0926 11.9128 17.2958 11.2875C17.5 10.66 17.5 9.88417 17.5 8.33333C17.5 6.7825 17.5 6.00667 17.2958 5.37917C17.0926 4.75385 16.7443 4.18551 16.2794 3.72058C15.8145 3.25566 15.2461 2.90736 14.6208 2.70417C13.9933 2.5 13.2175 2.5 11.6667 2.5C10.1158 2.5 9.34 2.5 8.7125 2.70417C8.08719 2.90736 7.51884 3.25566 7.05392 3.72058C6.58899 4.18551 6.2407 4.75385 6.0375 5.37917C5.98169 5.55402 5.94071 5.73327 5.915 5.915M14.085 14.085C14.1667 13.5325 14.1667 12.81 14.1667 11.6667C14.1667 10.1158 14.1667 9.34 13.9625 8.7125C13.7593 8.08719 13.411 7.51884 12.9461 7.05392C12.4812 6.58899 11.9128 6.2407 11.2875 6.0375C10.66 5.83333 9.88417 5.83333 8.33333 5.83333C7.18917 5.83333 6.46667 5.83333 5.915 5.915M14.085 14.085C14.0593 14.2667 14.0183 14.446 13.9625 14.6208C13.7593 15.2461 13.411 15.8145 12.9461 16.2794C12.4812 16.7443 11.9128 17.0926 11.2875 17.2958C10.66 17.5 9.88417 17.5 8.33333 17.5C6.7825 17.5 6.00667 17.5 5.37917 17.2958C4.75385 17.0926 4.18551 16.7443 3.72058 16.2794C3.25566 15.8145 2.90736 15.2461 2.70417 14.6208C2.5 13.9933 2.5 13.2175 2.5 11.6667C2.5 10.1158 2.5 9.34 2.70417 8.7125C2.90736 8.08719 3.25566 7.51884 3.72058 7.05392C4.18551 6.58899 4.75385 6.2407 5.37917 6.0375C5.54417 5.98333 5.71833 5.94417 5.915 5.915\",stroke:\"#21504D\",strokeWidth:\"2\",strokeLinecap:\"round\",strokeLinejoin:\"round\"})}),buttonCopyClicked[Object.keys(buttonCopyClicked)[index1]]==true&&/*#__PURE__*/_jsx(\"svg\",{width:\"20\",height:\"20\",xmlns:\"http://www.w3.org/2000/svg\",viewBox:\"0 0 24 24\",fill:\"none\",stroke:\"currentColor\",strokeLinecap:\"round\",strokeLinejoin:\"round\",strokeWidth:\"2\",style:{cursor:\"pointer\"},onClick:()=>handleCopyToClipboard(command.cmd,Object.keys(buttonCopyClicked)[index1]),children:/*#__PURE__*/_jsx(\"path\",{d:\"M16.902 16.902c.235-.035.445-.082.643-.147a5 5 0 0 0 3.21-3.21C21 12.792 21 11.861 21 10s0-2.792-.245-3.545a5 5 0 0 0-3.21-3.21C16.792 3 15.861 3 14 3s-2.792 0-3.545.245a5 5 0 0 0-3.21 3.21 3.921 3.921 0 0 0-.147.643m9.804 9.804C17 16.239 17 15.372 17 14c0-1.861 0-2.792-.245-3.545a5 5 0 0 0-3.21-3.21C12.792 7 11.861 7 10 7c-1.373 0-2.24 0-2.902.098m9.804 9.804a3.923 3.923 0 0 1-.147.643 5 5 0 0 1-3.21 3.21C12.792 21 11.861 21 10 21s-2.792 0-3.545-.245a5 5 0 0 1-3.21-3.21C3 16.792 3 15.861 3 14s0-2.792.245-3.545a5 5 0 0 1 3.21-3.21c.198-.065.407-.112.643-.147M7 14.258l2.036 2.035A13.032 13.032 0 0 1 13 12\"})})]}),command.cmd]},index1)]}))})]})]})]});}NetworkInfo.defaultProps={// ... existing default props ...\ndetailsTextColor:\"#333333\",detailsBackgroundColor:\"#f0f0f0\",detailsPadding:\"10px\",detailsBorderRadius:\"4px\",chain:\"Akash\",commandShellPadding:\"10px\",commandShellBackgroundColor:\"#333333\",commandShellTextColor:\"#ffffff\",commandShellBorder:\"1px solid #cccccc\",commandShellBorderRadius:\"4px\",linkColor:\"#BDFFF9\",selectBackground:\"#FFFFFF\",detailsFont:\"Arial\",lottieLoaderLink:\"https://lottie.host/eba229c7-c425-427c-b7ce-fb2a9d17bff5/8nGn3Yid7L.json\"};// Add property controls for new style properties\naddPropertyControls(NetworkInfo,{lottieLoaderLink:{type:ControlType.String,title:\"Lottie Loader Link\",defaultValue:\"https://lottie.host/eba229c7-c425-427c-b7ce-fb2a9d17bff5/8nGn3Yid7L.json\"},detailsFont:{type:ControlType.String,title:\"Details Font\",defaultValue:\"Arial\"},// ... existing property controls ...\napiEndpoint:{type:ControlType.String,title:\"API Endpoint\",defaultValue:\"https://api.imperator.co/services?network=mainnets\"},apiEndpointDev:{type:ControlType.String,title:\"API Endpoint\",defaultValue:\"https://api.imperator.co/services?network=testnets\"},// Styles for the details section\ndetailsTextColor:{type:ControlType.Color,title:\"Details Text Color\",defaultValue:NetworkInfo.defaultProps.detailsTextColor},detailsBackgroundColor:{type:ControlType.Color,title:\"Details Background\",defaultValue:NetworkInfo.defaultProps.detailsBackgroundColor},detailsPadding:{type:ControlType.String,title:\"Details Padding\",defaultValue:NetworkInfo.defaultProps.detailsPadding},detailsBorderRadius:{type:ControlType.String,title:\"Details Border Radius\",defaultValue:NetworkInfo.defaultProps.detailsBorderRadius},chain:{type:ControlType.String,title:\"Chain\",defaultValue:NetworkInfo.defaultProps.chain},// Styles for the command shell area\ncommandShellPadding:{type:ControlType.String,title:\"Command Shell Padding\",defaultValue:NetworkInfo.defaultProps.commandShellPadding},commandShellBackgroundColor:{type:ControlType.Color,title:\"Command Shell Background\",defaultValue:NetworkInfo.defaultProps.commandShellBackgroundColor},commandShellTextColor:{type:ControlType.Color,title:\"Command Shell Text Color\",defaultValue:NetworkInfo.defaultProps.commandShellTextColor},commandShellBorder:{type:ControlType.String,title:\"Command Shell Border\",defaultValue:NetworkInfo.defaultProps.commandShellBorder},commandShellBorderRadius:{type:ControlType.String,title:\"Command Shell Border Radius\",defaultValue:NetworkInfo.defaultProps.commandShellBorderRadius},linkColor:{type:ControlType.Color,title:\"Link Color\",defaultValue:NetworkInfo.defaultProps.linkColor},selectBackground:{type:ControlType.Color,title:\"Select Color\",defaultValue:NetworkInfo.defaultProps.selectBackground}});\nexport const __FramerMetadata__ = {\"exports\":{\"NetworkInfo\":{\"type\":\"reactComponent\",\"name\":\"NetworkInfo\",\"slots\":[],\"annotations\":{\"framerContractVersion\":\"1\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}\n//# sourceMappingURL=./SnapshotsTestnets.map","// Generated by Framer (f082bd6)\nimport{jsx as _jsx,jsxs as _jsxs,Fragment as _Fragment}from\"react/jsx-runtime\";import{addFonts,ChildrenCanSuspend,ComponentViewportProvider,Container,cx,Floating,GeneratedComponentContext,getFonts,getWhereExpressionFromPathVariables,NotFoundError,PathVariablesContext,PropertyOverrides,ResolveLinks,useActiveVariantCallback,useComponentViewport,useCurrentPathVariables,useCustomCursors,useHydratedBreakpointVariants,useIsOnFramerCanvas,useLocaleInfo,useOverlayState,useQueryData,useRouter,withCSS}from\"framer\";import{AnimatePresence,LayoutGroup,motion}from\"framer-motion\";import*as React from\"react\";import ChainSerivcesCMSItem from\"#framer/local/canvasComponent/jncmhjWfn/jncmhjWfn.js\";import NavBreadcrum from\"#framer/local/canvasComponent/VfHgKb3zL/VfHgKb3zL.js\";import ChainDropdown from\"#framer/local/canvasComponent/wUsHW6gX8/wUsHW6gX8.js\";import{NetworkInfo}from\"#framer/local/codeFile/TCpSUQj/SnapshotsTestnets.js\";import ChainServices from\"#framer/local/collection/G9nEMTVL2/G9nEMTVL2.js\";import metadataProvider from\"#framer/local/webPageMetadata/zx43sB2Yf/zx43sB2Yf.js\";const NavBreadcrumFonts=getFonts(NavBreadcrum);const ChainDropdownFonts=getFonts(ChainDropdown);const ChainSerivcesCMSItemFonts=getFonts(ChainSerivcesCMSItem);const NetworkInfoFonts=getFonts(NetworkInfo);const breakpoints={OaqJL9GMj:\"(min-width: 1200px)\",qEMjnnwGC:\"(min-width: 810px) and (max-width: 1199px)\",zUb5R5IsA:\"(max-width: 809px)\"};const isBrowser=()=>typeof document!==\"undefined\";const serializationHash=\"framer-t5G1A\";const variantClassNames={OaqJL9GMj:\"framer-v-xh10st\",qEMjnnwGC:\"framer-v-1rbpw23\",zUb5R5IsA:\"framer-v-19nudp0\"};const prefix=(value,prefix)=>{if(typeof value===\"string\"&&typeof prefix===\"string\"){return prefix+value;}else if(typeof value===\"string\"){return value;}else if(typeof prefix===\"string\"){return prefix;}return\"\";};const toResponsiveImage=value=>{if(typeof value===\"object\"&&value!==null&&typeof value.src===\"string\"){return value;}return typeof value===\"string\"?{src:value}:undefined;};const transition1={damping:30,delay:0,mass:1,stiffness:400,type:\"spring\"};const animation={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation1={opacity:1,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,transition:transition1,x:0,y:0};const animation2={opacity:0,rotate:0,rotateX:0,rotateY:0,scale:1,skewX:0,skewY:0,transformPerspective:1200,x:0,y:0};const QueryData=({query,pageSize,children})=>{const data=useQueryData(query);return children(data);};const Overlay=({children,blockDocumentScrolling,enabled=true})=>{const[visible,setVisible]=useOverlayState({blockDocumentScrolling});return children({hide:()=>setVisible(false),show:()=>setVisible(true),toggle:()=>setVisible(!visible),visible:enabled&&visible});};const HTMLStyle=({value})=>{const onCanvas=useIsOnFramerCanvas();if(onCanvas)return null;return /*#__PURE__*/_jsx(\"style\",{dangerouslySetInnerHTML:{__html:value},\"data-framer-html-style\":\"\"});};const humanReadableVariantMap={Desktop:\"OaqJL9GMj\",Phone:\"zUb5R5IsA\",Tablet:\"qEMjnnwGC\"};const getProps=({height,id,width,...props})=>{return{...props,variant:humanReadableVariantMap[props.variant]??props.variant??\"OaqJL9GMj\"};};const Component=/*#__PURE__*/React.forwardRef(function(props,ref){const{activeLocale,setLocale}=useLocaleInfo();const currentPathVariables=useCurrentPathVariables();const[currentRouteData]=useQueryData({from:{alias:\"zx43sB2Yf\",data:ChainServices,type:\"Collection\"},select:[{collection:\"zx43sB2Yf\",name:\"I5NqMIHB9\",type:\"Identifier\"},{collection:\"zx43sB2Yf\",name:\"BL_rxt942\",type:\"Identifier\"}],where:getWhereExpressionFromPathVariables(currentPathVariables,\"zx43sB2Yf\")});const getFromCurrentRouteData=key=>{if(!currentRouteData)throw new NotFoundError(`No data matches path variables: ${JSON.stringify(currentPathVariables)}`);return currentRouteData[key];};const{style,className,layoutId,variant,BL_rxt942=getFromCurrentRouteData(\"BL_rxt942\")??\"\",I5NqMIHB9=getFromCurrentRouteData(\"I5NqMIHB9\"),gTVDdkxUqpjDUJGlNK,I5NqMIHB9pjDUJGlNK,BL_rxt942pjDUJGlNK,idpjDUJGlNK,gTVDdkxUqGdlLmV3B2,...restProps}=getProps(props);React.useEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);if(metadata.robots){let robotsTag=document.querySelector('meta[name=\"robots\"]');if(robotsTag){robotsTag.setAttribute(\"content\",metadata.robots);}else{robotsTag=document.createElement(\"meta\");robotsTag.setAttribute(\"name\",\"robots\");robotsTag.setAttribute(\"content\",metadata.robots);document.head.appendChild(robotsTag);}}},[currentRouteData,activeLocale]);React.useInsertionEffect(()=>{const metadata=metadataProvider(currentRouteData,activeLocale);document.title=metadata.title||\"\";if(metadata.viewport){document.querySelector('meta[name=\"viewport\"]')?.setAttribute(\"content\",metadata.viewport);}},[currentRouteData,activeLocale]);const[baseVariant,hydratedBaseVariant]=useHydratedBreakpointVariants(variant,breakpoints,false);const gestureVariant=undefined;const{activeVariantCallback,delay}=useActiveVariantCallback(undefined);const q1ujDe40dtxyyif=({overlay,loadMore})=>activeVariantCallback(async(...args)=>{overlay.show();});const sharedStyleClassNames=[];const scopingClassNames=cx(serializationHash,...sharedStyleClassNames);const ref1=React.useRef(null);const router=useRouter();const ref2=React.useRef(null);const ref3=React.useRef(null);const defaultLayoutId=React.useId();useCustomCursors({});const componentViewport=useComponentViewport();return /*#__PURE__*/_jsx(GeneratedComponentContext.Provider,{value:{primaryVariantId:\"OaqJL9GMj\",variantClassNames},children:/*#__PURE__*/_jsxs(LayoutGroup,{id:layoutId??defaultLayoutId,children:[/*#__PURE__*/_jsxs(motion.div,{...restProps,className:cx(scopingClassNames,\"framer-xh10st\",className),ref:ref??ref1,style:{...style},children:[/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{webPageId:\"ddIX6TTR2\"},implicitPathVariables:undefined},{href:{webPageId:\"ddIX6TTR2\"},implicitPathVariables:undefined},{href:{webPageId:\"ddIX6TTR2\"},implicitPathVariables:undefined}],children:resolvedLinks=>/*#__PURE__*/_jsx(ComponentViewportProvider,{height:45,width:componentViewport?.width||\"100vw\",y:(componentViewport?.y||0)+0+0,children:/*#__PURE__*/_jsx(Container,{className:\"framer-1v5i3rg-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qEMjnnwGC:{tnzfztmN8:resolvedLinks[1]},zUb5R5IsA:{tnzfztmN8:resolvedLinks[2]}},children:/*#__PURE__*/_jsx(NavBreadcrum,{f6boJC1kj:prefix(BL_rxt942,\"Testnets -> \"),height:\"100%\",id:\"z6rJ8KRpo\",kTf48_2Pm:\"Label\",layoutId:\"z6rJ8KRpo\",LcR9Gz9wy:\"Chain services\",rvr2ojRP3:\"token\",style:{width:\"100%\"},tnzfztmN8:resolvedLinks[0],variant:\"I0Vy26yrO\",width:\"100%\"})})})})}),/*#__PURE__*/_jsx(\"div\",{className:\"framer-67kcd7\",\"data-framer-name\":\"Main\",children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-8fi4n9\",\"data-framer-name\":\"hero\",children:/*#__PURE__*/_jsxs(\"div\",{className:\"framer-9tgd8w\",\"data-framer-name\":\"max-width\",children:[/*#__PURE__*/_jsx(\"div\",{className:\"framer-qy80so\",\"data-border\":true,children:/*#__PURE__*/_jsx(Overlay,{blockDocumentScrolling:false,children:overlay=>/*#__PURE__*/_jsx(_Fragment,{children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{zUb5R5IsA:{y:(componentViewport?.y||0)+0+45+0+0+0+0+40+0+0+0}},children:/*#__PURE__*/_jsx(ComponentViewportProvider,{height:68,y:(componentViewport?.y||0)+0+45+0+0+0+0+50+0+0+0,children:/*#__PURE__*/_jsxs(Container,{className:\"framer-1ytpuya-container\",id:\"1ytpuya\",ref:ref2,children:[/*#__PURE__*/_jsx(ChainDropdown,{Dwae0x9vr:toResponsiveImage(I5NqMIHB9),height:\"100%\",id:\"IyDjgXJHB\",layoutId:\"IyDjgXJHB\",q1ujDe40d:q1ujDe40dtxyyif({overlay}),QS5V95p9N:BL_rxt942,u7DmMOIE8:36,variant:overlay.visible?\"P6E8JwvKv\":\"S7s7VOgCf\",width:\"100%\"}),/*#__PURE__*/_jsx(AnimatePresence,{children:overlay.visible&&/*#__PURE__*/_jsx(Floating,{alignment:\"center\",anchorRef:ref2,className:cx(scopingClassNames),collisionDetection:true,collisionDetectionPadding:20,\"data-framer-portal-id\":\"1ytpuya\",offsetX:0,offsetY:10,onDismiss:overlay.hide,placement:\"bottom\",safeArea:false,zIndex:11,children:/*#__PURE__*/_jsx(motion.div,{animate:animation1,className:\"framer-5ef39y\",\"data-border\":true,exit:animation,initial:animation2,ref:ref3,role:\"dialog\",style:{transformPerspective:1200},children:/*#__PURE__*/_jsx(\"div\",{className:\"framer-1oe3a4o\",children:/*#__PURE__*/_jsx(ChildrenCanSuspend,{children:/*#__PURE__*/_jsx(QueryData,{query:{from:{alias:\"pjDUJGlNK\",data:ChainServices,type:\"Collection\"},select:[{collection:\"pjDUJGlNK\",name:\"gTVDdkxUq\",type:\"Identifier\"},{collection:\"pjDUJGlNK\",name:\"I5NqMIHB9\",type:\"Identifier\"},{collection:\"pjDUJGlNK\",name:\"BL_rxt942\",type:\"Identifier\"},{collection:\"pjDUJGlNK\",name:\"id\",type:\"Identifier\"}],where:{left:{collection:\"pjDUJGlNK\",name:\"AgJQHsSvN\",type:\"Identifier\"},operator:\"and\",right:{operator:\"not\",type:\"UnaryOperation\",value:{left:{collection:\"pjDUJGlNK\",name:\"gTVDdkxUq\",type:\"Identifier\"},operator:\"==\",right:{type:\"LiteralValue\",value:gTVDdkxUqGdlLmV3B2},type:\"BinaryOperation\"}},type:\"BinaryOperation\"}},children:(collection,paginationInfo,loadMore)=>/*#__PURE__*/_jsx(_Fragment,{children:collection?.map(({BL_rxt942:BL_rxt942pjDUJGlNK,gTVDdkxUq:gTVDdkxUqpjDUJGlNK,I5NqMIHB9:I5NqMIHB9pjDUJGlNK,id:idpjDUJGlNK},index)=>{gTVDdkxUqpjDUJGlNK??=\"\";BL_rxt942pjDUJGlNK??=\"\";return /*#__PURE__*/_jsx(LayoutGroup,{id:`pjDUJGlNK-${idpjDUJGlNK}`,children:/*#__PURE__*/_jsx(PathVariablesContext.Provider,{value:{gTVDdkxUq:gTVDdkxUqpjDUJGlNK},children:/*#__PURE__*/_jsx(ResolveLinks,{links:[{href:{pathVariables:{gTVDdkxUq:gTVDdkxUqpjDUJGlNK},webPageId:\"zx43sB2Yf\"},implicitPathVariables:undefined},{href:{pathVariables:{gTVDdkxUq:gTVDdkxUqpjDUJGlNK},webPageId:\"zx43sB2Yf\"},implicitPathVariables:undefined},{href:{pathVariables:{gTVDdkxUq:gTVDdkxUqpjDUJGlNK},webPageId:\"zx43sB2Yf\"},implicitPathVariables:undefined}],children:resolvedLinks1=>/*#__PURE__*/_jsx(ComponentViewportProvider,{width:\"296px\",children:/*#__PURE__*/_jsx(Container,{className:\"framer-q9ffp5-container\",children:/*#__PURE__*/_jsx(PropertyOverrides,{breakpoint:baseVariant,overrides:{qEMjnnwGC:{rXVWwGQ36:resolvedLinks1[1]},zUb5R5IsA:{rXVWwGQ36:resolvedLinks1[2]}},children:/*#__PURE__*/_jsx(ChainSerivcesCMSItem,{DyeeXraKb:toResponsiveImage(I5NqMIHB9pjDUJGlNK),gie5pZTiV:BL_rxt942pjDUJGlNK,height:\"100%\",id:\"JxckBniZo\",layoutId:\"JxckBniZo\",rXVWwGQ36:resolvedLinks1[0],Sg4E9SV14:\"Testnet\",style:{width:\"100%\"},variant:\"UzSymNygg\",width:\"100%\"})})})})})})},idpjDUJGlNK);})})})})})})})})]})})})})})}),/*#__PURE__*/_jsx(ComponentViewportProvider,{children:/*#__PURE__*/_jsx(Container,{className:\"framer-l5f8lf-container\",children:/*#__PURE__*/_jsx(NetworkInfo,{apiEndpoint:\"https://api.imperator.co/services?network=testnets\",apiEndpointDev:\"https://api.imperator.co/services?network=testnets\",chain:BL_rxt942,commandShellBackgroundColor:\"rgb(51, 51, 51)\",commandShellBorder:\"1px solid #cccccc\",commandShellBorderRadius:\"4px\",commandShellPadding:\"10px\",commandShellTextColor:\"rgb(255, 255, 255)\",detailsBackgroundColor:\"rgba(255, 255, 255, 0)\",detailsBorderRadius:\"4px\",detailsFont:\"Arial\",detailsPadding:\"10px\",detailsTextColor:\"rgb(51, 51, 51)\",height:\"100%\",id:\"chnBaHDA5\",layoutId:\"chnBaHDA5\",linkColor:\"rgb(189, 255, 249)\",lottieLoaderLink:\"https://lottie.host/eba229c7-c425-427c-b7ce-fb2a9d17bff5/8nGn3Yid7L.json\",selectBackground:\"rgb(255, 255, 255)\",style:{width:\"100%\"},width:\"100%\"})})})]})})})]}),/*#__PURE__*/_jsx(HTMLStyle,{value:\"html body { background: var(--token-8655b34d-eab9-4bb6-9760-6479d293f912, rgb(251, 249, 241)); }\"}),/*#__PURE__*/_jsx(\"div\",{id:\"overlay\"})]})});});const css=[\"@supports (aspect-ratio: 1) { body { --framer-aspect-ratio-supported: auto; } }\",\".framer-t5G1A.framer-1l60wsg, .framer-t5G1A .framer-1l60wsg { display: block; }\",\".framer-t5G1A.framer-xh10st { align-content: center; align-items: center; background-color: var(--token-8655b34d-eab9-4bb6-9760-6479d293f912, #fbf9f1); display: flex; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px; position: relative; width: 1200px; }\",\".framer-t5G1A .framer-1v5i3rg-container, .framer-t5G1A .framer-q9ffp5-container, .framer-t5G1A .framer-l5f8lf-container { flex: none; height: auto; position: relative; width: 100%; }\",\".framer-t5G1A .framer-67kcd7 { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-t5G1A .framer-8fi4n9 { align-content: center; align-items: center; background-color: var(--token-a8052db3-9704-4921-9bdc-ea40bee00a06, #f6f4ed); display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 100%; }\",\".framer-t5G1A .framer-9tgd8w { align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 0px; height: min-content; justify-content: center; max-width: 1400px; overflow: visible; padding: 50px 12px 50px 12px; position: relative; width: 100%; z-index: 2; }\",\".framer-t5G1A .framer-qy80so { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.15); --border-left-width: 0px; --border-right-width: 0px; --border-style: solid; --border-top-width: 0px; align-content: center; align-items: center; display: flex; flex: none; flex-direction: column; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: flex-start; overflow: hidden; padding: 0px 0px 24px 0px; position: relative; width: 100%; }\",\".framer-t5G1A .framer-1ytpuya-container { flex: none; height: auto; position: relative; width: auto; }\",\".framer-t5G1A .framer-5ef39y { --border-bottom-width: 1px; --border-color: rgba(0, 0, 0, 0.05); --border-left-width: 1px; --border-right-width: 1px; --border-style: solid; --border-top-width: 1px; align-content: center; align-items: center; background-color: var(--token-a8052db3-9704-4921-9bdc-ea40bee00a06, #f6f4ed); border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05); display: flex; flex-direction: row; flex-wrap: nowrap; gap: 10px; height: min-content; justify-content: center; overflow: hidden; padding: 0px; position: relative; width: 320px; will-change: var(--framer-will-change-override, transform); }\",\".framer-t5G1A .framer-1oe3a4o { align-content: flex-start; align-items: flex-start; display: flex; flex: 1 0 0px; flex-direction: column; flex-wrap: nowrap; gap: 12px; height: min-content; justify-content: flex-start; max-height: 500px; overflow: hidden; overflow-y: auto; padding: 12px; position: relative; width: 1px; }\",\"@supports (background: -webkit-named-image(i)) and (not (scale:1)) { .framer-t5G1A.framer-xh10st, .framer-t5G1A .framer-67kcd7, .framer-t5G1A .framer-8fi4n9, .framer-t5G1A .framer-9tgd8w, .framer-t5G1A .framer-qy80so, .framer-t5G1A .framer-5ef39y, .framer-t5G1A .framer-1oe3a4o { gap: 0px; } .framer-t5G1A.framer-xh10st > *, .framer-t5G1A .framer-67kcd7 > *, .framer-t5G1A .framer-9tgd8w > * { margin: 0px; margin-bottom: calc(0px / 2); margin-top: calc(0px / 2); } .framer-t5G1A.framer-xh10st > :first-child, .framer-t5G1A .framer-67kcd7 > :first-child, .framer-t5G1A .framer-8fi4n9 > :first-child, .framer-t5G1A .framer-9tgd8w > :first-child, .framer-t5G1A .framer-qy80so > :first-child, .framer-t5G1A .framer-1oe3a4o > :first-child { margin-top: 0px; } .framer-t5G1A.framer-xh10st > :last-child, .framer-t5G1A .framer-67kcd7 > :last-child, .framer-t5G1A .framer-8fi4n9 > :last-child, .framer-t5G1A .framer-9tgd8w > :last-child, .framer-t5G1A .framer-qy80so > :last-child, .framer-t5G1A .framer-1oe3a4o > :last-child { margin-bottom: 0px; } .framer-t5G1A .framer-8fi4n9 > *, .framer-t5G1A .framer-qy80so > * { margin: 0px; margin-bottom: calc(10px / 2); margin-top: calc(10px / 2); } .framer-t5G1A .framer-5ef39y > * { margin: 0px; margin-left: calc(10px / 2); margin-right: calc(10px / 2); } .framer-t5G1A .framer-5ef39y > :first-child { margin-left: 0px; } .framer-t5G1A .framer-5ef39y > :last-child { margin-right: 0px; } .framer-t5G1A .framer-1oe3a4o > * { margin: 0px; margin-bottom: calc(12px / 2); margin-top: calc(12px / 2); } }\",'.framer-t5G1A[data-border=\"true\"]::after, .framer-t5G1A [data-border=\"true\"]::after { content: \"\"; border-width: var(--border-top-width, 0) var(--border-right-width, 0) var(--border-bottom-width, 0) var(--border-left-width, 0); border-color: var(--border-color, none); border-style: var(--border-style, none); width: 100%; height: 100%; position: absolute; box-sizing: border-box; left: 0; top: 0; border-radius: inherit; pointer-events: none; }',\"@media (min-width: 810px) and (max-width: 1199px) { .framer-t5G1A.framer-xh10st { width: 810px; }}\",\"@media (max-width: 809px) { .framer-t5G1A.framer-xh10st { width: 390px; } .framer-t5G1A .framer-9tgd8w { padding: 40px 12px 50px 12px; } .framer-t5G1A .framer-qy80so { --border-bottom-width: unset; --border-left-width: unset; --border-right-width: unset; --border-top-width: unset; padding: 0px; }}\"];/**\n * This is a generated Framer component.\n * @framerIntrinsicHeight 2139\n * @framerIntrinsicWidth 1200\n * @framerCanvasComponentVariantDetails {\"propertyName\":\"variant\",\"data\":{\"default\":{\"layout\":[\"fixed\",\"auto\"]},\"qEMjnnwGC\":{\"layout\":[\"fixed\",\"auto\"]},\"zUb5R5IsA\":{\"layout\":[\"fixed\",\"auto\"]}}}\n * @framerImmutableVariables true\n * @framerDisplayContentsDiv false\n * @framerComponentViewportWidth true\n * @framerAcceptsLayoutTemplate true\n * @framerResponsiveScreen\n */const Framerzx43sB2Yf=withCSS(Component,css,\"framer-t5G1A\");export default Framerzx43sB2Yf;Framerzx43sB2Yf.displayName=\"Services / Chain Services\";Framerzx43sB2Yf.defaultProps={height:2139,width:1200};addFonts(Framerzx43sB2Yf,[{explicitInter:true,fonts:[]},...NavBreadcrumFonts,...ChainDropdownFonts,...ChainSerivcesCMSItemFonts,...NetworkInfoFonts],{supportsExplicitInterCodegen:true});\nexport const __FramerMetadata__ = {\"exports\":{\"Props\":{\"type\":\"tsType\",\"annotations\":{\"framerContractVersion\":\"1\"}},\"default\":{\"type\":\"reactComponent\",\"name\":\"Framerzx43sB2Yf\",\"slots\":[],\"annotations\":{\"framerCanvasComponentVariantDetails\":\"{\\\"propertyName\\\":\\\"variant\\\",\\\"data\\\":{\\\"default\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"qEMjnnwGC\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]},\\\"zUb5R5IsA\\\":{\\\"layout\\\":[\\\"fixed\\\",\\\"auto\\\"]}}}\",\"framerComponentViewportWidth\":\"true\",\"framerResponsiveScreen\":\"\",\"framerIntrinsicHeight\":\"2139\",\"framerAcceptsLayoutTemplate\":\"true\",\"framerContractVersion\":\"1\",\"framerImmutableVariables\":\"true\",\"framerDisplayContentsDiv\":\"false\",\"framerIntrinsicWidth\":\"1200\"}},\"__FramerMetadata__\":{\"type\":\"variable\"}}}"],"mappings":"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"}