Skip to content

Commit

Permalink
fix: scrvUsUSDe pool type
Browse files Browse the repository at this point in the history
  • Loading branch information
57Ark committed Nov 25, 2024
1 parent 9dbe4ce commit 6fd7fec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/AdapterData.sol
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ contract AdapterData {
curveAdapters.push(
CurveAdapter({
targetContract: Contracts.CURVE_LLAMA_THENA_POOL,
adapterType: AdapterType.CURVE_V1_2ASSETS,
adapterType: AdapterType.CURVE_STABLE_NG,
lpToken: Tokens.scrvUsUSDe,
basePool: Contracts.NO_CONTRACT
})
Expand Down
2 changes: 1 addition & 1 deletion src/contracts/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1305,7 +1305,7 @@ export const contractParams: Record<SupportedContract, ContractParams> = {
name: "Curve scrvUsUSDe",
protocol: Protocols.Curve,
version: 10,
type: AdapterInterface.CURVE_V1_2ASSETS,
type: AdapterInterface.CURVE_STABLE_NG,
lpToken: "scrvUsUSDe",
tokens: ["scrvUSD", "sUSDe"],
},
Expand Down

0 comments on commit 6fd7fec

Please sign in to comment.