From 1cda9b869ae1629e387f065d4de3922d2ef9ac96 Mon Sep 17 00:00:00 2001 From: 0xbigz <83473873+0xbigz@users.noreply.github.com> Date: Wed, 28 Feb 2024 11:11:50 -0500 Subject: [PATCH] update config --- sdk/src/constants/perpMarkets.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/src/constants/perpMarkets.ts b/sdk/src/constants/perpMarkets.ts index 25e011bc9..711f60493 100644 --- a/sdk/src/constants/perpMarkets.ts +++ b/sdk/src/constants/perpMarkets.ts @@ -524,7 +524,7 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [ baseAssetSymbol: 'TAO', marketIndex: 26, oracle: new PublicKey('5NxzemFgGDhimYE3S5qmb5zkjZUmiHXb4up5WGXe7NLn'), - launchTs: 1709070892000, + launchTs: 1709136669000, oracleSource: OracleSource.PYTH, }, ];