Skip to content

Commit 357ab6e

Browse files
committed
fix: new campaign
1 parent bc23439 commit 357ab6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/gearboxRewards/api.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ export interface FarmInfo {
100100
type PoolsWithExtraRewardsList = Record<NetworkType, Array<SupportedToken>>;
101101

102102
const DEFAULT_POOLS_WITH_EXTRA_REWARDS: PoolsWithExtraRewardsList = {
103-
Mainnet: [],
103+
Mainnet: ["dtBTCV3"],
104104
Arbitrum: [],
105-
Optimism: ["sdWETHV3"],
105+
Optimism: [],
106106
Base: [],
107107
};
108108

0 commit comments

Comments
 (0)