Skip to content

Commit

Permalink
chore: don't check US users on Gnosis chain (cowprotocol#3923)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoom3301 authored Feb 26, 2024
1 parent 05a604d commit bf8998d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/tokens/src/updaters/TokensListsUpdater/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const swrOptions: SWRConfiguration = {
revalidateOnFocus: false,
}

const NETWORKS_WITHOUT_RESTRICTIONS = [SupportedChainId.SEPOLIA]
const NETWORKS_WITHOUT_RESTRICTIONS = [SupportedChainId.SEPOLIA, SupportedChainId.GNOSIS_CHAIN]

interface TokensListsUpdaterProps {
chainId: SupportedChainId
Expand Down

0 comments on commit bf8998d

Please sign in to comment.