Skip to content

Commit

Permalink
chore: add geth network
Browse files Browse the repository at this point in the history
  • Loading branch information
rajkharvar committed Aug 12, 2024
1 parent 5fae33c commit 52a9aaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,10 @@ export const supportedChains: ChainInfo[] = [
blockExplorer: "https://sepolia-optimism.etherscan.io/",
name: "optimism sepolia",
},
{
chainId: 837567383277,
disperseAddress: "0xf5E9C9e246754700fCeF2e6E55E4Fcb5cF3DB078",
blockExplorer: "https://explorer.metalayer.net/",
name: "private Geth",
},
];

0 comments on commit 52a9aaa

Please sign in to comment.