Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add "Audits" page #344

Merged
merged 2 commits into from
Sep 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/build/bridged-token-addresses/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The presence of a token on this page does not imply any endorsement of the token
| Frax Ether | frxETH | [0x5e8422345238f34275888049021821e8e08caa1f](https://etherscan.io/address/0x5e8422345238f34275888049021821e8e08caa1f) | [0x4124CBBDE250a1a4bF94740491E79AB6a2eC0321](https://explorer.gobob.xyz/address/0x4124CBBDE250a1a4bF94740491E79AB6a2eC0321) |
| Frax Share | FXS | [0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0](https://etherscan.io/address/0x3432B6A60D23Ca0dFCa7761B7ab56459D9C964D0) | [0x15e35b19ad29c512103eaabb55154ef0ee6ca661](https://explorer.gobob.xyz/address/0x15e35b19ad29c512103eaabb55154ef0ee6ca661) |
| Rocket Pool ETH | rETH | [0xae78736cd615f374d3085123a210448e74fc6393](https://etherscan.io/address/0xae78736cd615f374d3085123a210448e74fc6393) | [0xb5686c4f60904ec2bda6277d6fe1f7caa8d1b41a](https://explorer.gobob.xyz/address/0xb5686c4f60904ec2bda6277d6fe1f7caa8d1b41a) |
| Satoshi Stablecoin | SAT | L2 Native Token | [0x78Fea795cBFcC5fFD6Fb5B845a4f53d25C283bDB](https://explorer.gobob.xyz/address/0x78Fea795cBFcC5fFD6Fb5B845a4f53d25C283bDB) |
| Satoshi Stablecoin | satUSD | L2 Native Token | [0x78Fea795cBFcC5fFD6Fb5B845a4f53d25C283bDB](https://explorer.gobob.xyz/address/0x78Fea795cBFcC5fFD6Fb5B845a4f53d25C283bDB) |
| SOV | SOV | [0xbdab72602e9ad40fc6a6852caf43258113b8f7a5](https://etherscan.io/address/0xbdab72602e9ad40fc6a6852caf43258113b8f7a5) | [0xba20a5e63eeEFfFA6fD365E7e540628F8fC61474](https://explorer.gobob.xyz/address/0xba20a5e63eeEFfFA6fD365E7e540628F8fC61474) |
| StakeStone Ether | STONE | [0x7122985656e38bdc0302db86685bb972b145bd3c](https://etherscan.io/address/0x7122985656e38bdc0302db86685bb972b145bd3c) | [0x96147a9ae9a42d7da551fd2322ca15b71032f342](https://explorer.gobob.xyz/address/0x96147a9ae9a42d7da551fd2322ca15b71032f342) |
| Staked FRAX | sFRAX | [0xA663B02CF0a4b149d2aD41910CB81e23e1c41c32](https://etherscan.io/address/0xA663B02CF0a4b149d2aD41910CB81e23e1c41c32) | [0xb7eae04b995b3b365040dee99795112add43afa0](https://explorer.gobob.xyz/address/0xb7eae04b995b3b365040dee99795112add43afa0) |
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
24 changes: 24 additions & 0 deletions docs/docs/learn/security/audits/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
sidebar_position: 1
sidebar_label: Audits
---

# Audits

## BOB Mainnet

In Phase 1 of our [roadmap](/docs/learn/bob-stack/roadmap.md), "Optimistic BOB" is an OP-stack rollup on Ethereum. We inherit the hard work of the Optimism Collective, including the many [security reviews](https://github.com/ethereum-optimism/optimism/tree/v1.1.4/technical-documents/security-reviews) they have secured for our infrastructure.

## BOB Gateway

BOB's most novel product is our intent-based Bitcoin bridge, called "[BOB Gateway](/docs/learn/guides/bob-gateway/index.md)." The reports below show the results of audits for every major release so far.

### Common Prefix

- April 2024: BOB Onramp Smart Contract Audit. [Report](Common-Prefix-Audit-Report-2024.pdf)

### Pashov

- April 2024: BOB Onramp Smart Contract Security Review. [Report](Pashov-Audit-Report-2024-v1.pdf)
- August 2024: BOB Gateway V2 Smart Contract Security Review. [Report](Pashov-Audit-Report-2024-v2.pdf)
- September 2024: BOB Gateway V3 Smart Contract Security Review. [Report](Pashov-Audit-Report-2024-v3.pdf)
2 changes: 1 addition & 1 deletion docs/docs/learn/security/privileged-roles.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
sidebar_position: 5
sidebar_position: 2
---

# Privileged Roles in BOB Mainnet
Expand Down
Loading