From a61ed08c427bd09dfe96b7a723fefab936651071 Mon Sep 17 00:00:00 2001 From: mariapiamo Date: Thu, 2 Nov 2023 14:35:43 +0100 Subject: [PATCH 1/2] Update the readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19409a5..92c7f41 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,10 @@ Those include: - running tests ## Deployment +The list of contract addresses for different chains and their full contract configuration can be found [here](https://github.com/valory-xyz/autonolas-staking-programmes/blob/main/scripts/deployment/configuration.json). + The deployment of contracts to the test- and main-net is split into step-by-step series of scripts for more control and checkpoint convenience. -The description of deployment procedure can be found here: [deployment](https://github.com/valory-xyz/autonolas-staking-programmes/blob/main/scripts/deployment). +The description of deployment procedure can be found here: [deployment](https://github.com/valory-xyz/autonolas-staking-programmes/blob/main/scripts/deployment/globals_gnosis_mainnet.json). The finalized contract ABIs for deployment and their number of optimization passes are located here: [ABIs](https://github.com/valory-xyz/autonolas-staking-programmes/blob/main/abis). Each folder there contains contracts compiled with the solidity version before their deployment. From 753a3833c6456659bf98efc2f17e5559285656fb Mon Sep 17 00:00:00 2001 From: mariapiamo <93650028+mariapiamo@users.noreply.github.com> Date: Thu, 2 Nov 2023 16:30:07 +0100 Subject: [PATCH 2/2] Update scripts/deployment/globals_gnosis_mainnet.json contract address --- scripts/deployment/globals_gnosis_mainnet.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deployment/globals_gnosis_mainnet.json b/scripts/deployment/globals_gnosis_mainnet.json index 8e3cbaa..92afccb 100644 --- a/scripts/deployment/globals_gnosis_mainnet.json +++ b/scripts/deployment/globals_gnosis_mainnet.json @@ -22,5 +22,5 @@ "configHash": "0x0000000000000000000000000000000000000000000000000000000000000000" }, "agentMechAddress": "0x77af31De935740567Cf4fF1986D04B2c964A786a", - "serviceStakingTokenMechUsageAddress": "" + "serviceStakingTokenMechUsageAddress": "0x5add592ce0a1B5DceCebB5Dcac086Cd9F9e3eA5C" }