-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add tag NFT token metadata restricted assets (#396)
* feat: Add tag NFT token metadata restricted assets Signed-off-by: Jeroen Branje <[email protected]> * feat: add check self hosted, add constants for tags, rename tag Signed-off-by: jdsika <[email protected]> * feat: remove reamining tags with contants Signed-off-by: jdsika <[email protected]> * feat: use TEST_TOKEN_TAG Signed-off-by: jdsika <[email protected]> * feat: code prettier Signed-off-by: Jeroen Branje <[email protected]> --------- Signed-off-by: Jeroen Branje <[email protected]> Signed-off-by: jdsika <[email protected]> Co-authored-by: jdsika <[email protected]>
- Loading branch information
1 parent
5f9dde3
commit 6d526bb
Showing
5 changed files
with
89 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
export const TOKEN_TAGS = { | ||
GAIA_X: 'GaiaX', | ||
ASCS: 'ASCS', | ||
ENVITED_X: 'ENVITED-X', | ||
EVES: 'EVES', | ||
NFT: 'nft', | ||
THIRD_PARTY_HOSTED: 'Third Party Hosted', | ||
} |