From 956e7e2fea42be1d70d953dbf35fcc703ec6d888 Mon Sep 17 00:00:00 2001 From: Anton Bukov Date: Mon, 10 Jul 2023 11:22:54 +0200 Subject: [PATCH] Rename erc20-plugins to token-plugins --- README.md | 8 ++++---- package.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c75c14a..5466450 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# ERC20Plugins +# Token Plugins -[![Build Status](https://github.com/1inch/erc20-plugins/workflows/CI/badge.svg)](https://github.com/1inch/erc20-plugins/actions) -[![Coverage Status](https://codecov.io/gh/1inch/erc20-plugins/branch/master/graph/badge.svg?token=Z3D5O3XUYV)](https://codecov.io/gh/1inch/erc20-plugins) -[![NPM Package](https://img.shields.io/npm/v/@1inch/erc20-plugins.svg)](https://www.npmjs.org/package/@1inch/erc20-plugins) +[![Build Status](https://github.com/1inch/token-plugins/workflows/CI/badge.svg)](https://github.com/1inch/token-plugins/actions) +[![Coverage Status](https://codecov.io/gh/1inch/token-plugins/branch/master/graph/badge.svg?token=Z3D5O3XUYV)](https://codecov.io/gh/1inch/token-plugins) +[![NPM Package](https://img.shields.io/npm/v/@1inch/token-plugins.svg)](https://www.npmjs.org/package/@1inch/token-plugins) ERC20 extension enabling external smart contract based plugins to track balances of those users who opted-in to these plugins. diff --git a/package.json b/package.json index 98d9ee0..3df52f0 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "@1inch/erc20-plugins", - "version": "1.0.0", + "name": "@1inch/token-plugins", + "version": "1.1.0", "description": "ERC20 extension enabling external smart contract based plugins to track balances of those users who opted-in to those plugins", "repository": { "type": "git", - "url": "git@github.com:1inch/erc20-plugins.git" + "url": "git@github.com:1inch/token-plugins.git" }, "bugs": { - "url": "https://github.com/1inch/erc20-plugins/issues" + "url": "https://github.com/1inch/token-plugins/issues" }, - "homepage": "https://github.com/1inch/erc20-plugins#readme", + "homepage": "https://github.com/1inch/token-plugins#readme", "author": "1inch", "license": "MIT", "dependencies": {