Skip to content

Commit

Permalink
chore(wallet-mobile): Enable governance on mainnet (#3583)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljscript authored Sep 2, 2024
1 parent d84671b commit cd2d960
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions apps/wallet-mobile/src/kernel/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
})
Expand Down

0 comments on commit cd2d960

Please sign in to comment.