From 9e1653a1d716bf1bffe61c8a31034bb52108c455 Mon Sep 17 00:00:00 2001 From: kartojal Date: Mon, 18 Oct 2021 14:20:41 +0200 Subject: [PATCH] rename: rename incentives proposal to incentives controller in package json and readme.md --- package.json | 12 ++++++------ readme.md | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 28ff544..091a7b3 100644 --- a/package.json +++ b/package.json @@ -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" @@ -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", @@ -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", diff --git a/readme.md b/readme.md index 1264f12..caf3e1d 100644 --- a/readme.md +++ b/readme.md @@ -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