Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Drozda committed Jun 27, 2023
1 parent fc5f17f commit 04ca9a7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 04ca9a7

Please sign in to comment.