Skip to content

Commit

Permalink
docs: add Boba Network Audit Reports (#998)
Browse files Browse the repository at this point in the history
* add Boba Network Audit Reports

* rem no commit disclaimers

(cherry picked from commit 6a023de)
  • Loading branch information
souradeep-das authored and InoMurko committed Jul 31, 2023
1 parent 31ad516 commit 6840cc4
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 21 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// SPDX-License-Identifier: MIT
// @unsupported: ovm

/**
Note: This contract has not been audited, exercise caution when using this on mainnet
*/
pragma solidity 0.8.9;
pragma experimental ABIEncoderV2;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// SPDX-License-Identifier: MIT

/**
Note: This contract has not been audited, exercise caution when using this on mainnet
*/
pragma solidity 0.8.9;
pragma experimental ABIEncoderV2;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// SPDX-License-Identifier: MIT

/**
Note: This contract has not been audited, exercise caution when using this on mainnet
*/
pragma solidity 0.8.9;
pragma experimental ABIEncoderV2;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
// SPDX-License-Identifier: MIT
// @unsupported: ovm

/**
Note: This contract has not been audited, exercise caution when using this on mainnet
*/
pragma solidity >0.7.5;
pragma experimental ABIEncoderV2;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// SPDX-License-Identifier: MIT

/**
Note: This contract has not been audited, exercise caution when using this on mainnet
*/
pragma solidity >0.7.5;
pragma experimental ABIEncoderV2;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
// SPDX-License-Identifier: MIT

/**
Note: This contract has not been audited, exercise caution when using this on mainnet
*/
pragma solidity >0.7.5;
pragma experimental ABIEncoderV2;

Expand Down
3 changes: 0 additions & 3 deletions packages/boba/contracts/contracts/ERC721Bridges/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

<img width="1097" alt="Boba NFT Bridge" src="https://user-images.githubusercontent.com/46272347/145503571-0b5e34c9-c55e-4ff8-8749-19a130d32958.png">

> **Note: These contracts have not been audited, exercise caution when using them on mainnet**
Boba NFT bridges support **native L1 NFTs** and **native L2 NFTs** to be moved back and forth.

* Native L1 NFT: the original NFT contract was deployed on L1
Expand Down Expand Up @@ -56,7 +54,6 @@ await L2StandardERC721.deployTransaction.wait()
**NOTE: Once you have your L1StandardERC721 address, please contact us so we can register that address in the L1 and L2 NFT bridges.**

## How to bridge NFTs

### CASE 1 - Native L1 NFT - Bridge NFTs from Ethereum to Boba

First, users transfer their NFT to the L1 NFT Bridge, starting with an approval.
Expand Down

0 comments on commit 6840cc4

Please sign in to comment.