diff --git a/account-kit/infra/src/chains.ts b/account-kit/infra/src/chains.ts index 5e4d0337d6..3ecb8c9b41 100644 --- a/account-kit/infra/src/chains.ts +++ b/account-kit/infra/src/chains.ts @@ -503,6 +503,30 @@ export const monadTestnet: Chain = defineChain({ testnet: true, }); +export const monadMainnet: Chain = defineChain({ + id: 143, + name: "Monad Mainnet", + nativeCurrency: { name: "Monad", symbol: "MON", decimals: 18 }, + rpcUrls: { + default: { + http: ["https://monad-mainnet.g.alchemy.com/v2"], + }, + public: { + http: ["https://monad-mainnet.g.alchemy.com/v2"], + }, + alchemy: { + http: ["https://monad-mainnet.g.alchemy.com/v2"], + }, + }, + blockExplorers: { + default: { + name: "Block Explorer", + url: "https://mainnet-beta.monvision.io", + }, + }, + testnet: false, +}); + export const mekong: Chain = defineChain({ id: 7078815900, name: "Mekong Pectra Devnet", diff --git a/account-kit/infra/src/exports/index.ts b/account-kit/infra/src/exports/index.ts index 38c1e815d3..f7e13362dd 100644 --- a/account-kit/infra/src/exports/index.ts +++ b/account-kit/infra/src/exports/index.ts @@ -41,6 +41,7 @@ export { inkSepolia, mekong, monadTestnet, + monadMainnet, openlootSepolia, gensynTestnet, riseTestnet, diff --git a/docs-site b/docs-site index 25e5940135..f8c1624095 160000 --- a/docs-site +++ b/docs-site @@ -1 +1 @@ -Subproject commit 25e594013500d2ca8a40e2c32b8282299e42593b +Subproject commit f8c16240955544b293913bf1453ef66c300cfb42