From dbab1bed4c411317df6ee92fc4f652a1805ee476 Mon Sep 17 00:00:00 2001 From: kyriediculous Date: Thu, 1 Feb 2024 01:25:01 +0100 Subject: [PATCH] add deployed contract addresses --- deployments.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 deployments.md diff --git a/deployments.md b/deployments.md new file mode 100644 index 0000000..98f2f51 --- /dev/null +++ b/deployments.md @@ -0,0 +1,14 @@ +# Deployed Contract Addresses + +## Common + +These contracts are deployed using CREATE2, their addresses are canonical accross all chains + +- Registry Implementation: 0xC1Ae73A0dbC185048D9afe487BDbf1CCf3a513a0 +- Registry Proxy: 0xa7cA8732Be369CaEaE8C230537Fc8EF82a3387EE +- Renderer Implementation: 0xe88d90F5742dd7E214f978178f63cc961F3D10F0 +- Renderer Proxy: 0x43c3dBEE4d6E884Dc2b81E9432EcEe29DD8E008D +- Unlocks: 0xb98c7e67f63d198BD96574073AD5B3427a835796 +- Tenderizer Implementation: 0x8ACd955Cb1073f018d0737708E258cCf3F6bA824 +- Factory: 0xF09b219D86Ff3b533FC72148a21a948Ac48216CA + \ No newline at end of file