@@ -39,7 +39,7 @@ export interface TestBlockchainTransaction {
39
39
hash : string ,
40
40
blockHash : string ,
41
41
blockNumber : number ,
42
- // index: number,
42
+ index : number ,
43
43
type : number ,
44
44
from : string ,
45
45
gasPrice : bigint ,
@@ -297,7 +297,7 @@ export const testTransaction: Record<TestBlockchainNetwork, Array<TestBlockchain
297
297
hash : "0xccc90ab97a74c952fb3376c4a3efb566a58a10df62eb4d44a61e106fcf10ec61" ,
298
298
blockHash : "0x9653f180a5720f3634816eb945a6d722adee52cc47526f6357ac10adaf368135" ,
299
299
blockNumber : 4097745 ,
300
- // index: 18,
300
+ index : 18 ,
301
301
type : 0 ,
302
302
from : "0x32DEF047DeFd076DB21A2D759aff2A591c972248" ,
303
303
gasPrice : BigInt ( "0x4a817c800" ) ,
@@ -321,7 +321,7 @@ export const testTransaction: Record<TestBlockchainNetwork, Array<TestBlockchain
321
321
hash : "0x8ff41d0ba5d239acc8c123ff12451a2c15721c838f657e583d355999af4a4349" ,
322
322
blockHash : '0x9d4c3bef68e119841281105da96beb1c7252f357340d7a3355236b3332b197b0' ,
323
323
blockNumber : 12966000 ,
324
- // index: 185,
324
+ index : 185 ,
325
325
type : 2 ,
326
326
from : '0x5afFBa12E9332bbc0E221c8E7BEf7CB7cfB3F281' ,
327
327
to : '0x2258CcD34ae29E6B199b6CD64eb2aEF157df7CdE' ,
@@ -352,7 +352,7 @@ export const testTransaction: Record<TestBlockchainNetwork, Array<TestBlockchain
352
352
hash : "0x6c4aef4c26410b1fcbf24d0148e3d66a10cb3e9ad4ca10a71782489688cdd45a" ,
353
353
blockHash : '0xa76eb2ed547798d6010f599902788136f0cd289e2c6df5bbf5242e36e356124d' ,
354
354
blockNumber : 5198187 ,
355
- // index: 185 ,
355
+ index : 24 ,
356
356
type : 3 ,
357
357
from : '0x1803c760451DC8da8935c7B7E47e1c60910E6986' ,
358
358
to : '0x4f56fFC63c28b72F79b02E91F11a4707bac4043C' ,
0 commit comments