diff --git a/config/wbtcTconfig.ts b/config/wbtcTconfig.ts index 687858d6..9ed85d1c 100644 --- a/config/wbtcTconfig.ts +++ b/config/wbtcTconfig.ts @@ -31,7 +31,7 @@ export const config: PoolV3DeployConfig = { }, creditManagers: [ { - name: "WBTC v3", + name: "Trade WBTC v3", degenNft: false, expirationDate: undefined, minDebt: (BigInt(1e4) * POOL_DECIMALS) / POOL_DIVIDER, diff --git a/config/wethMTconfig.ts b/config/wethMTconfig.ts index 48303bef..51c72da3 100644 --- a/config/wethMTconfig.ts +++ b/config/wethMTconfig.ts @@ -37,7 +37,7 @@ export const config: PoolV3DeployConfig = { }, creditManagers: [ { - name: "WETH v3", + name: "Trade WETH v3", degenNft: false, expirationDate: undefined, minDebt: (BigInt(1e4) * POOL_DECIMALS) / POOL_DIVIDER,