From 68fc72f9782eceb37e0a843a483c0fb81f2c836a Mon Sep 17 00:00:00 2001 From: Vectorized Date: Thu, 9 Jun 2022 22:42:27 +0800 Subject: [PATCH] Add ERC721A to landscape.json --- app/data/landscape.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/app/data/landscape.json b/app/data/landscape.json index 3169d75..3e21cbc 100644 --- a/app/data/landscape.json +++ b/app/data/landscape.json @@ -194,6 +194,19 @@ "crunchbase": "", "funding": "" }, + { + "description": "ERC721A is an improved implementation of the IERC721 standard that supports minting multiple tokens for close to the cost of one.", + "name": "ERC721A", + "full_name": "ERC721A", + "category": "Open-source libraries", + "launch_year": 2021, + "logo": "https://raw.githubusercontent.com/chiru-labs/ERC721A/main/docs/assets/img/preview.png", + "website": "https://erc721a.org", + "github": "https://erc721a.org", + "twitter": "", + "crunchbase": "", + "funding": "" + }, { "description": "The ethers.js library aims to be a complete and compact library for interacting with the Ethereum Blockchain and its ecosystem.", "name": "Ethers.js",