Skip to content

Commit

Permalink
Update mainnet feature gates (#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
ngundotra authored Jan 23, 2025
1 parent ae54dbd commit 31f474e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/utils/feature-gate/featureGate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const FEATURES: FeatureInfoType[] = [
description: 'Enable confidential token transfers',
devnetActivationEpoch: 801,
key: 'zkhiy5oLowR7HY4zogXjCjeMXyruLqBwSWH21qcFtnv',
mainnetActivationEpoch: null,
mainnetActivationEpoch: 731,
simd: {
link: 'https://github.com/solana-foundation/solana-improvement-documents/blob/main/proposals/0153-elgamal-proof-program.md',
number: 153,
Expand All @@ -58,7 +58,7 @@ export const FEATURES: FeatureInfoType[] = [
description: 'Simplify account loading',
devnetActivationEpoch: 800,
key: 'EQUMpNFr7Nacb1sva56xn1aLfBxppEoSBH8RRVdkcD1x',
mainnetActivationEpoch: null,
mainnetActivationEpoch: 728,
simd: null,
testnetActivationEpoch: 713,
title: 'Disable account loader special case',
Expand Down

0 comments on commit 31f474e

Please sign in to comment.