Skip to content

Commit 16970ab

Browse files
committed
Rename erc20-plugins to token-plugins
1 parent d7073bc commit 16970ab

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# ERC20Plugins
1+
# Token Plugins
22

3-
[![Build Status](https://github.com/1inch/erc20-plugins/workflows/CI/badge.svg)](https://github.com/1inch/erc20-plugins/actions)
4-
[![Coverage Status](https://codecov.io/gh/1inch/erc20-plugins/branch/master/graph/badge.svg?token=Z3D5O3XUYV)](https://codecov.io/gh/1inch/erc20-plugins)
5-
[![NPM Package](https://img.shields.io/npm/v/@1inch/erc20-plugins.svg)](https://www.npmjs.org/package/@1inch/erc20-plugins)
3+
[![Build Status](https://github.com/1inch/token-plugins/workflows/CI/badge.svg)](https://github.com/1inch/token-plugins/actions)
4+
[![Coverage Status](https://codecov.io/gh/1inch/token-plugins/branch/master/graph/badge.svg?token=Z3D5O3XUYV)](https://codecov.io/gh/1inch/token-plugins)
5+
[![NPM Package](https://img.shields.io/npm/v/@1inch/token-plugins.svg)](https://www.npmjs.org/package/@1inch/token-plugins)
66

77
ERC20 extension enabling external smart contract based plugins to track balances of those users who opted-in to these plugins.
88

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "@1inch/erc20-plugins",
2+
"name": "@1inch/token-plugins",
33
"version": "1.0.0",
44
"description": "ERC20 extension enabling external smart contract based plugins to track balances of those users who opted-in to those plugins",
55
"repository": {
66
"type": "git",
7-
"url": "git@github.com:1inch/erc20-plugins.git"
7+
"url": "git@github.com:1inch/token-plugins.git"
88
},
99
"bugs": {
10-
"url": "https://github.com/1inch/erc20-plugins/issues"
10+
"url": "https://github.com/1inch/token-plugins/issues"
1111
},
12-
"homepage": "https://github.com/1inch/erc20-plugins#readme",
12+
"homepage": "https://github.com/1inch/token-plugins#readme",
1313
"author": "1inch",
1414
"license": "MIT",
1515
"dependencies": {

0 commit comments

Comments
 (0)