@drift-labs/sdk 2.94.0-beta.4 → 2.94.0-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/VERSION +1 -1
- package/lib/constants/spotMarkets.js +1 -0
- package/package.json +1 -1
- package/src/constants/spotMarkets.ts +3 -0
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.94.0-beta.
|
|
1
|
+
2.94.0-beta.5
|
|
@@ -71,6 +71,7 @@ exports.MainnetSpotMarkets = [
|
|
|
71
71
|
precisionExp: numericConstants_1.LAMPORTS_EXP,
|
|
72
72
|
serumMarket: new web3_js_1.PublicKey('8BnEgHoWFysVcuFFX7QztDmzuH8r5ZFvyP3sYwn1XTh6'),
|
|
73
73
|
phoenixMarket: new web3_js_1.PublicKey('4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg'),
|
|
74
|
+
openbookMarket: new web3_js_1.PublicKey('AFgkED1FUVfBe2trPUDqSqK9QKd4stJrfzq5q1RwAFTa'),
|
|
74
75
|
pythFeedId: '0xef0d8b6fda2ceba41da15d4095d1da392a0d2f8ed0c6c7bc0f4cfac8c280b56d',
|
|
75
76
|
},
|
|
76
77
|
{
|
package/package.json
CHANGED
|
@@ -105,6 +105,9 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
105
105
|
phoenixMarket: new PublicKey(
|
|
106
106
|
'4DoNfFBfF7UokCC2FQzriy7yHK6DY6NVdYpuekQ5pRgg'
|
|
107
107
|
),
|
|
108
|
+
openbookMarket: new PublicKey(
|
|
109
|
+
'AFgkED1FUVfBe2trPUDqSqK9QKd4stJrfzq5q1RwAFTa'
|
|
110
|
+
),
|
|
108
111
|
pythFeedId:
|
|
109
112
|
'0xef0d8b6fda2ceba41da15d4095d1da392a0d2f8ed0c6c7bc0f4cfac8c280b56d',
|
|
110
113
|
},
|