Skip to content
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/AUDIT-PREPARATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ BASE Mainnet

## Contact and Access

**Repository:** [github.com/realityinspector/proteus-markets](https://github.com/realityinspector/proteus-markets)
**Repository:** [github.com/timepointai/proteus](https://github.com/timepointai/proteus)
**Testnet Explorer:** https://sepolia.basescan.org/

**Verified Contracts:**
Expand Down
4 changes: 2 additions & 2 deletions docs/SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
## 1. Clone and Install

```bash
git clone https://github.com/realityinspector/proteus-markets.git
cd proteus-markets
git clone https://github.com/timepointai/proteus.git
cd proteus

# Install Node dependencies
npm install
Expand Down
2 changes: 1 addition & 1 deletion docs/archive/GOVERNANCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Proteus transitions from centralized to fully distributed governance through imm
### Quick Setup
```bash
# Clone and setup
git clone https://github.com/proteus-markets/contracts
git clone https://github.com/timepointai/proteus
cd contracts
npm install

Expand Down
Loading