Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/gmx-io/gmx-interface
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 3, 2024
2 parents 64886a6 + aa51e49 commit 13fe16b
Show file tree
Hide file tree
Showing 10 changed files with 149 additions and 746 deletions.
4 changes: 2 additions & 2 deletions src/config/ab.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import mapValues from "lodash/mapValues";
import { AB_FLAG_STORAGE_KEY } from "./localStorage";

type Flag = "testWorkerLogic" | "testRpcWindowFallback";
type Flag = "testRpcWindowFallback" | "testRpcCallsBatching";

type AbFlag = {
enabled: boolean;
Expand All @@ -12,8 +12,8 @@ type AbStorage = {
};

const abFlagsConfig: Record<Flag, number> = {
testWorkerLogic: 0.5,
testRpcWindowFallback: 0.5,
testRpcCallsBatching: 0.5,
};

const flags: Flag[] = Object.keys(abFlagsConfig) as Flag[];
Expand Down
Loading

0 comments on commit 13fe16b

Please sign in to comment.