Skip to content

Commit 8d7834e

Browse files
authored
sdk: constants-spot-market-index-53 (#1655)
1 parent acf51a0 commit 8d7834e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

sdk/src/constants/spotMarkets.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,16 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
856856
precision: new BN(10).pow(NINE),
857857
precisionExp: NINE,
858858
},
859+
{
860+
symbol: 'sACRED',
861+
marketIndex: 53,
862+
poolId: 4,
863+
oracle: new PublicKey('GheMfcCB49SuVCWrFReQDD2tLkcPDMG3qZEZWU44mHu'),
864+
oracleSource: OracleSource.SWITCHBOARD_ON_DEMAND,
865+
mint: new PublicKey('59CwZq5b6drmDizgGfxECG7f16hxDpG1nXrxPoQx4y8g'),
866+
precision: new BN(10).pow(SIX),
867+
precisionExp: SIX,
868+
},
859869
];
860870

861871
export const SpotMarkets: { [key in DriftEnv]: SpotMarketConfig[] } = {

0 commit comments

Comments
 (0)