Skip to content

Commit

Permalink
sdk: fix devnet config
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Dec 12, 2024
1 parent 95e2ef0 commit 4c7cf35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/src/constants/spotMarkets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const DevnetSpotMarkets: SpotMarketConfig[] = [
marketIndex: 6,
poolId: 1,
oracle: new PublicKey('En8hkHLkRe9d9DraYmBTrus518BvmVH448YcvmrFM6Ce'),
oracleSource: OracleSource.PYTH_STABLE_COIN_PULL,
oracleSource: OracleSource.PYTH_PULL,
mint: new PublicKey('8zGuJQqwhZafTah7Uc7Z4tXRnguqkn5KLFAP8oV6PHe2'),
precision: new BN(10).pow(SIX),
precisionExp: SIX,
Expand Down

0 comments on commit 4c7cf35

Please sign in to comment.