Skip to content

Commit

Permalink
Merge branch 'updates' into erc721
Browse files Browse the repository at this point in the history
  • Loading branch information
cgcardona committed Mar 2, 2021
2 parents b725865 + a70bea2 commit 1e25c95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "smart-contract-quickstart",
"name": "avalanche-smart-contract-quickstart",
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
Expand All @@ -15,7 +15,7 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": "https://github.com/ava-labs/smart-contract-quickstart",
"repository": "https://github.com/ava-labs/avalanche-smart-contract-quickstart",
"author": "Connor Daly <[email protected]>",
"contributors": [
"Gabriel Cardona <[email protected]>"
Expand Down
2 changes: 2 additions & 0 deletions setup.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
const hardhat = require("hardhat")
const Web3 = require("web3")

0 comments on commit 1e25c95

Please sign in to comment.