diff --git a/ogi/server/utils/evm.ts b/ogi/server/utils/evm.ts index 135d516..60c116a 100644 --- a/ogi/server/utils/evm.ts +++ b/ogi/server/utils/evm.ts @@ -53,7 +53,7 @@ export type ExtendedPrefix = | 'optimism' | 'avalanche' | 'polygon' - | 'mantle' + | 'mnt' export const chains: Record = { base, @@ -61,7 +61,7 @@ export const chains: Record = { avalanche, polygon, imx, - mantle, + mnt: mantle, } export const thirdwebClient = createThirdwebClient({