Skip to content

Commit

Permalink
Merge pull request #10 from Racks-Labs/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
yond1994 authored Jan 3, 2023
2 parents 38cb656 + 02b2d7e commit 2086394
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 207 deletions.
28 changes: 0 additions & 28 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,6 @@ on:
- develop

jobs:
############ BUILD PACKAGE ############
# build-package:
# name: Build Package
# runs-on: ubuntu-latest
# needs:
# - test-unit
# steps:
# - name: Checkout
# uses: actions/checkout@v3

# - name: Setup Node
# uses: actions/setup-node@v3
# with:
# node-version: 16.x
# cache: 'npm'
# registry-url: https://registry.npmjs.org/

# - run: corepack enable

# - name: Install NPM Dependencies
# run: npm install --immutable --network-timeout 300000

# - name: Build Package
# run: npm build

# - name: Build Eslint rules
# run: yarn lint:fix

############ UNIT TEST ############
test-unit:
name: Unit Tests
Expand Down
69 changes: 0 additions & 69 deletions contracts/E7L.sol

This file was deleted.

87 changes: 0 additions & 87 deletions contracts/E7LFactory.sol

This file was deleted.

20 changes: 0 additions & 20 deletions contracts/ERC721Linkabe_Semi.sol

This file was deleted.

21 changes: 18 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "erc721l",
"version": "0.0.2",
"version": "0.0.3",
"description": "ERC721L allows you to create experiences where people can earn a erc721l and link it to their favourite nft of your project increasing the percieved value of it and giving a onchain reputation linked to that token.",
"main": "index.js",
"scripts": {
Expand All @@ -12,8 +12,19 @@
"!/artifacts/**/*",
"!/typechain-types/**/*"
],
"keywords": [],
"author": "RacksLabs",
"keywords": [
"web3",
"hardhat",
"contracts",
"solidity",
"erc721",
"nft"
],
"author": {
"name": "RacksLabs",
"email": "racksmafiacrypto@gmail.com",
"url": "https://www.rackslabs.com"
},
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
Expand All @@ -23,5 +34,9 @@
},
"dependencies": {
"@openzeppelin/contracts": "^4.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Racks-Labs/ERC721-Linkable"
}
}

0 comments on commit 2086394

Please sign in to comment.