Skip to content

Commit

Permalink
Updated v4-core dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
asselstine committed Oct 12, 2021
1 parent 60e6fc6 commit 1a7b03c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10,272 deletions.
7 changes: 4 additions & 3 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "@pooltogether/v4-timelocks",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",
"description": "PoolTogether V4 Timelocks",
"main": "index.js",
"license": "MIT",
Expand All @@ -20,11 +20,12 @@
"distribute-ether": "hardhat --network localhost fork:distribute-ether-from-binance",
"create-prize-pool": "hardhat --network localhost fork:create-aave-prize-pool",
"run-fork": "yarn impersonate-accounts && yarn distribute-ether && yarn create-prize-pool",
"test": "yarn clean && HIDE_DEPLOY_LOG=true OPTIMIZER_DISABLED=true hardhat test"
"test": "yarn clean && HIDE_DEPLOY_LOG=true OPTIMIZER_DISABLED=true hardhat test",
"prepack": "yarn compile"
},
"dependencies": {
"@pooltogether/owner-manager-contracts": "1.1.0",
"@pooltogether/v4-core": "https://github.com/pooltogether/v4-core.git"
"@pooltogether/v4-core": "^1.0.0-beta.1"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "2.0.2",
Expand Down

0 comments on commit 1a7b03c

Please sign in to comment.