diff --git a/app/app/constants.ts b/app/app/constants.ts index 09ff219..75e6e99 100644 --- a/app/app/constants.ts +++ b/app/app/constants.ts @@ -225,6 +225,14 @@ export const NETWORKS = [ logo: "networks/mantle.ico", apiUrl: `${BASE_URL}/mantle`, }, + { + value: "megaeth", + label: "MegaETH", + chainId: 4326, + gnosisPrefix: "mega", + logo: "networks/megaeth.ico", + apiUrl: `${BASE_URL}/mega`, + }, { value: "opbnb", label: "opBNB", diff --git a/app/public/networks/megaeth.ico b/app/public/networks/megaeth.ico new file mode 100644 index 0000000..1bbf96f Binary files /dev/null and b/app/public/networks/megaeth.ico differ