Skip to content

Commit

Permalink
docs: replace shAave instances with Pesto
Browse files Browse the repository at this point in the history
  • Loading branch information
0xernesto committed Mar 29, 2024
1 parent a324165 commit 55d35e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# shAave
# Pesto

[![license-badge](https://img.shields.io/badge/license-MIT-yellow)](https://github.com/chainrule-labs/shaave-contracts/blob/main/LICENSE.md)
[![ci-badge](https://img.shields.io/github/actions/workflow/status/chainrule-labs/shaave-contracts/ci.yml?branch=main&logo=github&label=CI)](https://github.com/chainrule-labs/shaave-contracts/actions)
[![coverage](https://img.shields.io/codecov/c/github/chainrule-labs/shaave-contracts?token=K4Q3GAWUPJ&label=coverage&logo=codecov)](https://codecov.io/gh/chainrule-labs/shaave-contracts)
[![license-badge](https://img.shields.io/badge/license-MIT-yellow)](https://github.com/chainrule-labs/pesto-contracts/blob/main/LICENSE.md)
[![ci-badge](https://img.shields.io/github/actions/workflow/status/chainrule-labs/pesto-contracts/ci.yml?branch=main&logo=github&label=CI)](https://github.com/chainrule-labs/pesto-contracts/actions)
[![coverage](https://img.shields.io/codecov/c/github/chainrule-labs/pesto-contracts?token=K4Q3GAWUPJ&label=coverage&logo=codecov)](https://codecov.io/gh/chainrule-labs/pesto-contracts)

On-chain shorting via Aave and Uniswap.
Pesto is a minimalist, on-chain derivatives protocol that enables users to create independent positions with varying degrees of exposure and hedging strategies.

## Principles

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "v1-core",
"description": "Onchain shorting via Aave and Uniswap.",
"description": "Pesto is a minimalist, on-chain derivatives protocol that enables users to create independent positions with varying degrees of exposure and hedging strategies.",
"author": "Chain Rule, LLC",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/chainrule-labs/shaave.git"
"url": "git+https://github.com/chainrule-labs/pesto.git"
},
"scripts": {
"commit": "cz",
Expand Down

0 comments on commit 55d35e7

Please sign in to comment.