Skip to content

Commit

Permalink
Update processor.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kaduanganu committed Oct 9, 2023
1 parent 5832e4a commit ce3df3c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions kadua-squid-evm/src/processor.ts
Expand Up @@ -10,6 +10,7 @@ import { lookupArchive } from '@subsquid/archive-registry'
export const GRAVATAR_CONTRACT = '0x2E645469f354BB4F5c8a05B3b30A929361cf77eC'.toLowerCase()

export const processor = new EvmBatchProcessor()

.setDataSource({
// change the alias to run against other EVM networks, e.g.
// lookupArchive('polygon')
Expand All @@ -19,13 +20,6 @@ export const processor = new EvmBatchProcessor()
})
.setBlockRange({ from: 6_000_000 })
.setFinalityConfirmation(75)
.setfields({
transaction: {
from:true,
value:true,
hash:true,
},
})
.addTransaction({
to:['0x0000000000000000000000000000000000000000']
})
Expand Down

0 comments on commit ce3df3c

Please sign in to comment.