Skip to content

Commit

Permalink
chore: Adjusted template files and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
0xJurassicPunk committed Apr 13, 2022
1 parent b585abd commit 56db324
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 57 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
# Solidity template

This is a template for GitHub repos with Solidity smart contracts using Forge and Hardhat.
# LooksRare smart contracts exchange (v1)
18 changes: 0 additions & 18 deletions contracts/Greeter.sol

This file was deleted.

16 changes: 11 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
{
"name": "solidity-template",
"name": "contracts-exchange-v1",
"version": "1.0.0",
"description": "Solidity smart contracts template ",
"description": "LooksRare exchange smart contracts (v1)",
"main": "index.js",
"author": "LooksRare",
"license": "MIT",
"private": true,
"private": false,
"keywords": [
"looksrare"
],
"engines": {
"node": ">=8.3.0"
},
"homepage": "https://looksrare.org/",
"bugs": "https://github.com/LooksRare/solidity-template/issues",
"bugs": "https://github.com/LooksRare/contracts-exchange-v1/issues",
"repository": {
"type": "git",
"url": "https://github.com/LooksRare/solidity-template.git"
"url": "https://github.com/LooksRare/contracts-exchange-v1.git"
},
"scripts": {
"compile": "hardhat compile",
Expand Down Expand Up @@ -61,5 +64,8 @@
"ts-node": "^10.1.0",
"typechain": "^5.1.2",
"typescript": "^4.5.2"
},
"dependencies": {
"@openzeppelin/contracts": "4.4.2"
}
}
14 changes: 0 additions & 14 deletions scripts/deploy.ts

This file was deleted.

17 changes: 0 additions & 17 deletions test/greeter.ts

This file was deleted.

5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,11 @@
"@types/sinon-chai" "^3.2.3"
"@types/web3" "1.0.19"

"@openzeppelin/contracts@4.4.2":
version "4.4.2"
resolved "https://registry.yarnpkg.com/@openzeppelin/contracts/-/contracts-4.4.2.tgz#4e889c9c66e736f7de189a53f8ba5b8d789425c2"
integrity sha512-NyJV7sJgoGYqbtNUWgzzOGW4T6rR19FmX1IJgXGdapGPWsuMelGJn9h03nos0iqfforCbCB0iYIR0MtIuIFLLw==

"@resolver-engine/core@^0.3.3":
version "0.3.3"
resolved "https://registry.yarnpkg.com/@resolver-engine/core/-/core-0.3.3.tgz#590f77d85d45bc7ecc4e06c654f41345db6ca967"
Expand Down

0 comments on commit 56db324

Please sign in to comment.