Skip to content

Commit

Permalink
live switch optimism quote for 1 percent
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Apr 25, 2024
1 parent c903081 commit 67ced9e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ export const QUOTE_PROVIDER_TRAFFIC_SWITCH_CONFIGURATION = (
case ChainId.OPTIMISM:
// Optimism RPC eth_call traffic is about 1/10 of mainnet, so we can shadow sample 1% of traffic
return {
switchExactInPercentage: 1,
switchExactInPercentage: 100,
samplingExactInPercentage: 0,
switchExactOutPercentage: 1,
switchExactOutPercentage: 100,
samplingExactOutPercentage: 0,
} as QuoteProviderTrafficSwitchConfiguration
case ChainId.BLAST:
Expand Down

0 comments on commit 67ced9e

Please sign in to comment.