Skip to content

Commit

Permalink
fix: dola pool
Browse files Browse the repository at this point in the history
  • Loading branch information
57Ark committed Dec 17, 2024
1 parent d2533d9 commit 6ab0093
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/config/configs/dolaConfigMainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ const tier1CreditManager: CreditManagerV3DeployConfig = {
{ token: "USDecrvUSD", lt: 0 },
{ token: "FRAXsDAI", lt: 0 },
{ token: "steCRV", lt: 0 },
{ token: "DOLAFRAXBP3CRV_f", lt: 0 },
{ token: "crvUSDDOLA_f", lt: 0 },
],
adapters: [
Expand Down Expand Up @@ -295,12 +294,6 @@ export const dolaConfigMainnet: PoolV3DeployConfig = {
quotaIncreaseFee: 0,
limit: BigInt(0),
},
DOLAFRAXBP3CRV_f: {
minRate: 1,
maxRate: 1,
quotaIncreaseFee: 0,
limit: BigInt(0),
},
crvUSDDOLA_f: {
minRate: 1,
maxRate: 1,
Expand Down

0 comments on commit 6ab0093

Please sign in to comment.