Commit a534ba41 authored by Zach Pomerantz's avatar Zach Pomerantz Committed by GitHub

revert: "feat: enable permit2" (#5854)

Revert "feat: enable permit2 (#5833)"

This reverts commit a9ab5717.
parent 47151157
......@@ -4,7 +4,7 @@ import { useWeb3React } from '@web3-react/core'
import { BaseVariant, FeatureFlag, useBaseFlag } from '../index'
export function usePermit2Flag(): BaseVariant {
return useBaseFlag(FeatureFlag.permit2, BaseVariant.Enabled)
return useBaseFlag(FeatureFlag.permit2)
}
export function usePermit2Enabled(): boolean {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment