From 108add793ed1a1bfaab16d0e0c4a0026855d26e5 Mon Sep 17 00:00:00 2001 From: bout3fiddy <11488427+bout3fiddy@users.noreply.github.com> Date: Thu, 11 Jan 2024 16:31:42 +0100 Subject: [PATCH] change default to 866 --- src/factory/deploy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/factory/deploy.ts b/src/factory/deploy.ts index 1999160f..ddda34e8 100644 --- a/src/factory/deploy.ts +++ b/src/factory/deploy.ts @@ -100,7 +100,7 @@ const _deployStableNgPlainPool = async ( offpegFeeMultiplier: number | string, assetTypes: Array<0 | 1 | 2 | 3>, // 0 = Standard, 1 = Oracle, 2 = Rebasing, 3 = ERC4626 implementationIdx: 0, - emaTime = 600, // seconds + emaTime = 866, // seconds oracleAddresses: string[], methodNames: string[], estimateGas: boolean @@ -284,7 +284,7 @@ const _deployStableNgMetaPool = async ( fee: number | string, // % offpegFeeMultiplier: number | string, assetType: 0 | 1 | 2 | 3, // 0 = Standard, 1 = Oracle, 2 = Rebasing, 3 = ERC4626 - emaTime = 600, // seconds + emaTime = 866, // seconds implementationIdx = 0, methodName = "0x00000000", oracleAddress = curve.constants.ZERO_ADDRESS,