Skip to content

Commit

Permalink
rename: rename incentives proposal to incentives controller in packag…
Browse files Browse the repository at this point in the history
…e json and readme.md
  • Loading branch information
kartojal committed Oct 18, 2021
1 parent 26ff2e6 commit 9e1653a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "incentives-proposal",
"name": "incentives-controller",
"version": "1.0.0",
"description": "Incentives proposal for Aave protocol markets",
"description": "Incentives controller for Aave protocol",
"files": [
"contracts",
"artifacts"
Expand All @@ -18,7 +18,7 @@
"hardhat:matic": "hardhat --network matic",
"coverage": "hardhat coverage",
"test": "npm run test-base-incentives && npm run test-staked-incentives",
"test-base-incentives": "TS_NODE_TRANSPILE_ONLY=1 hardhat test ./test/__setup.spec.ts ./test/PullRewardsIncentivesController/*.spec.ts",
"test-pull-rewards-incentives": "TS_NODE_TRANSPILE_ONLY=1 hardhat test ./test/__setup.spec.ts ./test/PullRewardsIncentivesController/*.spec.ts",
"test-staked-incentives": "TS_NODE_TRANSPILE_ONLY=1 hardhat test ./test/__setup.spec.ts ./test/StakedIncentivesController/*.spec.ts",
"test-proposal": "TS_NODE_TRANSPILE_ONLY=1 MAINNET_FORK=true hardhat test ./test-fork/incentivesProposal.spec.ts",
"test-proposal:tenderly": "TS_NODE_TRANSPILE_ONLY=1 TENDERLY=true npm run hardhat:tenderly -- test ./test-fork/incentivesProposal.spec.ts",
Expand All @@ -33,14 +33,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/aave/incentives-proposal.git"
"url": "git+https://github.com/aave/incentives-controller.git"
},
"author": "David Racero",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/aave/incentives-proposal/issues"
"url": "https://github.com/aave/incentives-controller/issues"
},
"homepage": "https://github.com/aave/incentives-proposal#readme",
"homepage": "https://github.com/aave/incentives-controller#readme",
"devDependencies": {
"@aave/protocol-v2": "^1.0.2-fat.3",
"@nomiclabs/hardhat-ethers": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![Build pass](https://github.com/aave/incentives-proposal/actions/workflows/node.js.yml/badge.svg)](https://github.com/aave/incentives-proposal/actions/workflows/node.js.yml)
[![codecov](https://codecov.io/gh/aave/incentives-proposal/branch/master/graph/badge.svg?token=DRFNLw506C)](https://codecov.io/gh/aave/incentives-proposal)
[![Build pass](https://github.com/aave/incentives-controller/actions/workflows/node.js.yml/badge.svg)](https://github.com/aave/incentives-controller/actions/workflows/node.js.yml)
[![codecov](https://codecov.io/gh/aave/incentives-controller/branch/master/graph/badge.svg?token=DRFNLw506C)](https://codecov.io/gh/aave/incentives-controller)

# Aave incentives proposal
# Aave incentives

## Introduction

Expand Down

0 comments on commit 9e1653a

Please sign in to comment.