Skip to content

Commit

Permalink
Fix token mapping type for FxERC721
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Sep 27, 2021
1 parent fe26100 commit 5cb0a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/src/mappings/fx-erc721.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +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'
entity.tokenType = 'ERC721'

// save entity
entity.save()
Expand Down

0 comments on commit 5cb0a81

Please sign in to comment.