Implement open edition minter contract dashboard

This commit is contained in:
Serkan Reis
2023-06-17 12:00:41 +03:00
parent a9688f0314
commit fa30f47be7
12 changed files with 637 additions and 5 deletions
@@ -25,7 +25,7 @@ export const QUERY_LIST: QueryListItem[] = [
{ id: 'mint_price', name: 'Mint Price', description: 'View the mint price' },
{
id: 'mint_count',
name: 'Total Minted Count',
name: 'Mint Count for Address',
description: 'View the total amount of minted tokens for an address',
},
{