From 7647ab6dd8c1b9f2d905cd8a00e79f65231e6463 Mon Sep 17 00:00:00 2001 From: Pierrick Turelier Date: Tue, 29 Nov 2022 17:55:08 -0600 Subject: [PATCH] 1.7.0 --- README.md | 18 +++++++++++++++++- package.json | 5 +++-- yarn.lock | 8 ++++---- 3 files changed, 24 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 9975998..9fec258 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/package.json b/package.json index cf6e4bf..9e20d51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pooltogether/v4-mainnet", - "version": "1.6.1", + "version": "1.7.0", "main": "index.js", "repository": "git@github.com:pooltogether/v4-mainnet.git", "author": "PoolTogether Inc.", @@ -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", @@ -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", diff --git a/yarn.lock b/yarn.lock index d1b8e5d..8bf407b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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/hardhat-deploy-markdown-export@0.3.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/hardhat-deploy-markdown-export@0.3.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/owner-manager-contracts@1.1.0": version "1.1.0"