Skip to content

Commit

Permalink
1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickGT committed Nov 29, 2022
1 parent 9ad8493 commit 7647ab6
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Redeploy TWABRewards on Avalanche, Ethereum and Polygon.

Deploy USDC Prize Pool on Optimism.

### v1.6.0 Post-Deploy Configuration Changes
### Post-Deploy Configuration Changes

#### Optimism

Expand All @@ -144,3 +144,19 @@ Executive team needs to claim ownership of the following contracts:
- PrizeDistributionBuffer
- ReceiverTimelockTrigger

## v1.6.1

Re-deploy USDC Prize Pool on Optimism.

## v1.7.0

Deploy RNGChainlinkV2 on Polygon and setup DrawBeacon to compute draw onchain.

### Post-Deploy Configuration Changes

#### Polygon

Executive team needs to claim ownership of the following contracts:
- RNGChainlinkV2
- DrawBeacon
- BeaconTimelockTrigger
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pooltogether/v4-mainnet",
"version": "1.6.1",
"version": "1.7.0",
"main": "index.js",
"repository": "[email protected]:pooltogether/v4-mainnet.git",
"author": "PoolTogether Inc.",
Expand Down Expand Up @@ -37,6 +37,7 @@
"deploy:v1.5.0.mainnet": "DEPLOY=v1.5.0.mainnet hardhat deploy --network mainnet",
"deploy:v1.6.0.optimism": "DEPLOY=v1.6.0.optimism hardhat deploy --network optimism",
"deploy:v1.6.1.optimism": "DEPLOY=v1.6.1.optimism hardhat deploy --network optimism",
"deploy:v1.7.0.polygon": "DEPLOY=v1.7.0.polygon hardhat deploy --network polygon",
"simulate:mainnet": "hardhat --config hardhat.config.ts run ./scripts/fork/beacon.mainnet.forkRunUpgradeV110.ts --network localhost",
"simulate:polygon": "hardhat --config hardhat.config.ts run ./scripts/fork/receiver.polygon.forkRunUpgradeV110.ts --network localhost",
"node:ethereum": "DEPLOY=mainnet hardhat node --network hardhat",
Expand Down Expand Up @@ -94,7 +95,7 @@
"@ethersproject/hardware-wallets": "5.6.0",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers",
"@nomiclabs/hardhat-etherscan": "3.0.0",
"@pooltogether/hardhat-deploy-markdown-export": "0.3.2",
"@pooltogether/hardhat-deploy-markdown-export": "0.3.5",
"@types/jsonfile": "6.0.1",
"@types/node": "17.0.12",
"ajv": "8.9.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -973,10 +973,10 @@
resolved "https://registry.yarnpkg.com/@pooltogether/fixed-point/-/fixed-point-1.0.0.tgz#2c9fb9fe1cca557ca2be7b9ed7414d5edd5a816f"
integrity sha512-YhvjswZuDpKK/NFboyeFWoXhq4763kbi/hNx0L5+6kCRUq8WruvXR4WFvWlDo+5Dx1UsaOnPygAMfrJT0h7bMw==

"@pooltogether/[email protected].2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@pooltogether/hardhat-deploy-markdown-export/-/hardhat-deploy-markdown-export-0.3.2.tgz#ee25e1c14f11d8eb85cd4d2752d425f2f827476c"
integrity sha512-DnNEmWG0AwWRiQbQinWerNnUzOT+wNuw6gxe8OEXfwDsOtCukNubMldJaP550+hgwLl8pOQdJp0v66WajR0WFQ==
"@pooltogether/[email protected].5":
version "0.3.5"
resolved "https://registry.yarnpkg.com/@pooltogether/hardhat-deploy-markdown-export/-/hardhat-deploy-markdown-export-0.3.5.tgz#52b8d97f54f7128ac40795ab1ab1a8cbb1ad89f4"
integrity sha512-ho29xvI5hmnVlCPmug8Qjbw0XQl43Jld3LfanQ8bEsxkAx85sXyZFHgwUvjMpXTsjOeFr058gIKfmx/QIcUHew==

"@pooltogether/[email protected]":
version "1.1.0"
Expand Down

0 comments on commit 7647ab6

Please sign in to comment.