Skip to content

Commit 6cf44bb

Browse files
committed
Rename package
1 parent 395aca1 commit 6cf44bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

BUG_BOUNTY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Help us find any problems with this contract and with ERC-721 in general. This b
3838
- Issues that have already been published here or are already disclosed to the Nibbstack team are not eligible for rewards (a corollary, the Nibbstack team members are ineligible for rewards).
3939
- Social engineering, XKCD#538 attacks, bringing down Mainnet/Infura are not in scope and will NOT be paid a reward.
4040
- Only the end-user contracts (`src/contracts/**/*.sol`) are in scope.
41-
- Only the latest released version of this project [![NPM Version](https://badge.fury.io/js/@0xcert%2Fethereum-erc721.svg)](https://www.npmjs.com/package/@0xcert/ethereum-erc721) is in scope.
41+
- Only the latest released version of this project [![NPM Version](https://badge.fury.io/js/@nibbstack%2Ferc721.svg)](https://www.npmjs.com/package/@nibbstack/erc721) is in scope.
4242
- Only Ethereum mainnet is in scope. We intend to add other blockchains at a future date such as Hyperledger Burrow, Ethereum Classic, and POA Network.
4343
- [GitHub Issues](https://github.com/nibbstack/erc721/issues) is the only way to report issues and request rewards.
4444
- The Nibbstack team has complete and final judgment on the acceptability of bug reports.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ERC-721 Token — Reference Implementation
44

5-
**NOTICE: This repository has been transferred from 0xcert to Nibbstack. The documentation has not yet been fully updated but you can safely continue to use the existing packages.**
5+
**NOTICE: This repository has been transferred from 0xcert to Nibbstack and thus renamed from 0xcert/ethereum-erc721 to @nibbstack/erc721.**
66

77
This is the complete reference implementation of the [ERC-721](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md) non-fungible token standard for the Ethereum and Wanchain blockchains. It is also compatible with other EVM compatible chains like Binance Smart Chain (BSC), Avalanche (AVAX) etc. This is an open-source project, complete with [Hardhat](https://hardhat.org/) testing.
88

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@0xcert/ethereum-erc721",
2+
"name": "@nibbstack/erc721",
33
"version": "2.5.0",
44
"description": "Non-fungible token standard implementation for the Ethereum blockchain.",
55
"scripts": {

0 commit comments

Comments
 (0)