Skip to content

Conversation

@pxrl
Copy link
Contributor

@pxrl pxrl commented Nov 19, 2025

No description provided.

@vercel
Copy link

vercel bot commented Nov 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
app-frontend-v3 Ready Ready Preview Comment Nov 21, 2025 0:10am
sepolia-frontend-v3 Ready Ready Preview Comment Nov 21, 2025 0:10am

@pxrl pxrl changed the title [WIP] feat: Initial Monad config feat: Support Monad Nov 20, 2025
Comment on lines 872 to 908
export const monad = {
name: "Monad",
fullName: "Monad",
chainId: 143,
logoURI: modeLogo, // todo
grayscaleLogoURI: modeGrayscaleLogo, // @todo
logoSvg: modeLogoSvg, // @todo
grayscaleLogoSvg: modeGrayscaleLogoSvg, // @todo
rpcUrl: "https://rpc3.monad.xyz",
explorerUrl: "https://monadvision.com",
constructExplorerLink: (txHash: string) => `${mode.explorerUrl}/tx/${txHash}`,
nativeCurrencySymbol: "MON",
customRpcUrl: process.env.REACT_APP_CHAIN_143_CUSTOM_RPC_URL,
pollingInterval: 1000,
};

export const monad_viem = defineChain({
id: monad.chainId,
name: monad.name,
nativeCurrency: {
name: monad.nativeCurrencySymbol,
symbol: monad.nativeCurrencySymbol,
decimals: 18,
},
rpcUrls: {
default: {
http: [monad.customRpcUrl ? monad.customRpcUrl : [], monad.rpcUrl].flat(),
},
},
blockExplorers: {
default: {
name: monad.name + " Explorer",
url: monad.explorerUrl,
},
},
});

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dohaki I ended up adding this manually but I'm not sure if that's intended. Should it have been autogenerated?

pxrl and others added 2 commits November 20, 2025 14:56
pxrl added 2 commits November 20, 2025 20:20
The public RPC is too restricted in terms of getLogs requests.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants