Skip to content

Commit

Permalink
ENS expiries for 1155 from 721
Browse files Browse the repository at this point in the history
  • Loading branch information
bokkypoobah committed Jul 29, 2024
1 parent e5acbdc commit e57fc90
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -2088,12 +2088,11 @@ const dataModule = {
contract: ENS_ERC1155_ADDRESS,
tokenId: remapToERC1155,
});
} else {
context.commit('addExpiry', {
chainId: parameter.chainId,
...eventRecord,
});
}
context.commit('addExpiry', {
chainId: parameter.chainId,
...eventRecord,
});
}
}
}
Expand Down

0 comments on commit e57fc90

Please sign in to comment.