From 975cd0b3845765353978b1b79b9e8c9ef56e057f Mon Sep 17 00:00:00 2001 From: MananTank Date: Wed, 30 Oct 2024 22:03:59 +0000 Subject: [PATCH] Add BurnMintERC677 in popular contracts section (#5239) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Problem solved Short description of the bug fixed or feature added --- ## PR-Codex overview This PR focuses on updating the `apps/dashboard/src/data/explore.ts` file by adding a new entry to a list of addresses or identifiers related to third-party contracts. ### Detailed summary - Added the entry `0xaF3202F6bAEbA50d37e0d4B0b870455EDF198D7c/BurnMintERC677` to the existing list of third-party contracts. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` --- apps/dashboard/src/data/explore.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/dashboard/src/data/explore.ts b/apps/dashboard/src/data/explore.ts index 2026fd69fd7..38ef439e6b0 100644 --- a/apps/dashboard/src/data/explore.ts +++ b/apps/dashboard/src/data/explore.ts @@ -27,6 +27,7 @@ const POPULAR = { "thirdweb.eth/DropERC721", "thirdweb.eth/MarketplaceV3", "thirdweb.eth/AccountFactory", + "0xaF3202F6bAEbA50d37e0d4B0b870455EDF198D7c/BurnMintERC677", "thirdweb.eth/DropERC1155", "thirdweb.eth/TokenERC20", "thirdweb.eth/NFTStake",