From 04ca9a71549d69ca1186eb09954b74abbde12a92 Mon Sep 17 00:00:00 2001 From: Grzegorz Drozda Date: Tue, 27 Jun 2023 15:59:12 +0200 Subject: [PATCH] Updated README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75ed0c6..6874288 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Milkomeda Wrapped Smart Contracts +[Shortcut Epic](https://app.shortcut.com/dcspark/epic/7930) + +[Proposal](https://docs.google.com/document/d/1tbhMmctw6RQKW_UUox0qOnqhOfBe7uHRO0sMx7Isaac) + +To show old codebase see [legacy tag](https://github.com/dcSpark/wrapped-smartcontracts/tree/legacy). + ## Table of Contents - [Overview](#overview) @@ -46,7 +52,7 @@ In the [compile task](./packages/contracts/tasks/compile.ts) the `Actor` contrac ### ActorFactory -ActorFactory is a smart contract deployed on the milkomeda layer 2 that is used to deploy actors. It uses CREATE2 opcode to deterministically derive Actor address from the l1 address. +ActorFactory is a smart contract deployed on the Milkomeda layer 2 that is used to deploy actors. It uses CREATE2 opcode to deterministically derive Actor address from the l1 address. ### L1MsgVerify