@drift-labs/sdk 2.86.0-beta.13 → 2.86.0-beta.15
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/perpMarkets.js +74 -74
- package/lib/constants/spotMarkets.js +6 -6
- package/package.json +1 -1
- package/src/constants/perpMarkets.ts +74 -74
- package/src/constants/spotMarkets.ts +6 -6
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
2.86.0-beta.
|
|
1
|
+
2.86.0-beta.15
|
|
@@ -10,9 +10,9 @@ exports.DevnetPerpMarkets = [
|
|
|
10
10
|
symbol: 'SOL-PERP',
|
|
11
11
|
baseAssetSymbol: 'SOL',
|
|
12
12
|
marketIndex: 0,
|
|
13
|
-
oracle: new web3_js_1.PublicKey('
|
|
13
|
+
oracle: new web3_js_1.PublicKey('BAtFj4kQttZRVep3UZS2aZRDixkGYgWsbqTBVDbnSsPF'),
|
|
14
14
|
launchTs: 1655751353000,
|
|
15
|
-
oracleSource: __1.OracleSource.
|
|
15
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
16
16
|
pythFeedId: '0xef0d8b6fda2ceba41da15d4095d1da392a0d2f8ed0c6c7bc0f4cfac8c280b56d',
|
|
17
17
|
},
|
|
18
18
|
{
|
|
@@ -21,9 +21,9 @@ exports.DevnetPerpMarkets = [
|
|
|
21
21
|
symbol: 'BTC-PERP',
|
|
22
22
|
baseAssetSymbol: 'BTC',
|
|
23
23
|
marketIndex: 1,
|
|
24
|
-
oracle: new web3_js_1.PublicKey('
|
|
24
|
+
oracle: new web3_js_1.PublicKey('486kr3pmFPfTsS4aZgcsQ7kS4i9rjMsYYZup6HQNSTT4'),
|
|
25
25
|
launchTs: 1655751353000,
|
|
26
|
-
oracleSource: __1.OracleSource.
|
|
26
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
27
27
|
pythFeedId: '0xe62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43',
|
|
28
28
|
},
|
|
29
29
|
{
|
|
@@ -32,9 +32,9 @@ exports.DevnetPerpMarkets = [
|
|
|
32
32
|
symbol: 'ETH-PERP',
|
|
33
33
|
baseAssetSymbol: 'ETH',
|
|
34
34
|
marketIndex: 2,
|
|
35
|
-
oracle: new web3_js_1.PublicKey('
|
|
35
|
+
oracle: new web3_js_1.PublicKey('6bEp2MiyoiiiDxcVqE8rUHQWwHirXUXtKfAEATTVqNzT'),
|
|
36
36
|
launchTs: 1637691133472,
|
|
37
|
-
oracleSource: __1.OracleSource.
|
|
37
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
38
38
|
pythFeedId: '0xff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace',
|
|
39
39
|
},
|
|
40
40
|
{
|
|
@@ -43,9 +43,9 @@ exports.DevnetPerpMarkets = [
|
|
|
43
43
|
symbol: 'APT-PERP',
|
|
44
44
|
baseAssetSymbol: 'APT',
|
|
45
45
|
marketIndex: 3,
|
|
46
|
-
oracle: new web3_js_1.PublicKey('
|
|
46
|
+
oracle: new web3_js_1.PublicKey('79EWaCYU9jiQN8SbvVzGFAhAncUZYp3PjNg7KxmN5cLE'),
|
|
47
47
|
launchTs: 1675610186000,
|
|
48
|
-
oracleSource: __1.OracleSource.
|
|
48
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
49
49
|
pythFeedId: '0x03ae4db29ed4ae33d323568895aa00337e658e348b37509f5372ae51f0af00d5',
|
|
50
50
|
},
|
|
51
51
|
{
|
|
@@ -54,9 +54,9 @@ exports.DevnetPerpMarkets = [
|
|
|
54
54
|
symbol: '1MBONK-PERP',
|
|
55
55
|
baseAssetSymbol: '1MBONK',
|
|
56
56
|
marketIndex: 4,
|
|
57
|
-
oracle: new web3_js_1.PublicKey('
|
|
57
|
+
oracle: new web3_js_1.PublicKey('GojbSnJuPdKDT1ZuHuAM5t9oz6bxTo1xhUKpTua2F72p'),
|
|
58
58
|
launchTs: 1677068931000,
|
|
59
|
-
oracleSource: __1.OracleSource.
|
|
59
|
+
oracleSource: __1.OracleSource.PYTH_1M_PULL,
|
|
60
60
|
pythFeedId: '0x72b021217ca3fe68922a19aaf990109cb9d84e9ad004b4d2025ad6f529314419',
|
|
61
61
|
},
|
|
62
62
|
{
|
|
@@ -65,9 +65,9 @@ exports.DevnetPerpMarkets = [
|
|
|
65
65
|
symbol: 'MATIC-PERP',
|
|
66
66
|
baseAssetSymbol: 'MATIC',
|
|
67
67
|
marketIndex: 5,
|
|
68
|
-
oracle: new web3_js_1.PublicKey('
|
|
68
|
+
oracle: new web3_js_1.PublicKey('5Wf1WrXLeNJghU8WRo5odvwAjpjSSF4THbjdxbKmwVsi'),
|
|
69
69
|
launchTs: 1677690149000,
|
|
70
|
-
oracleSource: __1.OracleSource.
|
|
70
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
71
71
|
pythFeedId: '0x5de33a9112c2b700b8d30b8a3402c103578ccfa2765696471cc672bd5cf6ac52',
|
|
72
72
|
},
|
|
73
73
|
{
|
|
@@ -76,9 +76,9 @@ exports.DevnetPerpMarkets = [
|
|
|
76
76
|
symbol: 'ARB-PERP',
|
|
77
77
|
baseAssetSymbol: 'ARB',
|
|
78
78
|
marketIndex: 6,
|
|
79
|
-
oracle: new web3_js_1.PublicKey('
|
|
79
|
+
oracle: new web3_js_1.PublicKey('8ocfAdqVRnzvfdubQaTxar4Kz5HJhNbPNmkLxswqiHUD'),
|
|
80
80
|
launchTs: 1679501812000,
|
|
81
|
-
oracleSource: __1.OracleSource.
|
|
81
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
82
82
|
pythFeedId: '0x3fa4252848f9f0a1480be62745a4629d9eb1322aebab8a791e344b3b9c1adcf5',
|
|
83
83
|
},
|
|
84
84
|
{
|
|
@@ -87,9 +87,9 @@ exports.DevnetPerpMarkets = [
|
|
|
87
87
|
symbol: 'DOGE-PERP',
|
|
88
88
|
baseAssetSymbol: 'DOGE',
|
|
89
89
|
marketIndex: 7,
|
|
90
|
-
oracle: new web3_js_1.PublicKey('
|
|
90
|
+
oracle: new web3_js_1.PublicKey('23y63pHVwKfYSCDFdiGRaGbTYWoyr8UzhUE7zukyf6gK'),
|
|
91
91
|
launchTs: 1680808053000,
|
|
92
|
-
oracleSource: __1.OracleSource.
|
|
92
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
93
93
|
pythFeedId: '0xdcef50dd0a4cd2dcc17e45df1676dcb336a11a61c69df7a0299b0150c672d25c',
|
|
94
94
|
},
|
|
95
95
|
{
|
|
@@ -98,9 +98,9 @@ exports.DevnetPerpMarkets = [
|
|
|
98
98
|
symbol: 'BNB-PERP',
|
|
99
99
|
baseAssetSymbol: 'BNB',
|
|
100
100
|
marketIndex: 8,
|
|
101
|
-
oracle: new web3_js_1.PublicKey('
|
|
101
|
+
oracle: new web3_js_1.PublicKey('Dk8eWjuQHMbxJAwB9Sg7pXQPH4kgbg8qZGcUrWcD9gTm'),
|
|
102
102
|
launchTs: 1680808053000,
|
|
103
|
-
oracleSource: __1.OracleSource.
|
|
103
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
104
104
|
pythFeedId: '0x2f95862b045670cd22bee3114c39763a4a08beeb663b145d283c31d7d1101c4f',
|
|
105
105
|
},
|
|
106
106
|
{
|
|
@@ -109,9 +109,9 @@ exports.DevnetPerpMarkets = [
|
|
|
109
109
|
symbol: 'SUI-PERP',
|
|
110
110
|
baseAssetSymbol: 'SUI',
|
|
111
111
|
marketIndex: 9,
|
|
112
|
-
oracle: new web3_js_1.PublicKey('
|
|
112
|
+
oracle: new web3_js_1.PublicKey('HBordkz5YxjzNURmKUY4vfEYFG9fZyZNeNF1VDLMoemT'),
|
|
113
113
|
launchTs: 1683125906000,
|
|
114
|
-
oracleSource: __1.OracleSource.
|
|
114
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
115
115
|
pythFeedId: '0x23d7315113f5b1d3ba7a83604c44b94d79f4fd69af77f804fc7f920a6dc65744',
|
|
116
116
|
},
|
|
117
117
|
{
|
|
@@ -120,9 +120,9 @@ exports.DevnetPerpMarkets = [
|
|
|
120
120
|
symbol: '1MPEPE-PERP',
|
|
121
121
|
baseAssetSymbol: '1MPEPE',
|
|
122
122
|
marketIndex: 10,
|
|
123
|
-
oracle: new web3_js_1.PublicKey('
|
|
123
|
+
oracle: new web3_js_1.PublicKey('CLxofhtzvLiErpn25wvUzpZXEqBhuZ6WMEckEraxyuGt'),
|
|
124
124
|
launchTs: 1683781239000,
|
|
125
|
-
oracleSource: __1.OracleSource.
|
|
125
|
+
oracleSource: __1.OracleSource.PYTH_1M_PULL,
|
|
126
126
|
pythFeedId: '0xd69731a2e74ac1ce884fc3890f7ee324b6deb66147055249568869ed700882e4',
|
|
127
127
|
},
|
|
128
128
|
{
|
|
@@ -131,9 +131,9 @@ exports.DevnetPerpMarkets = [
|
|
|
131
131
|
symbol: 'OP-PERP',
|
|
132
132
|
baseAssetSymbol: 'OP',
|
|
133
133
|
marketIndex: 11,
|
|
134
|
-
oracle: new web3_js_1.PublicKey('
|
|
134
|
+
oracle: new web3_js_1.PublicKey('C9Zi2Y3Mt6Zt6pcFvobN3N29HcrzKujPAPBDDTDRcUa2'),
|
|
135
135
|
launchTs: 1686091480000,
|
|
136
|
-
oracleSource: __1.OracleSource.
|
|
136
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
137
137
|
pythFeedId: '0x385f64d993f7b77d8182ed5003d97c60aa3361f3cecfe711544d2d59165e9bdf',
|
|
138
138
|
},
|
|
139
139
|
{
|
|
@@ -142,9 +142,9 @@ exports.DevnetPerpMarkets = [
|
|
|
142
142
|
symbol: 'RNDR-PERP',
|
|
143
143
|
baseAssetSymbol: 'RNDR',
|
|
144
144
|
marketIndex: 12,
|
|
145
|
-
oracle: new web3_js_1.PublicKey('
|
|
145
|
+
oracle: new web3_js_1.PublicKey('F3mPHRtJqqq57JPDBmUwUVhpyPLmjE5dAzDfpVgpFkug'),
|
|
146
146
|
launchTs: 1687201081000,
|
|
147
|
-
oracleSource: __1.OracleSource.
|
|
147
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
148
148
|
pythFeedId: '0xab7347771135fc733f8f38db462ba085ed3309955f42554a14fa13e855ac0e2f',
|
|
149
149
|
},
|
|
150
150
|
{
|
|
@@ -153,9 +153,9 @@ exports.DevnetPerpMarkets = [
|
|
|
153
153
|
symbol: 'XRP-PERP',
|
|
154
154
|
baseAssetSymbol: 'XRP',
|
|
155
155
|
marketIndex: 13,
|
|
156
|
-
oracle: new web3_js_1.PublicKey('
|
|
156
|
+
oracle: new web3_js_1.PublicKey('9757epAjXWCWQH98kyK9vzgehd1XDVEf7joNHUaKk3iV'),
|
|
157
157
|
launchTs: 1689270550000,
|
|
158
|
-
oracleSource: __1.OracleSource.
|
|
158
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
159
159
|
pythFeedId: '0xec5d399846a9209f3fe5881d70aae9268c94339ff9817e8d18ff19fa05eea1c8',
|
|
160
160
|
},
|
|
161
161
|
{
|
|
@@ -164,9 +164,9 @@ exports.DevnetPerpMarkets = [
|
|
|
164
164
|
symbol: 'HNT-PERP',
|
|
165
165
|
baseAssetSymbol: 'HNT',
|
|
166
166
|
marketIndex: 14,
|
|
167
|
-
oracle: new web3_js_1.PublicKey('
|
|
167
|
+
oracle: new web3_js_1.PublicKey('9b1rcK9RUPK2vAqwNYCYEG34gUVpS2WGs2YCZZy2X5Tb'),
|
|
168
168
|
launchTs: 1692294955000,
|
|
169
|
-
oracleSource: __1.OracleSource.
|
|
169
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
170
170
|
pythFeedId: '0x649fdd7ec08e8e2a20f425729854e90293dcbe2376abc47197a14da6ff339756',
|
|
171
171
|
},
|
|
172
172
|
{
|
|
@@ -175,9 +175,9 @@ exports.DevnetPerpMarkets = [
|
|
|
175
175
|
symbol: 'INJ-PERP',
|
|
176
176
|
baseAssetSymbol: 'INJ',
|
|
177
177
|
marketIndex: 15,
|
|
178
|
-
oracle: new web3_js_1.PublicKey('
|
|
178
|
+
oracle: new web3_js_1.PublicKey('BfXcyDWJmYADa5eZD7gySSDd6giqgjvm7xsAhQ239SUD'),
|
|
179
179
|
launchTs: 1698074659000,
|
|
180
|
-
oracleSource: __1.OracleSource.
|
|
180
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
181
181
|
pythFeedId: '0x7a5bc1d2b56ad029048cd63964b3ad2776eadf812edc1a43a31406cb54bff592',
|
|
182
182
|
},
|
|
183
183
|
{
|
|
@@ -186,9 +186,9 @@ exports.DevnetPerpMarkets = [
|
|
|
186
186
|
symbol: 'LINK-PERP',
|
|
187
187
|
baseAssetSymbol: 'LINK',
|
|
188
188
|
marketIndex: 16,
|
|
189
|
-
oracle: new web3_js_1.PublicKey('
|
|
189
|
+
oracle: new web3_js_1.PublicKey('Gwvob7yoLMgQRVWjScCRyQFMsgpRKrSAYisYEyjDJwEp'),
|
|
190
190
|
launchTs: 1698074659000,
|
|
191
|
-
oracleSource: __1.OracleSource.
|
|
191
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
192
192
|
pythFeedId: '0x8ac0c70fff57e9aefdf5edf44b51d62c2d433653cbb2cf5cc06bb115af04d221',
|
|
193
193
|
},
|
|
194
194
|
{
|
|
@@ -197,9 +197,9 @@ exports.DevnetPerpMarkets = [
|
|
|
197
197
|
symbol: 'RLB-PERP',
|
|
198
198
|
baseAssetSymbol: 'RLB',
|
|
199
199
|
marketIndex: 17,
|
|
200
|
-
oracle: new web3_js_1.PublicKey('
|
|
200
|
+
oracle: new web3_js_1.PublicKey('4CyhPqyVK3UQHFWhEpk91Aw4WbBsN3JtyosXH6zjoRqG'),
|
|
201
201
|
launchTs: 1699265968000,
|
|
202
|
-
oracleSource: __1.OracleSource.
|
|
202
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
203
203
|
pythFeedId: '0x2f2d17abbc1e781bd87b4a5d52c8b2856886f5c482fa3593cebf6795040ab0b6',
|
|
204
204
|
},
|
|
205
205
|
{
|
|
@@ -208,9 +208,9 @@ exports.DevnetPerpMarkets = [
|
|
|
208
208
|
symbol: 'PYTH-PERP',
|
|
209
209
|
baseAssetSymbol: 'PYTH',
|
|
210
210
|
marketIndex: 18,
|
|
211
|
-
oracle: new web3_js_1.PublicKey('
|
|
211
|
+
oracle: new web3_js_1.PublicKey('GqkCu7CbsPVz1H6W6AAHuReqbJckYG59TXz7Y5HDV7hr'),
|
|
212
212
|
launchTs: 1700542800000,
|
|
213
|
-
oracleSource: __1.OracleSource.
|
|
213
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
214
214
|
pythFeedId: '0x0bbf28e9a841a1cc788f6a361b17ca072d0ea3098a1e5df1c3922d06719579ff',
|
|
215
215
|
},
|
|
216
216
|
{
|
|
@@ -219,9 +219,9 @@ exports.DevnetPerpMarkets = [
|
|
|
219
219
|
symbol: 'TIA-PERP',
|
|
220
220
|
baseAssetSymbol: 'TIA',
|
|
221
221
|
marketIndex: 19,
|
|
222
|
-
oracle: new web3_js_1.PublicKey('
|
|
222
|
+
oracle: new web3_js_1.PublicKey('C6LHPUrgjrgo5eNUitC8raNEdEttfoRhmqdJ3BHVBJhi'),
|
|
223
223
|
launchTs: 1701880540000,
|
|
224
|
-
oracleSource: __1.OracleSource.
|
|
224
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
225
225
|
pythFeedId: '0x09f7c1d7dfbb7df2b8fe3d3d87ee94a2259d212da4f30c1f0540d066dfa44723',
|
|
226
226
|
},
|
|
227
227
|
{
|
|
@@ -230,9 +230,9 @@ exports.DevnetPerpMarkets = [
|
|
|
230
230
|
symbol: 'JTO-PERP',
|
|
231
231
|
baseAssetSymbol: 'JTO',
|
|
232
232
|
marketIndex: 20,
|
|
233
|
-
oracle: new web3_js_1.PublicKey('
|
|
233
|
+
oracle: new web3_js_1.PublicKey('Ffq6ACJ17NAgaxC6ocfMzVXL3K61qxB2xHg6WUawWPfP'),
|
|
234
234
|
launchTs: 1701967240000,
|
|
235
|
-
oracleSource: __1.OracleSource.
|
|
235
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
236
236
|
pythFeedId: '0xb43660a5f790c69354b0729a5ef9d50d68f1df92107540210b9cccba1f947cc2',
|
|
237
237
|
},
|
|
238
238
|
{
|
|
@@ -241,9 +241,9 @@ exports.DevnetPerpMarkets = [
|
|
|
241
241
|
symbol: 'SEI-PERP',
|
|
242
242
|
baseAssetSymbol: 'SEI',
|
|
243
243
|
marketIndex: 21,
|
|
244
|
-
oracle: new web3_js_1.PublicKey('
|
|
244
|
+
oracle: new web3_js_1.PublicKey('EVyoxFo5jWpv1vV7p6KVjDWwVqtTqvrZ4JMFkieVkVsD'),
|
|
245
245
|
launchTs: 1703173331000,
|
|
246
|
-
oracleSource: __1.OracleSource.
|
|
246
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
247
247
|
pythFeedId: '0x53614f1cb0c031d4af66c04cb9c756234adad0e1cee85303795091499a4084eb',
|
|
248
248
|
},
|
|
249
249
|
{
|
|
@@ -252,9 +252,9 @@ exports.DevnetPerpMarkets = [
|
|
|
252
252
|
symbol: 'AVAX-PERP',
|
|
253
253
|
baseAssetSymbol: 'AVAX',
|
|
254
254
|
marketIndex: 22,
|
|
255
|
-
oracle: new web3_js_1.PublicKey('
|
|
255
|
+
oracle: new web3_js_1.PublicKey('FgBGHNex4urrBmNbSj8ntNQDGqeHcWewKtkvL6JE6dEX'),
|
|
256
256
|
launchTs: 1704209558000,
|
|
257
|
-
oracleSource: __1.OracleSource.
|
|
257
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
258
258
|
pythFeedId: '0x93da3352f9f1d105fdfe4971cfa80e9dd777bfc5d0f683ebb6e1294b92137bb7',
|
|
259
259
|
},
|
|
260
260
|
{
|
|
@@ -263,9 +263,9 @@ exports.DevnetPerpMarkets = [
|
|
|
263
263
|
symbol: 'W-PERP',
|
|
264
264
|
baseAssetSymbol: 'W',
|
|
265
265
|
marketIndex: 23,
|
|
266
|
-
oracle: new web3_js_1.PublicKey('
|
|
266
|
+
oracle: new web3_js_1.PublicKey('4HbitGsdcFbtFotmYscikQFAAKJ3nYx4t7sV7fTvsk8U'),
|
|
267
267
|
launchTs: 1709852537000,
|
|
268
|
-
oracleSource: __1.OracleSource.
|
|
268
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
269
269
|
pythFeedId: '0xeff7446475e218517566ea99e72a4abec2e1bd8498b43b7d8331e29dcb059389',
|
|
270
270
|
},
|
|
271
271
|
{
|
|
@@ -274,9 +274,9 @@ exports.DevnetPerpMarkets = [
|
|
|
274
274
|
symbol: 'KMNO-PERP',
|
|
275
275
|
baseAssetSymbol: 'KMNO',
|
|
276
276
|
marketIndex: 24,
|
|
277
|
-
oracle: new web3_js_1.PublicKey('
|
|
277
|
+
oracle: new web3_js_1.PublicKey('7aqj2wH1BH8XT3QQ3MWtvt3My7RAGf5Stm3vx5fiysJz'),
|
|
278
278
|
launchTs: 1711475936000,
|
|
279
|
-
oracleSource: __1.OracleSource.
|
|
279
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
280
280
|
pythFeedId: '0xb17e5bc5de742a8a378b54c9c75442b7d51e30ada63f28d9bd28d3c0e26511a0',
|
|
281
281
|
},
|
|
282
282
|
{
|
|
@@ -353,9 +353,9 @@ exports.MainnetPerpMarkets = [
|
|
|
353
353
|
symbol: 'MATIC-PERP',
|
|
354
354
|
baseAssetSymbol: 'MATIC',
|
|
355
355
|
marketIndex: 5,
|
|
356
|
-
oracle: new web3_js_1.PublicKey('
|
|
356
|
+
oracle: new web3_js_1.PublicKey('5Wf1WrXLeNJghU8WRo5odvwAjpjSSF4THbjdxbKmwVsi'),
|
|
357
357
|
launchTs: 1677690149000,
|
|
358
|
-
oracleSource: __1.OracleSource.
|
|
358
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
359
359
|
pythFeedId: '0x5de33a9112c2b700b8d30b8a3402c103578ccfa2765696471cc672bd5cf6ac52',
|
|
360
360
|
},
|
|
361
361
|
{
|
|
@@ -364,9 +364,9 @@ exports.MainnetPerpMarkets = [
|
|
|
364
364
|
symbol: 'ARB-PERP',
|
|
365
365
|
baseAssetSymbol: 'ARB',
|
|
366
366
|
marketIndex: 6,
|
|
367
|
-
oracle: new web3_js_1.PublicKey('
|
|
367
|
+
oracle: new web3_js_1.PublicKey('8ocfAdqVRnzvfdubQaTxar4Kz5HJhNbPNmkLxswqiHUD'),
|
|
368
368
|
launchTs: 1679501812000,
|
|
369
|
-
oracleSource: __1.OracleSource.
|
|
369
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
370
370
|
pythFeedId: '0x3fa4252848f9f0a1480be62745a4629d9eb1322aebab8a791e344b3b9c1adcf5',
|
|
371
371
|
},
|
|
372
372
|
{
|
|
@@ -386,9 +386,9 @@ exports.MainnetPerpMarkets = [
|
|
|
386
386
|
symbol: 'BNB-PERP',
|
|
387
387
|
baseAssetSymbol: 'BNB',
|
|
388
388
|
marketIndex: 8,
|
|
389
|
-
oracle: new web3_js_1.PublicKey('
|
|
389
|
+
oracle: new web3_js_1.PublicKey('Dk8eWjuQHMbxJAwB9Sg7pXQPH4kgbg8qZGcUrWcD9gTm'),
|
|
390
390
|
launchTs: 1680808053000,
|
|
391
|
-
oracleSource: __1.OracleSource.
|
|
391
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
392
392
|
pythFeedId: '0x2f95862b045670cd22bee3114c39763a4a08beeb663b145d283c31d7d1101c4f',
|
|
393
393
|
},
|
|
394
394
|
{
|
|
@@ -452,9 +452,9 @@ exports.MainnetPerpMarkets = [
|
|
|
452
452
|
symbol: 'HNT-PERP',
|
|
453
453
|
baseAssetSymbol: 'HNT',
|
|
454
454
|
marketIndex: 14,
|
|
455
|
-
oracle: new web3_js_1.PublicKey('
|
|
455
|
+
oracle: new web3_js_1.PublicKey('9b1rcK9RUPK2vAqwNYCYEG34gUVpS2WGs2YCZZy2X5Tb'),
|
|
456
456
|
launchTs: 1692294955000,
|
|
457
|
-
oracleSource: __1.OracleSource.
|
|
457
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
458
458
|
pythFeedId: '0x649fdd7ec08e8e2a20f425729854e90293dcbe2376abc47197a14da6ff339756',
|
|
459
459
|
},
|
|
460
460
|
{
|
|
@@ -474,9 +474,9 @@ exports.MainnetPerpMarkets = [
|
|
|
474
474
|
symbol: 'LINK-PERP',
|
|
475
475
|
baseAssetSymbol: 'LINK',
|
|
476
476
|
marketIndex: 16,
|
|
477
|
-
oracle: new web3_js_1.PublicKey('
|
|
477
|
+
oracle: new web3_js_1.PublicKey('Gwvob7yoLMgQRVWjScCRyQFMsgpRKrSAYisYEyjDJwEp'),
|
|
478
478
|
launchTs: 1698074659000,
|
|
479
|
-
oracleSource: __1.OracleSource.
|
|
479
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
480
480
|
pythFeedId: '0x8ac0c70fff57e9aefdf5edf44b51d62c2d433653cbb2cf5cc06bb115af04d221',
|
|
481
481
|
},
|
|
482
482
|
{
|
|
@@ -485,9 +485,9 @@ exports.MainnetPerpMarkets = [
|
|
|
485
485
|
symbol: 'RLB-PERP',
|
|
486
486
|
baseAssetSymbol: 'RLB',
|
|
487
487
|
marketIndex: 17,
|
|
488
|
-
oracle: new web3_js_1.PublicKey('
|
|
488
|
+
oracle: new web3_js_1.PublicKey('4CyhPqyVK3UQHFWhEpk91Aw4WbBsN3JtyosXH6zjoRqG'),
|
|
489
489
|
launchTs: 1699265968000,
|
|
490
|
-
oracleSource: __1.OracleSource.
|
|
490
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
491
491
|
pythFeedId: '0x2f2d17abbc1e781bd87b4a5d52c8b2856886f5c482fa3593cebf6795040ab0b6',
|
|
492
492
|
},
|
|
493
493
|
{
|
|
@@ -518,9 +518,9 @@ exports.MainnetPerpMarkets = [
|
|
|
518
518
|
symbol: 'JTO-PERP',
|
|
519
519
|
baseAssetSymbol: 'JTO',
|
|
520
520
|
marketIndex: 20,
|
|
521
|
-
oracle: new web3_js_1.PublicKey('
|
|
521
|
+
oracle: new web3_js_1.PublicKey('Ffq6ACJ17NAgaxC6ocfMzVXL3K61qxB2xHg6WUawWPfP'),
|
|
522
522
|
launchTs: 1701967240000,
|
|
523
|
-
oracleSource: __1.OracleSource.
|
|
523
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
524
524
|
pythFeedId: '0xb43660a5f790c69354b0729a5ef9d50d68f1df92107540210b9cccba1f947cc2',
|
|
525
525
|
},
|
|
526
526
|
{
|
|
@@ -529,9 +529,9 @@ exports.MainnetPerpMarkets = [
|
|
|
529
529
|
symbol: 'SEI-PERP',
|
|
530
530
|
baseAssetSymbol: 'SEI',
|
|
531
531
|
marketIndex: 21,
|
|
532
|
-
oracle: new web3_js_1.PublicKey('
|
|
532
|
+
oracle: new web3_js_1.PublicKey('EVyoxFo5jWpv1vV7p6KVjDWwVqtTqvrZ4JMFkieVkVsD'),
|
|
533
533
|
launchTs: 1703173331000,
|
|
534
|
-
oracleSource: __1.OracleSource.
|
|
534
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
535
535
|
pythFeedId: '0x53614f1cb0c031d4af66c04cb9c756234adad0e1cee85303795091499a4084eb',
|
|
536
536
|
},
|
|
537
537
|
{
|
|
@@ -540,9 +540,9 @@ exports.MainnetPerpMarkets = [
|
|
|
540
540
|
symbol: 'AVAX-PERP',
|
|
541
541
|
baseAssetSymbol: 'AVAX',
|
|
542
542
|
marketIndex: 22,
|
|
543
|
-
oracle: new web3_js_1.PublicKey('
|
|
543
|
+
oracle: new web3_js_1.PublicKey('FgBGHNex4urrBmNbSj8ntNQDGqeHcWewKtkvL6JE6dEX'),
|
|
544
544
|
launchTs: 1704209558000,
|
|
545
|
-
oracleSource: __1.OracleSource.
|
|
545
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
546
546
|
pythFeedId: '0x93da3352f9f1d105fdfe4971cfa80e9dd777bfc5d0f683ebb6e1294b92137bb7',
|
|
547
547
|
},
|
|
548
548
|
{
|
|
@@ -595,9 +595,9 @@ exports.MainnetPerpMarkets = [
|
|
|
595
595
|
symbol: 'W-PERP',
|
|
596
596
|
baseAssetSymbol: 'W',
|
|
597
597
|
marketIndex: 27,
|
|
598
|
-
oracle: new web3_js_1.PublicKey('
|
|
598
|
+
oracle: new web3_js_1.PublicKey('4HbitGsdcFbtFotmYscikQFAAKJ3nYx4t7sV7fTvsk8U'),
|
|
599
599
|
launchTs: 1710418343000,
|
|
600
|
-
oracleSource: __1.OracleSource.
|
|
600
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
601
601
|
pythFeedId: '0xeff7446475e218517566ea99e72a4abec2e1bd8498b43b7d8331e29dcb059389',
|
|
602
602
|
},
|
|
603
603
|
{
|
|
@@ -617,9 +617,9 @@ exports.MainnetPerpMarkets = [
|
|
|
617
617
|
symbol: 'TNSR-PERP',
|
|
618
618
|
baseAssetSymbol: 'TNSR',
|
|
619
619
|
marketIndex: 29,
|
|
620
|
-
oracle: new web3_js_1.PublicKey('
|
|
620
|
+
oracle: new web3_js_1.PublicKey('13jpjpVyU5hGpjsZ4HzCcmBo85wze4N8Au7U6cC3GMip'),
|
|
621
621
|
launchTs: 1712593532000,
|
|
622
|
-
oracleSource: __1.OracleSource.
|
|
622
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
623
623
|
pythFeedId: '0x05ecd4597cd48fe13d6cc3596c62af4f9675aee06e2e0b94c06d8bee2b659e05',
|
|
624
624
|
},
|
|
625
625
|
{
|
|
@@ -660,9 +660,9 @@ exports.MainnetPerpMarkets = [
|
|
|
660
660
|
symbol: 'ZEX-PERP',
|
|
661
661
|
baseAssetSymbol: 'ZEX',
|
|
662
662
|
marketIndex: 33,
|
|
663
|
-
oracle: new web3_js_1.PublicKey('
|
|
663
|
+
oracle: new web3_js_1.PublicKey('HVwBCaR4GEB1fHrp7xCTzbYoZXL3V8b1aek2swPrmGx3'),
|
|
664
664
|
launchTs: 1719415157000,
|
|
665
|
-
oracleSource: __1.OracleSource.
|
|
665
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
666
666
|
pythFeedId: '0x3d63be09d1b88f6dffe6585d0170670592124fd9fa4e0fe8a09ff18464f05e3a',
|
|
667
667
|
},
|
|
668
668
|
{
|
|
@@ -146,8 +146,8 @@ exports.MainnetSpotMarkets = [
|
|
|
146
146
|
{
|
|
147
147
|
symbol: 'JTO',
|
|
148
148
|
marketIndex: 9,
|
|
149
|
-
oracle: new web3_js_1.PublicKey('
|
|
150
|
-
oracleSource: __1.OracleSource.
|
|
149
|
+
oracle: new web3_js_1.PublicKey('Ffq6ACJ17NAgaxC6ocfMzVXL3K61qxB2xHg6WUawWPfP'),
|
|
150
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
151
151
|
mint: new web3_js_1.PublicKey('jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL'),
|
|
152
152
|
precision: new __1.BN(10).pow(numericConstants_1.NINE),
|
|
153
153
|
precisionExp: numericConstants_1.NINE,
|
|
@@ -194,8 +194,8 @@ exports.MainnetSpotMarkets = [
|
|
|
194
194
|
{
|
|
195
195
|
symbol: 'W',
|
|
196
196
|
marketIndex: 13,
|
|
197
|
-
oracle: new web3_js_1.PublicKey('
|
|
198
|
-
oracleSource: __1.OracleSource.
|
|
197
|
+
oracle: new web3_js_1.PublicKey('4HbitGsdcFbtFotmYscikQFAAKJ3nYx4t7sV7fTvsk8U'),
|
|
198
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
199
199
|
mint: new web3_js_1.PublicKey('85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ'),
|
|
200
200
|
precision: new __1.BN(10).pow(numericConstants_1.SIX),
|
|
201
201
|
precisionExp: numericConstants_1.SIX,
|
|
@@ -206,8 +206,8 @@ exports.MainnetSpotMarkets = [
|
|
|
206
206
|
{
|
|
207
207
|
symbol: 'TNSR',
|
|
208
208
|
marketIndex: 14,
|
|
209
|
-
oracle: new web3_js_1.PublicKey('
|
|
210
|
-
oracleSource: __1.OracleSource.
|
|
209
|
+
oracle: new web3_js_1.PublicKey('13jpjpVyU5hGpjsZ4HzCcmBo85wze4N8Au7U6cC3GMip'),
|
|
210
|
+
oracleSource: __1.OracleSource.PYTH_PULL,
|
|
211
211
|
mint: new web3_js_1.PublicKey('TNSRxcUxoT9xBG3de7PiJyTDYu7kskLqcpddxnEJAS6'),
|
|
212
212
|
precision: new __1.BN(10).pow(numericConstants_1.NINE),
|
|
213
213
|
precisionExp: numericConstants_1.NINE,
|
package/package.json
CHANGED
|
@@ -21,9 +21,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
21
21
|
symbol: 'SOL-PERP',
|
|
22
22
|
baseAssetSymbol: 'SOL',
|
|
23
23
|
marketIndex: 0,
|
|
24
|
-
oracle: new PublicKey('
|
|
24
|
+
oracle: new PublicKey('BAtFj4kQttZRVep3UZS2aZRDixkGYgWsbqTBVDbnSsPF'),
|
|
25
25
|
launchTs: 1655751353000,
|
|
26
|
-
oracleSource: OracleSource.
|
|
26
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
27
27
|
pythFeedId:
|
|
28
28
|
'0xef0d8b6fda2ceba41da15d4095d1da392a0d2f8ed0c6c7bc0f4cfac8c280b56d',
|
|
29
29
|
},
|
|
@@ -33,9 +33,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
33
33
|
symbol: 'BTC-PERP',
|
|
34
34
|
baseAssetSymbol: 'BTC',
|
|
35
35
|
marketIndex: 1,
|
|
36
|
-
oracle: new PublicKey('
|
|
36
|
+
oracle: new PublicKey('486kr3pmFPfTsS4aZgcsQ7kS4i9rjMsYYZup6HQNSTT4'),
|
|
37
37
|
launchTs: 1655751353000,
|
|
38
|
-
oracleSource: OracleSource.
|
|
38
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
39
39
|
pythFeedId:
|
|
40
40
|
'0xe62df6c8b4a85fe1a67db44dc12de5db330f7ac66b72dc658afedf0f4a415b43',
|
|
41
41
|
},
|
|
@@ -45,9 +45,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
45
45
|
symbol: 'ETH-PERP',
|
|
46
46
|
baseAssetSymbol: 'ETH',
|
|
47
47
|
marketIndex: 2,
|
|
48
|
-
oracle: new PublicKey('
|
|
48
|
+
oracle: new PublicKey('6bEp2MiyoiiiDxcVqE8rUHQWwHirXUXtKfAEATTVqNzT'),
|
|
49
49
|
launchTs: 1637691133472,
|
|
50
|
-
oracleSource: OracleSource.
|
|
50
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
51
51
|
pythFeedId:
|
|
52
52
|
'0xff61491a931112ddf1bd8147cd1b641375f79f5825126d665480874634fd0ace',
|
|
53
53
|
},
|
|
@@ -57,9 +57,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
57
57
|
symbol: 'APT-PERP',
|
|
58
58
|
baseAssetSymbol: 'APT',
|
|
59
59
|
marketIndex: 3,
|
|
60
|
-
oracle: new PublicKey('
|
|
60
|
+
oracle: new PublicKey('79EWaCYU9jiQN8SbvVzGFAhAncUZYp3PjNg7KxmN5cLE'),
|
|
61
61
|
launchTs: 1675610186000,
|
|
62
|
-
oracleSource: OracleSource.
|
|
62
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
63
63
|
pythFeedId:
|
|
64
64
|
'0x03ae4db29ed4ae33d323568895aa00337e658e348b37509f5372ae51f0af00d5',
|
|
65
65
|
},
|
|
@@ -69,9 +69,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
69
69
|
symbol: '1MBONK-PERP',
|
|
70
70
|
baseAssetSymbol: '1MBONK',
|
|
71
71
|
marketIndex: 4,
|
|
72
|
-
oracle: new PublicKey('
|
|
72
|
+
oracle: new PublicKey('GojbSnJuPdKDT1ZuHuAM5t9oz6bxTo1xhUKpTua2F72p'),
|
|
73
73
|
launchTs: 1677068931000,
|
|
74
|
-
oracleSource: OracleSource.
|
|
74
|
+
oracleSource: OracleSource.PYTH_1M_PULL,
|
|
75
75
|
pythFeedId:
|
|
76
76
|
'0x72b021217ca3fe68922a19aaf990109cb9d84e9ad004b4d2025ad6f529314419',
|
|
77
77
|
},
|
|
@@ -81,9 +81,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
81
81
|
symbol: 'MATIC-PERP',
|
|
82
82
|
baseAssetSymbol: 'MATIC',
|
|
83
83
|
marketIndex: 5,
|
|
84
|
-
oracle: new PublicKey('
|
|
84
|
+
oracle: new PublicKey('5Wf1WrXLeNJghU8WRo5odvwAjpjSSF4THbjdxbKmwVsi'),
|
|
85
85
|
launchTs: 1677690149000, //todo
|
|
86
|
-
oracleSource: OracleSource.
|
|
86
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
87
87
|
pythFeedId:
|
|
88
88
|
'0x5de33a9112c2b700b8d30b8a3402c103578ccfa2765696471cc672bd5cf6ac52',
|
|
89
89
|
},
|
|
@@ -93,9 +93,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
93
93
|
symbol: 'ARB-PERP',
|
|
94
94
|
baseAssetSymbol: 'ARB',
|
|
95
95
|
marketIndex: 6,
|
|
96
|
-
oracle: new PublicKey('
|
|
96
|
+
oracle: new PublicKey('8ocfAdqVRnzvfdubQaTxar4Kz5HJhNbPNmkLxswqiHUD'),
|
|
97
97
|
launchTs: 1679501812000, //todo
|
|
98
|
-
oracleSource: OracleSource.
|
|
98
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
99
99
|
pythFeedId:
|
|
100
100
|
'0x3fa4252848f9f0a1480be62745a4629d9eb1322aebab8a791e344b3b9c1adcf5',
|
|
101
101
|
},
|
|
@@ -105,9 +105,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
105
105
|
symbol: 'DOGE-PERP',
|
|
106
106
|
baseAssetSymbol: 'DOGE',
|
|
107
107
|
marketIndex: 7,
|
|
108
|
-
oracle: new PublicKey('
|
|
108
|
+
oracle: new PublicKey('23y63pHVwKfYSCDFdiGRaGbTYWoyr8UzhUE7zukyf6gK'),
|
|
109
109
|
launchTs: 1680808053000,
|
|
110
|
-
oracleSource: OracleSource.
|
|
110
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
111
111
|
pythFeedId:
|
|
112
112
|
'0xdcef50dd0a4cd2dcc17e45df1676dcb336a11a61c69df7a0299b0150c672d25c',
|
|
113
113
|
},
|
|
@@ -117,9 +117,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
117
117
|
symbol: 'BNB-PERP',
|
|
118
118
|
baseAssetSymbol: 'BNB',
|
|
119
119
|
marketIndex: 8,
|
|
120
|
-
oracle: new PublicKey('
|
|
120
|
+
oracle: new PublicKey('Dk8eWjuQHMbxJAwB9Sg7pXQPH4kgbg8qZGcUrWcD9gTm'),
|
|
121
121
|
launchTs: 1680808053000,
|
|
122
|
-
oracleSource: OracleSource.
|
|
122
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
123
123
|
pythFeedId:
|
|
124
124
|
'0x2f95862b045670cd22bee3114c39763a4a08beeb663b145d283c31d7d1101c4f',
|
|
125
125
|
},
|
|
@@ -129,9 +129,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
129
129
|
symbol: 'SUI-PERP',
|
|
130
130
|
baseAssetSymbol: 'SUI',
|
|
131
131
|
marketIndex: 9,
|
|
132
|
-
oracle: new PublicKey('
|
|
132
|
+
oracle: new PublicKey('HBordkz5YxjzNURmKUY4vfEYFG9fZyZNeNF1VDLMoemT'),
|
|
133
133
|
launchTs: 1683125906000,
|
|
134
|
-
oracleSource: OracleSource.
|
|
134
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
135
135
|
pythFeedId:
|
|
136
136
|
'0x23d7315113f5b1d3ba7a83604c44b94d79f4fd69af77f804fc7f920a6dc65744',
|
|
137
137
|
},
|
|
@@ -141,9 +141,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
141
141
|
symbol: '1MPEPE-PERP',
|
|
142
142
|
baseAssetSymbol: '1MPEPE',
|
|
143
143
|
marketIndex: 10,
|
|
144
|
-
oracle: new PublicKey('
|
|
144
|
+
oracle: new PublicKey('CLxofhtzvLiErpn25wvUzpZXEqBhuZ6WMEckEraxyuGt'),
|
|
145
145
|
launchTs: 1683781239000,
|
|
146
|
-
oracleSource: OracleSource.
|
|
146
|
+
oracleSource: OracleSource.PYTH_1M_PULL,
|
|
147
147
|
pythFeedId:
|
|
148
148
|
'0xd69731a2e74ac1ce884fc3890f7ee324b6deb66147055249568869ed700882e4',
|
|
149
149
|
},
|
|
@@ -153,9 +153,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
153
153
|
symbol: 'OP-PERP',
|
|
154
154
|
baseAssetSymbol: 'OP',
|
|
155
155
|
marketIndex: 11,
|
|
156
|
-
oracle: new PublicKey('
|
|
156
|
+
oracle: new PublicKey('C9Zi2Y3Mt6Zt6pcFvobN3N29HcrzKujPAPBDDTDRcUa2'),
|
|
157
157
|
launchTs: 1686091480000,
|
|
158
|
-
oracleSource: OracleSource.
|
|
158
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
159
159
|
pythFeedId:
|
|
160
160
|
'0x385f64d993f7b77d8182ed5003d97c60aa3361f3cecfe711544d2d59165e9bdf',
|
|
161
161
|
},
|
|
@@ -165,9 +165,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
165
165
|
symbol: 'RNDR-PERP',
|
|
166
166
|
baseAssetSymbol: 'RNDR',
|
|
167
167
|
marketIndex: 12,
|
|
168
|
-
oracle: new PublicKey('
|
|
168
|
+
oracle: new PublicKey('F3mPHRtJqqq57JPDBmUwUVhpyPLmjE5dAzDfpVgpFkug'),
|
|
169
169
|
launchTs: 1687201081000,
|
|
170
|
-
oracleSource: OracleSource.
|
|
170
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
171
171
|
pythFeedId:
|
|
172
172
|
'0xab7347771135fc733f8f38db462ba085ed3309955f42554a14fa13e855ac0e2f',
|
|
173
173
|
},
|
|
@@ -177,9 +177,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
177
177
|
symbol: 'XRP-PERP',
|
|
178
178
|
baseAssetSymbol: 'XRP',
|
|
179
179
|
marketIndex: 13,
|
|
180
|
-
oracle: new PublicKey('
|
|
180
|
+
oracle: new PublicKey('9757epAjXWCWQH98kyK9vzgehd1XDVEf7joNHUaKk3iV'),
|
|
181
181
|
launchTs: 1689270550000,
|
|
182
|
-
oracleSource: OracleSource.
|
|
182
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
183
183
|
pythFeedId:
|
|
184
184
|
'0xec5d399846a9209f3fe5881d70aae9268c94339ff9817e8d18ff19fa05eea1c8',
|
|
185
185
|
},
|
|
@@ -189,9 +189,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
189
189
|
symbol: 'HNT-PERP',
|
|
190
190
|
baseAssetSymbol: 'HNT',
|
|
191
191
|
marketIndex: 14,
|
|
192
|
-
oracle: new PublicKey('
|
|
192
|
+
oracle: new PublicKey('9b1rcK9RUPK2vAqwNYCYEG34gUVpS2WGs2YCZZy2X5Tb'),
|
|
193
193
|
launchTs: 1692294955000,
|
|
194
|
-
oracleSource: OracleSource.
|
|
194
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
195
195
|
pythFeedId:
|
|
196
196
|
'0x649fdd7ec08e8e2a20f425729854e90293dcbe2376abc47197a14da6ff339756',
|
|
197
197
|
},
|
|
@@ -201,9 +201,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
201
201
|
symbol: 'INJ-PERP',
|
|
202
202
|
baseAssetSymbol: 'INJ',
|
|
203
203
|
marketIndex: 15,
|
|
204
|
-
oracle: new PublicKey('
|
|
204
|
+
oracle: new PublicKey('BfXcyDWJmYADa5eZD7gySSDd6giqgjvm7xsAhQ239SUD'),
|
|
205
205
|
launchTs: 1698074659000,
|
|
206
|
-
oracleSource: OracleSource.
|
|
206
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
207
207
|
pythFeedId:
|
|
208
208
|
'0x7a5bc1d2b56ad029048cd63964b3ad2776eadf812edc1a43a31406cb54bff592',
|
|
209
209
|
},
|
|
@@ -213,9 +213,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
213
213
|
symbol: 'LINK-PERP',
|
|
214
214
|
baseAssetSymbol: 'LINK',
|
|
215
215
|
marketIndex: 16,
|
|
216
|
-
oracle: new PublicKey('
|
|
216
|
+
oracle: new PublicKey('Gwvob7yoLMgQRVWjScCRyQFMsgpRKrSAYisYEyjDJwEp'),
|
|
217
217
|
launchTs: 1698074659000,
|
|
218
|
-
oracleSource: OracleSource.
|
|
218
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
219
219
|
pythFeedId:
|
|
220
220
|
'0x8ac0c70fff57e9aefdf5edf44b51d62c2d433653cbb2cf5cc06bb115af04d221',
|
|
221
221
|
},
|
|
@@ -225,9 +225,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
225
225
|
symbol: 'RLB-PERP',
|
|
226
226
|
baseAssetSymbol: 'RLB',
|
|
227
227
|
marketIndex: 17,
|
|
228
|
-
oracle: new PublicKey('
|
|
228
|
+
oracle: new PublicKey('4CyhPqyVK3UQHFWhEpk91Aw4WbBsN3JtyosXH6zjoRqG'),
|
|
229
229
|
launchTs: 1699265968000,
|
|
230
|
-
oracleSource: OracleSource.
|
|
230
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
231
231
|
pythFeedId:
|
|
232
232
|
'0x2f2d17abbc1e781bd87b4a5d52c8b2856886f5c482fa3593cebf6795040ab0b6',
|
|
233
233
|
},
|
|
@@ -237,9 +237,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
237
237
|
symbol: 'PYTH-PERP',
|
|
238
238
|
baseAssetSymbol: 'PYTH',
|
|
239
239
|
marketIndex: 18,
|
|
240
|
-
oracle: new PublicKey('
|
|
240
|
+
oracle: new PublicKey('GqkCu7CbsPVz1H6W6AAHuReqbJckYG59TXz7Y5HDV7hr'),
|
|
241
241
|
launchTs: 1700542800000,
|
|
242
|
-
oracleSource: OracleSource.
|
|
242
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
243
243
|
pythFeedId:
|
|
244
244
|
'0x0bbf28e9a841a1cc788f6a361b17ca072d0ea3098a1e5df1c3922d06719579ff',
|
|
245
245
|
},
|
|
@@ -249,9 +249,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
249
249
|
symbol: 'TIA-PERP',
|
|
250
250
|
baseAssetSymbol: 'TIA',
|
|
251
251
|
marketIndex: 19,
|
|
252
|
-
oracle: new PublicKey('
|
|
252
|
+
oracle: new PublicKey('C6LHPUrgjrgo5eNUitC8raNEdEttfoRhmqdJ3BHVBJhi'),
|
|
253
253
|
launchTs: 1701880540000,
|
|
254
|
-
oracleSource: OracleSource.
|
|
254
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
255
255
|
pythFeedId:
|
|
256
256
|
'0x09f7c1d7dfbb7df2b8fe3d3d87ee94a2259d212da4f30c1f0540d066dfa44723',
|
|
257
257
|
},
|
|
@@ -261,9 +261,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
261
261
|
symbol: 'JTO-PERP',
|
|
262
262
|
baseAssetSymbol: 'JTO',
|
|
263
263
|
marketIndex: 20,
|
|
264
|
-
oracle: new PublicKey('
|
|
264
|
+
oracle: new PublicKey('Ffq6ACJ17NAgaxC6ocfMzVXL3K61qxB2xHg6WUawWPfP'),
|
|
265
265
|
launchTs: 1701967240000,
|
|
266
|
-
oracleSource: OracleSource.
|
|
266
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
267
267
|
pythFeedId:
|
|
268
268
|
'0xb43660a5f790c69354b0729a5ef9d50d68f1df92107540210b9cccba1f947cc2',
|
|
269
269
|
},
|
|
@@ -273,9 +273,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
273
273
|
symbol: 'SEI-PERP',
|
|
274
274
|
baseAssetSymbol: 'SEI',
|
|
275
275
|
marketIndex: 21,
|
|
276
|
-
oracle: new PublicKey('
|
|
276
|
+
oracle: new PublicKey('EVyoxFo5jWpv1vV7p6KVjDWwVqtTqvrZ4JMFkieVkVsD'),
|
|
277
277
|
launchTs: 1703173331000,
|
|
278
|
-
oracleSource: OracleSource.
|
|
278
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
279
279
|
pythFeedId:
|
|
280
280
|
'0x53614f1cb0c031d4af66c04cb9c756234adad0e1cee85303795091499a4084eb',
|
|
281
281
|
},
|
|
@@ -285,9 +285,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
285
285
|
symbol: 'AVAX-PERP',
|
|
286
286
|
baseAssetSymbol: 'AVAX',
|
|
287
287
|
marketIndex: 22,
|
|
288
|
-
oracle: new PublicKey('
|
|
288
|
+
oracle: new PublicKey('FgBGHNex4urrBmNbSj8ntNQDGqeHcWewKtkvL6JE6dEX'),
|
|
289
289
|
launchTs: 1704209558000,
|
|
290
|
-
oracleSource: OracleSource.
|
|
290
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
291
291
|
pythFeedId:
|
|
292
292
|
'0x93da3352f9f1d105fdfe4971cfa80e9dd777bfc5d0f683ebb6e1294b92137bb7',
|
|
293
293
|
},
|
|
@@ -297,9 +297,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
297
297
|
symbol: 'W-PERP',
|
|
298
298
|
baseAssetSymbol: 'W',
|
|
299
299
|
marketIndex: 23,
|
|
300
|
-
oracle: new PublicKey('
|
|
300
|
+
oracle: new PublicKey('4HbitGsdcFbtFotmYscikQFAAKJ3nYx4t7sV7fTvsk8U'),
|
|
301
301
|
launchTs: 1709852537000,
|
|
302
|
-
oracleSource: OracleSource.
|
|
302
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
303
303
|
pythFeedId:
|
|
304
304
|
'0xeff7446475e218517566ea99e72a4abec2e1bd8498b43b7d8331e29dcb059389',
|
|
305
305
|
},
|
|
@@ -309,9 +309,9 @@ export const DevnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
309
309
|
symbol: 'KMNO-PERP',
|
|
310
310
|
baseAssetSymbol: 'KMNO',
|
|
311
311
|
marketIndex: 24,
|
|
312
|
-
oracle: new PublicKey('
|
|
312
|
+
oracle: new PublicKey('7aqj2wH1BH8XT3QQ3MWtvt3My7RAGf5Stm3vx5fiysJz'),
|
|
313
313
|
launchTs: 1711475936000,
|
|
314
|
-
oracleSource: OracleSource.
|
|
314
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
315
315
|
pythFeedId:
|
|
316
316
|
'0xb17e5bc5de742a8a378b54c9c75442b7d51e30ada63f28d9bd28d3c0e26511a0',
|
|
317
317
|
},
|
|
@@ -396,9 +396,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
396
396
|
symbol: 'MATIC-PERP',
|
|
397
397
|
baseAssetSymbol: 'MATIC',
|
|
398
398
|
marketIndex: 5,
|
|
399
|
-
oracle: new PublicKey('
|
|
399
|
+
oracle: new PublicKey('5Wf1WrXLeNJghU8WRo5odvwAjpjSSF4THbjdxbKmwVsi'),
|
|
400
400
|
launchTs: 1677690149000, //todo
|
|
401
|
-
oracleSource: OracleSource.
|
|
401
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
402
402
|
pythFeedId:
|
|
403
403
|
'0x5de33a9112c2b700b8d30b8a3402c103578ccfa2765696471cc672bd5cf6ac52',
|
|
404
404
|
},
|
|
@@ -408,9 +408,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
408
408
|
symbol: 'ARB-PERP',
|
|
409
409
|
baseAssetSymbol: 'ARB',
|
|
410
410
|
marketIndex: 6,
|
|
411
|
-
oracle: new PublicKey('
|
|
411
|
+
oracle: new PublicKey('8ocfAdqVRnzvfdubQaTxar4Kz5HJhNbPNmkLxswqiHUD'),
|
|
412
412
|
launchTs: 1679501812000, //todo
|
|
413
|
-
oracleSource: OracleSource.
|
|
413
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
414
414
|
pythFeedId:
|
|
415
415
|
'0x3fa4252848f9f0a1480be62745a4629d9eb1322aebab8a791e344b3b9c1adcf5',
|
|
416
416
|
},
|
|
@@ -432,9 +432,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
432
432
|
symbol: 'BNB-PERP',
|
|
433
433
|
baseAssetSymbol: 'BNB',
|
|
434
434
|
marketIndex: 8,
|
|
435
|
-
oracle: new PublicKey('
|
|
435
|
+
oracle: new PublicKey('Dk8eWjuQHMbxJAwB9Sg7pXQPH4kgbg8qZGcUrWcD9gTm'),
|
|
436
436
|
launchTs: 1680808053000,
|
|
437
|
-
oracleSource: OracleSource.
|
|
437
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
438
438
|
pythFeedId:
|
|
439
439
|
'0x2f95862b045670cd22bee3114c39763a4a08beeb663b145d283c31d7d1101c4f',
|
|
440
440
|
},
|
|
@@ -504,9 +504,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
504
504
|
symbol: 'HNT-PERP',
|
|
505
505
|
baseAssetSymbol: 'HNT',
|
|
506
506
|
marketIndex: 14,
|
|
507
|
-
oracle: new PublicKey('
|
|
507
|
+
oracle: new PublicKey('9b1rcK9RUPK2vAqwNYCYEG34gUVpS2WGs2YCZZy2X5Tb'),
|
|
508
508
|
launchTs: 1692294955000,
|
|
509
|
-
oracleSource: OracleSource.
|
|
509
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
510
510
|
pythFeedId:
|
|
511
511
|
'0x649fdd7ec08e8e2a20f425729854e90293dcbe2376abc47197a14da6ff339756',
|
|
512
512
|
},
|
|
@@ -528,9 +528,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
528
528
|
symbol: 'LINK-PERP',
|
|
529
529
|
baseAssetSymbol: 'LINK',
|
|
530
530
|
marketIndex: 16,
|
|
531
|
-
oracle: new PublicKey('
|
|
531
|
+
oracle: new PublicKey('Gwvob7yoLMgQRVWjScCRyQFMsgpRKrSAYisYEyjDJwEp'),
|
|
532
532
|
launchTs: 1698074659000,
|
|
533
|
-
oracleSource: OracleSource.
|
|
533
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
534
534
|
pythFeedId:
|
|
535
535
|
'0x8ac0c70fff57e9aefdf5edf44b51d62c2d433653cbb2cf5cc06bb115af04d221',
|
|
536
536
|
},
|
|
@@ -540,9 +540,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
540
540
|
symbol: 'RLB-PERP',
|
|
541
541
|
baseAssetSymbol: 'RLB',
|
|
542
542
|
marketIndex: 17,
|
|
543
|
-
oracle: new PublicKey('
|
|
543
|
+
oracle: new PublicKey('4CyhPqyVK3UQHFWhEpk91Aw4WbBsN3JtyosXH6zjoRqG'),
|
|
544
544
|
launchTs: 1699265968000,
|
|
545
|
-
oracleSource: OracleSource.
|
|
545
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
546
546
|
pythFeedId:
|
|
547
547
|
'0x2f2d17abbc1e781bd87b4a5d52c8b2856886f5c482fa3593cebf6795040ab0b6',
|
|
548
548
|
},
|
|
@@ -576,9 +576,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
576
576
|
symbol: 'JTO-PERP',
|
|
577
577
|
baseAssetSymbol: 'JTO',
|
|
578
578
|
marketIndex: 20,
|
|
579
|
-
oracle: new PublicKey('
|
|
579
|
+
oracle: new PublicKey('Ffq6ACJ17NAgaxC6ocfMzVXL3K61qxB2xHg6WUawWPfP'),
|
|
580
580
|
launchTs: 1701967240000,
|
|
581
|
-
oracleSource: OracleSource.
|
|
581
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
582
582
|
pythFeedId:
|
|
583
583
|
'0xb43660a5f790c69354b0729a5ef9d50d68f1df92107540210b9cccba1f947cc2',
|
|
584
584
|
},
|
|
@@ -588,9 +588,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
588
588
|
symbol: 'SEI-PERP',
|
|
589
589
|
baseAssetSymbol: 'SEI',
|
|
590
590
|
marketIndex: 21,
|
|
591
|
-
oracle: new PublicKey('
|
|
591
|
+
oracle: new PublicKey('EVyoxFo5jWpv1vV7p6KVjDWwVqtTqvrZ4JMFkieVkVsD'),
|
|
592
592
|
launchTs: 1703173331000,
|
|
593
|
-
oracleSource: OracleSource.
|
|
593
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
594
594
|
pythFeedId:
|
|
595
595
|
'0x53614f1cb0c031d4af66c04cb9c756234adad0e1cee85303795091499a4084eb',
|
|
596
596
|
},
|
|
@@ -600,9 +600,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
600
600
|
symbol: 'AVAX-PERP',
|
|
601
601
|
baseAssetSymbol: 'AVAX',
|
|
602
602
|
marketIndex: 22,
|
|
603
|
-
oracle: new PublicKey('
|
|
603
|
+
oracle: new PublicKey('FgBGHNex4urrBmNbSj8ntNQDGqeHcWewKtkvL6JE6dEX'),
|
|
604
604
|
launchTs: 1704209558000,
|
|
605
|
-
oracleSource: OracleSource.
|
|
605
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
606
606
|
pythFeedId:
|
|
607
607
|
'0x93da3352f9f1d105fdfe4971cfa80e9dd777bfc5d0f683ebb6e1294b92137bb7',
|
|
608
608
|
},
|
|
@@ -660,9 +660,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
660
660
|
symbol: 'W-PERP',
|
|
661
661
|
baseAssetSymbol: 'W',
|
|
662
662
|
marketIndex: 27,
|
|
663
|
-
oracle: new PublicKey('
|
|
663
|
+
oracle: new PublicKey('4HbitGsdcFbtFotmYscikQFAAKJ3nYx4t7sV7fTvsk8U'),
|
|
664
664
|
launchTs: 1710418343000,
|
|
665
|
-
oracleSource: OracleSource.
|
|
665
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
666
666
|
pythFeedId:
|
|
667
667
|
'0xeff7446475e218517566ea99e72a4abec2e1bd8498b43b7d8331e29dcb059389',
|
|
668
668
|
},
|
|
@@ -684,9 +684,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
684
684
|
symbol: 'TNSR-PERP',
|
|
685
685
|
baseAssetSymbol: 'TNSR',
|
|
686
686
|
marketIndex: 29,
|
|
687
|
-
oracle: new PublicKey('
|
|
687
|
+
oracle: new PublicKey('13jpjpVyU5hGpjsZ4HzCcmBo85wze4N8Au7U6cC3GMip'),
|
|
688
688
|
launchTs: 1712593532000,
|
|
689
|
-
oracleSource: OracleSource.
|
|
689
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
690
690
|
pythFeedId:
|
|
691
691
|
'0x05ecd4597cd48fe13d6cc3596c62af4f9675aee06e2e0b94c06d8bee2b659e05',
|
|
692
692
|
},
|
|
@@ -730,9 +730,9 @@ export const MainnetPerpMarkets: PerpMarketConfig[] = [
|
|
|
730
730
|
symbol: 'ZEX-PERP',
|
|
731
731
|
baseAssetSymbol: 'ZEX',
|
|
732
732
|
marketIndex: 33,
|
|
733
|
-
oracle: new PublicKey('
|
|
733
|
+
oracle: new PublicKey('HVwBCaR4GEB1fHrp7xCTzbYoZXL3V8b1aek2swPrmGx3'),
|
|
734
734
|
launchTs: 1719415157000,
|
|
735
|
-
oracleSource: OracleSource.
|
|
735
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
736
736
|
pythFeedId:
|
|
737
737
|
'0x3d63be09d1b88f6dffe6585d0170670592124fd9fa4e0fe8a09ff18464f05e3a',
|
|
738
738
|
},
|
|
@@ -192,8 +192,8 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
192
192
|
{
|
|
193
193
|
symbol: 'JTO',
|
|
194
194
|
marketIndex: 9,
|
|
195
|
-
oracle: new PublicKey('
|
|
196
|
-
oracleSource: OracleSource.
|
|
195
|
+
oracle: new PublicKey('Ffq6ACJ17NAgaxC6ocfMzVXL3K61qxB2xHg6WUawWPfP'),
|
|
196
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
197
197
|
mint: new PublicKey('jtojtomepa8beP8AuQc6eXt5FriJwfFMwQx2v2f9mCL'),
|
|
198
198
|
precision: new BN(10).pow(NINE),
|
|
199
199
|
precisionExp: NINE,
|
|
@@ -250,8 +250,8 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
250
250
|
{
|
|
251
251
|
symbol: 'W',
|
|
252
252
|
marketIndex: 13,
|
|
253
|
-
oracle: new PublicKey('
|
|
254
|
-
oracleSource: OracleSource.
|
|
253
|
+
oracle: new PublicKey('4HbitGsdcFbtFotmYscikQFAAKJ3nYx4t7sV7fTvsk8U'),
|
|
254
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
255
255
|
mint: new PublicKey('85VBFQZC9TZkfaptBWjvUw7YbZjy52A6mjtPGjstQAmQ'),
|
|
256
256
|
precision: new BN(10).pow(SIX),
|
|
257
257
|
precisionExp: SIX,
|
|
@@ -265,8 +265,8 @@ export const MainnetSpotMarkets: SpotMarketConfig[] = [
|
|
|
265
265
|
{
|
|
266
266
|
symbol: 'TNSR',
|
|
267
267
|
marketIndex: 14,
|
|
268
|
-
oracle: new PublicKey('
|
|
269
|
-
oracleSource: OracleSource.
|
|
268
|
+
oracle: new PublicKey('13jpjpVyU5hGpjsZ4HzCcmBo85wze4N8Au7U6cC3GMip'),
|
|
269
|
+
oracleSource: OracleSource.PYTH_PULL,
|
|
270
270
|
mint: new PublicKey('TNSRxcUxoT9xBG3de7PiJyTDYu7kskLqcpddxnEJAS6'),
|
|
271
271
|
precision: new BN(10).pow(NINE),
|
|
272
272
|
precisionExp: NINE,
|