@@ -98,10 +98,10 @@ test('should parse improveOffer', async () => {
98
98
99
99
// TODO: solver is broken and not running after latest deployment,
100
100
// will update tests when they are fixed and running
101
- test . skip ( 'should parse executeFastOrderLocal' , async ( ) => {
101
+ test ( 'should parse executeFastOrderLocal' , async ( ) => {
102
102
const watcher = new FastTransferSolanaWatcher ( 'Testnet' , true ) ;
103
103
const txHash =
104
- 'wKDEbC56KnUFkbPgmnyxPRxwfZpAJ2vBLxeZif9VQWrWgLj1AByEBsDMdJm7rTeVmhiBGcB6PsGfmxKDcP978r9 ' ;
104
+ '7AfmUeb6sM4HRLyw8ZmmaC5R2SFAzgQAH4YbD2fmnDmDPAcdxAk9Rhi3xktrGoE7bB2VHiBhs3JSvgiFzo6yUPr ' ;
105
105
106
106
const tx = await watcher . getConnection ( ) . getTransaction ( txHash , {
107
107
maxSupportedTransactionVersion : 0 ,
@@ -116,11 +116,11 @@ test.skip('should parse executeFastOrderLocal', async () => {
116
116
const info = await watcher . parseExecuteFastOrderLocal ( tx , ix ) ;
117
117
expect ( info ) . toEqual ( {
118
118
status : 'executed' ,
119
- penalty : 0n ,
120
- user_amount : 8000000n ,
121
- execution_payer : 'gyVfT39y3tWQnfXwxY6Hj7ZeLFN2K8Z6heWEJ4zxYRB ' ,
122
- execution_slot : 294811396n ,
123
- execution_time : new Date ( '2024-04-26T14:38:17 .000Z' ) ,
119
+ penalty : 439875n ,
120
+ user_amount : 8293250n ,
121
+ execution_payer : 'ToML4kX31x56WDnXW4mVzivUTgXk1kL53cmVTaNeaZi ' ,
122
+ execution_slot : 300868424n ,
123
+ execution_time : new Date ( '2024-05-23T15:58:23 .000Z' ) ,
124
124
execution_tx_hash : txHash ,
125
125
} ) ;
126
126
} ) ;
0 commit comments