Skip to content

Commit c81ba35

Browse files
committed
install oz dep (changes package.jsons)
1 parent df06446 commit c81ba35

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

package-lock.json

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+12-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@nomiclabs/hardhat-waffle": "^2.0.1",
3838
"@nomiclabs/hardhat-web3": "2.0.0",
3939
"@openzeppelin/contracts": "4.8.3",
40-
"@openzeppelin/contracts-upgradeable": "4.8.3",
40+
"@openzeppelin/contracts-upgradeable": "^4.8.3",
4141
"@openzeppelin/hardhat-upgrades": "1.25.3",
4242
"@openzeppelin/truffle-upgrades": "1.18.2",
4343
"@synthetixio/contracts-interface": "2.63.0",
@@ -72,5 +72,15 @@
7272
"hardhat-typechain": "^0.3.5",
7373
"solidity-coverage": "^0.7.17",
7474
"synthetix": "github:JChiaramonte7/synthetix#develop"
75-
}
75+
},
76+
"name": "token",
77+
"description": "This is the main repository for the Kwenta token and respective system contracts (staking, escrow, distribution, etc..).",
78+
"version": "1.0.0",
79+
"main": "index.js",
80+
"directories": {
81+
"lib": "lib",
82+
"test": "test"
83+
},
84+
"author": "",
85+
"license": "ISC"
7686
}

0 commit comments

Comments
 (0)