Skip to content

Commit

Permalink
Rename erc20-plugins to token-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
k06a committed Jul 10, 2023
1 parent d7073bc commit 956e7e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 956e7e2

Please sign in to comment.