Skip to content

Commit

Permalink
Merge pull request #48 from maticnetwork/hotfix
Browse files Browse the repository at this point in the history
Add the missing tokenType for FxERC721 mapping
  • Loading branch information
nitinmittal23 authored Sep 23, 2021
2 parents e4d4185 + 0d5ba00 commit fe26100
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions root/src/mappings/fx-erc721.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export function handleTokenMappedERC721(event: TokenMappedERC721): void {
entity.counter = counter.current
entity.rootToken = event.params.rootToken
entity.childToken = event.params.childToken
entity.tokenType = 'ERC20'

// save entity
entity.save()
Expand Down

0 comments on commit fe26100

Please sign in to comment.