Skip to content

Commit

Permalink
Update update_info.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arnoldy200 authored May 7, 2022
1 parent 8a087e9 commit 89f7def
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/update_info.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ data.forEach((item) => {
if (network == NETWORK.sol) {
item.name = `${namePrefix} #${item.edition}`;
item.description = description;
item.creators = solanaMetadata.creators;
item.properties.creators = solanaMetadata.creators;
} else {
item.name = `${namePrefix} #${item.edition}`;
item.description = description;
Expand Down

1 comment on commit 89f7def

@arnoldy200
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.