Skip to content
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# curve-contract

Vyper contracts used in [Curve](https://www.curve.fi/) exchange pools.
Vyper contracts used in [Curve](https://www.curve.finance/) exchange pools.

## Overview

Expand Down Expand Up @@ -78,9 +78,9 @@ To deploy a new pool:

## Audits and Security

Curve smart contracts have been audited by Trail of Bits. These audit reports are made available on the [Curve website](https://www.curve.fi/audits).
Curve smart contracts have been audited by Trail of Bits. These audit reports are made available on the [Curve Docs](https://docs.curve.finance/security/security/#security-audits).

There is also an active [bug bounty](https://www.curve.fi/bugbounty) for issues which can lead to substantial loss of money, critical bugs such as a broken live-ness condition, or irreversible loss of funds.
There is also an active [bug bounty](https://docs.curve.finance/security/security/#bug-bounty) for issues which can lead to substantial loss of money, critical bugs such as a broken live-ness condition, or irreversible loss of funds.

## License

Expand Down