diff --git a/apps/wallet-mobile/src/kernel/config.ts b/apps/wallet-mobile/src/kernel/config.ts index b4a8017bc4..461c08071c 100644 --- a/apps/wallet-mobile/src/kernel/config.ts +++ b/apps/wallet-mobile/src/kernel/config.ts @@ -5,9 +5,7 @@ import {isDev} from './env' export const governaceAfterBlock = freeze({ [Chain.Network.Sancho]: 0, - - // TODO: Add block number once known - [Chain.Network.Mainnet]: Infinity, + [Chain.Network.Mainnet]: 10782931, [Chain.Network.Preprod]: 2639667, [Chain.Network.Preview]: Infinity, })