From 48938d2d1780334c6fc6849853e38803a2b3c5a1 Mon Sep 17 00:00:00 2001 From: Coderdan Date: Wed, 11 Feb 2026 21:51:38 +0800 Subject: [PATCH] docs: clarify legacy scope and canonical Base deployment --- README.md | 44 ++++++++++++++++++++------------------------ 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index 59421b1c9..0eabc0887 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,33 @@ -# Welcome to the Aavegotchi Contracts! +# Aavegotchi Contracts (Legacy Polygon/Ethereum) +This repository contains legacy Polygon and historical Ethereum contracts, scripts, and deployment artifacts. -## **NOTE: This repository is only for the Polygon version of Aavegotchi. For the Geist deployment, please visit [Aavegotchi Geist](https://github.com/aavegotchi/aavegotchi-geist).** +As of July 25, 2025, Aavegotchi's canonical chain is Base. Active deployments and upgrades are maintained in [`aavegotchi/aavegotchi-geist`](https://github.com/aavegotchi/aavegotchi-geist). +## Canonical Base Deployment -Aavegotchis are fully onchain NFTs, powered by the ERC721, ERC1155, and ERC998 standards. The contracts also implement the EIP-2535 Diamonds standard, which allows for modular upgradeability. +- Canonical contracts repo: [https://github.com/aavegotchi/aavegotchi-geist](https://github.com/aavegotchi/aavegotchi-geist) +- Base migration reference: [https://wiki.aavegotchi.com/base-migration](https://wiki.aavegotchi.com/base-migration) +- GHST on Base: [`0xcd2f22236dd9dfe2356d7c543161d4d260fd9bcb`](https://basescan.org/address/0xcd2f22236dd9dfe2356d7c543161d4d260fd9bcb) -Aavegotchis are one of the world's first playable NFTs, with onchain attributes that can be increased by interacting with the NFT and the community. +## Legacy Deployments In This Repo -We also have one of the frenliest communities in crypto, so don't hesitate to hop in! +As of 11/24/2022, ERC-1155 NFTs previously located in AavegotchiDiamond (`0x869...`) were migrated to a separate WearableDiamond. -* Aavegotchi Discord: https://discord.gg/aavegotchi -* Aavegotchi Aarchitects (Developers) Discord: https://discord.gg/dS3VnhzMbB +- Polygon AavegotchiDiamond (ERC-721 + storage): [`0x86935F11C86623deC8a25696E1C19a8659CbF95d`](https://polygonscan.com/address/0x86935F11C86623deC8a25696E1C19a8659CbF95d) +- Polygon WearableDiamond (ERC-1155 items): [`0x58de9AaBCaeEC0f69883C94318810ad79Cc6a44f`](https://polygonscan.com/address/0x58de9AaBCaeEC0f69883C94318810ad79Cc6a44f) +- Ethereum Diamond: [`0x1906fd9c4AC440561F7197Da0A4BD2E88DF5fA70`](https://etherscan.io/address/0x1906fd9c4AC440561F7197Da0A4BD2E88DF5fA70) -## Deployed Contract Addresses +## About Aavegotchi -Aavegotchis were born on the Polygon sidechain, and have since been bridged back to Ethereum. Below are the deployed Diamond addresses: +Aavegotchis are fully onchain NFTs powered by ERC-721, ERC-1155, and ERC-998 standards, and use EIP-2535 Diamonds for modular upgrades. -**As of 11/24/2022, the ERC1155 NFTs previously located in AavegotchiDiamond (0x869) have been migrated to a separate WearableDiamond.** - -* Polygon AavegotchiDiamond Address (ERC721 and storage): 0x86935F11C86623deC8a25696E1C19a8659CbF95d View on Polygonscan - -* Polygon WearableDiamond Address (ERC1155 Items): 0x58de9AaBCaeEC0f69883C94318810ad79Cc6a44f View on Polygonscan - -* Ethereum Diamond Address: 0x1906fd9c4AC440561F7197Da0A4BD2E88DF5fA70 View on Etherscan +- Aavegotchi Discord: [https://discord.gg/aavegotchi](https://discord.gg/aavegotchi) +- Aarchitects (Developers) Discord: [https://discord.gg/dS3VnhzMbB](https://discord.gg/dS3VnhzMbB) ## Resources -* Official docs: https://docs.aavegotchi.com - -* Louper Dev Diamond Explorer: https://louper.dev/?address=0x86935F11C86623deC8a25696E1C19a8659CbF95d&network=polygon - -* Official Subgraph: https://thegraph.com/legacy-explorer/subgraph/aavegotchi/aavegotchi-core-matic?version=current - -* EIP2535 Primer: https://eips.ethereum.org/EIPS/eip-2535 - +- Official docs: [https://docs.aavegotchi.com](https://docs.aavegotchi.com) +- Louper (legacy Polygon diamond): [https://louper.dev/?address=0x86935F11C86623deC8a25696E1C19a8659CbF95d&network=polygon](https://louper.dev/?address=0x86935F11C86623deC8a25696E1C19a8659CbF95d&network=polygon) +- Legacy Polygon subgraph: [https://thegraph.com/legacy-explorer/subgraph/aavegotchi/aavegotchi-core-matic?version=current](https://thegraph.com/legacy-explorer/subgraph/aavegotchi/aavegotchi-core-matic?version=current) +- EIP-2535 primer: [https://eips.ethereum.org/EIPS/eip-2535](https://eips.ethereum.org/EIPS/eip-2535)