Skip to content

Commit

Permalink
Add not audited contracts disclaimer (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-janon authored Jul 1, 2022
1 parent 58c7f41 commit 89a5cd1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ ZetaChain is a public, decentralized blockchain and smart contract platform buil

yarn compile

### Packages

#### [Addresses](packages/addresses)

#### [Example contracts](packages/example-contracts)

#### [Protocol contracts](packages/example-contracts)

### Cross-repo commands

#### Package-specific commands
Expand Down
3 changes: 3 additions & 0 deletions packages/addresses/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ZetaChain addresses

This package includes utilities to work with multiple addresses and networks.
2 changes: 2 additions & 0 deletions packages/example-contracts/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ZetaChain example contracts

> ⚠️ The contracts **are not audited yet**, use at your own risk.
## Environment variables

Follow the template in `.env.example`.
Expand Down

1 comment on commit 89a5cd1

@Aacayipbaris87
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

// SPDX-License-Identifier: MIT
pragma solidity 0.8.7;

Please sign in to comment.