File tree Expand file tree Collapse file tree 3 files changed +1
-20
lines changed
Expand file tree Collapse file tree 3 files changed +1
-20
lines changed Original file line number Diff line number Diff line change @@ -463,7 +463,7 @@ export const CHAINS: Chain[] = [
463463 supportedFeatures : [ "feeds" ] ,
464464 networks : [
465465 {
466- name : "MegaETH Mainnet (Private) " ,
466+ name : "MegaETH Mainnet" ,
467467 explorerUrl : "https://megaeth.blockscout.com/address/%s" ,
468468 networkType : "mainnet" ,
469469 rddUrl : "https://reference-data-directory.vercel.app/feeds-megaeth-mainnet.json" ,
Original file line number Diff line number Diff line change @@ -1560,24 +1560,6 @@ export const FeedList = ({
15601560 </ ul >
15611561 </ >
15621562 ) }
1563- { network . name === "MegaETH Mainnet (Private)" && (
1564- < div className = { tableStyles . infoCallout } >
1565- < div className = { tableStyles . infoCalloutIcon } >
1566- < img src = "/images/info-icon.svg" alt = "Note" />
1567- </ div >
1568- < div className = { tableStyles . infoCalloutContent } >
1569- < p className = { tableStyles . infoCalloutTitle } > Private Mainnet</ p >
1570- < p >
1571- MegaETH currently operates a private mainnet. Your address must be on the whitelist to
1572- transact. For more information, visit{ " " }
1573- < a href = "https://www.megaeth.com/" target = "_blank" rel = "noopener noreferrer" >
1574- megaeth.com
1575- </ a >
1576- .
1577- </ p >
1578- </ div >
1579- </ div >
1580- ) }
15811563 < div className = { feedList . tableFilters } >
15821564 { ! isStreams && ! isSmartData && (
15831565 < details class = { feedList . filterDropdown_details } >
Original file line number Diff line number Diff line change @@ -394,7 +394,6 @@ export const StreamsNetworksData: NetworkData[] = [
394394 networkStatus : "https://uptime.megaeth.com" ,
395395 mainnet : {
396396 label : "MegaETH Mainnet" ,
397- note : "Currently in private beta. Address whitelist required." ,
398397 verifierProxy : "0x60fAa7faC949aF392DFc858F5d97E3EEfa07E9EB" ,
399398 explorerUrl : "https://megaeth.blockscout.com/address/%s" ,
400399 } ,
You can’t perform that action at this time.
0 commit comments