From a7b9b797161da27bdf02ec13d23d740136087612 Mon Sep 17 00:00:00 2001 From: Aleksandr Kuperman Date: Thu, 2 Nov 2023 15:38:26 +0000 Subject: [PATCH] doc: readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 92c7f41..84aa50c 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,11 @@ 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 list of contract addresses for gnosis mainnet and a staking program configuration can be found here: +[contracts](https://github.com/valory-xyz/autonolas-staking-programmes/blob/main/scripts/deployment/globals_gnosis_mainnet.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/globals_gnosis_mainnet.json). +The description of deployment procedure can be found here: [deployment](https://github.com/valory-xyz/autonolas-staking-programmes/blob/main/scripts/deployment). 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.