Skip to content

Commit

Permalink
Merge pull request #50 from kodadot/main
Browse files Browse the repository at this point in the history
Zeit ⌛️
  • Loading branch information
vikiival authored Aug 25, 2024
2 parents f4d2161 + 893e867 commit beb7994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/processor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import {
import { Store } from '@subsquid/typeorm-store'
import { events as erc721 } from './abi/ERC721'
import { events as registry } from './abi/Registry'
import { CHAIN, ENV_CONTRACTS, FINALITY_CONFIRMATION, PREINDEX_BLOCK, PossibleChain, STARTING_BLOCK, disabledRPC, getArchiveUrl, getNodeUrl } from './environment'
import { contractList, Contracts } from './processable'
import { CHAIN, ENV_CONTRACTS, FINALITY_CONFIRMATION, PREINDEX_BLOCK, STARTING_BLOCK, disabledRPC, getArchiveUrl, getNodeUrl } from './environment'
import { Contracts, contractList } from './processable'

// export const CONTRACT_ADDRESS = '0x6e0bed56fb3eb7d2fecc5bb71f99e844cd3c2a0b'

Expand Down

0 comments on commit beb7994

Please sign in to comment.