Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
added token addresses, removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
stevieraykatz committed Sep 27, 2023
1 parent 9c6f8ec commit aaaf304
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions contracts/integrations/stratConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ export const flux: StratConfig = {
chainId: ChainID.ethereum,
tokenName: "FluxVaultAP",
tokenSymbol: "fUSDC_AP",
baseToken: "",
yieldToken: "",
baseToken: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
yieldToken: "0x465a5a630482f3abD6d3b84B39B29b07214d19e5",
params: {
approvalState: StrategyApprovalState.APPROVED,
network: getNetworkNameFromChainId(ChainID.ethereum),
Expand Down
3 changes: 0 additions & 3 deletions tasks/deploy/integrations/helpers/fullStrategy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ import {
getAddresses,
getChainIdFromNetworkName,
getSigners,
logger,
StratConfig,
StrategyObject,
validateAddress,
verify,
writeStrategyAddresses,
} from "utils";
Expand Down

0 comments on commit aaaf304

Please sign in to comment.