Commit c09182fc authored by vicotor's avatar vicotor

update

parent 071ad2a4
...@@ -40,7 +40,7 @@ type ApprovalForAll @entity(immutable: true) { ...@@ -40,7 +40,7 @@ type ApprovalForAll @entity(immutable: true) {
transactionHash: Bytes! transactionHash: Bytes!
} }
type TokenOwner @entity(immutable: true) { type TokenOwner @entity(immutable: false) {
id: String! id: String!
owner: Bytes! #address owner: Bytes! #address
tokenId: BigInt! # uint256 tokenId: BigInt! # uint256
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment