Skip to content

Commit

Permalink
storage: query NFT original metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
pro-wh committed Oct 31, 2023
1 parent 1c76169 commit 2b5716d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions storage/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1603,6 +1603,7 @@ func (c *StorageClient) RuntimeEVMNFTs(ctx context.Context, limit *uint64, offse
&ownerAddrData,
&nft.MetadataUri,
&metadataAccessedN,
&nft.Metadata,
&nft.Name,
&nft.Description,
&nft.Image,
Expand Down
1 change: 1 addition & 0 deletions storage/client/queries/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ const (
owner_preimage.address_data,
chain.evm_nfts.metadata_uri,
chain.evm_nfts.metadata_accessed,
chain.evm_nfts.metadata,
chain.evm_nfts.name,
chain.evm_nfts.description,
chain.evm_nfts.image
Expand Down

0 comments on commit 2b5716d

Please sign in to comment.