You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support to the ERC721Portal will be added to the UI, and we can process events from ERC-721 Portal to save handy information to provide consistent support to the UI like we already do with ERC-20.
✔️ Solution
Index metadata about the ERC-721 token passing through the portal. Even if the name and symbol are not implemented as per Spec, we want to know that such a contract address was already used.
Option 1
Add a new Domain:
Domain Name: NFT
Cardinality: 10
Fields: [id: ID!, name: String, symbol: String]
### Option 2 Update the existing Token domain, making the fields name, symbol and decimals optional. Also, Add a field type enumerable ERC20, ERC721 for easy filtering and that specific fields will always be null e.g. ERC-721 spec as per time of writing has no decimals metadata.
📄 Context
Support to the ERC721Portal will be added to the UI, and we can process events from ERC-721 Portal to save handy information to provide consistent support to the UI like we already do with ERC-20.
✔️ Solution
Index metadata about the ERC-721 token passing through the portal. Even if the
name
andsymbol
are not implemented as per Spec, we want to know that such a contract address was already used.Option 1
Add a new Domain:
Domain Name:
NFT
Cardinality: 10
Fields: [
id: ID!
,name: String
,symbol: String
]### Option 2Update the existingToken
domain, making the fieldsname
,symbol
anddecimals
optional. Also, Add a fieldtype
enumerableERC20
,ERC721
for easy filtering and that specific fields will always benull
e.g. ERC-721 spec as per time of writing has nodecimals
metadata.EIP-721: https://eips.ethereum.org/EIPS/eip-721
📈 Subtasks
🎯 Definition of Done
The text was updated successfully, but these errors were encountered: