From a4176e595f6000af774e0137c4caf5e8bf59d95b Mon Sep 17 00:00:00 2001 From: malteish Date: Tue, 2 Apr 2024 14:57:30 +0200 Subject: [PATCH 1/2] fix wrong address in docs --- docs/deployments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployments.md b/docs/deployments.md index 3b6f2ac5..4db5c2d7 100644 --- a/docs/deployments.md +++ b/docs/deployments.md @@ -38,7 +38,7 @@ The contracts are deployed to these testing networks: | VestingCloneFactory | | [0x2CC672eac7326DC0c3E19d1B313548346Eb10FD8](https://blockscout.chiadochain.net/address/0x2cc672eac7326dc0c3e19d1b313548346eb10fd8) | | | PrivateOfferFactory | | [0x994257AcCF99E5995F011AB2A3025063e5367629](https://blockscout.chiadochain.net/address/0x994257accf99e5995f011ab2a3025063e5367629) | | | FeeSettings | | [0xab32D71F81CB897C17C9474059466bF7e117384c](https://blockscout.chiadochain.net/address/0xab32D71F81CB897C17C9474059466bF7e117384c) | | -| AllowList | | [0x774AE1a25964A0DbA498Ff7b7B59B2877B0F5be6](https://blockscout.chiadochain.net/address/0x774ae1a25964a0dba498ff7b7b59b2877b0f5be6) | +| AllowList | | [0x9372D940798ba7989bd11545B1f7b67Da456bFB2](https://blockscout.chiadochain.net/address/0x9372D940798ba7989bd11545B1f7b67Da456bFB2) | | CrowdinvestingCloneFactory | | [0x53B5E6Acd59021E61495AbD30796b09A25c880eD](https://blockscout.chiadochain.net/address/0x53b5e6acd59021e61495abd30796b09a25c880ed) | | | tokenize.it_USDC | | [0xC3Ea9c8BF307c7022670C88dF0357E28DA975267](https://blockscout.chiadochain.net/address/0xc3ea9c8bf307c7022670c88df0357e28da975267) | | | tokenize.it_EUROC | | [0x730653cEB98334937431e27be111369a90B9aCc7](https://blockscout.chiadochain.net/address/0x730653ceb98334937431e27be111369a90b9acc7) | | From e7f262116b7143eeed6b222583f3c49a04e63c86 Mon Sep 17 00:00:00 2001 From: malteish Date: Wed, 24 Apr 2024 15:09:17 +0200 Subject: [PATCH 2/2] fix allowList address on gnosis mainnet --- docs/deployments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deployments.md b/docs/deployments.md index 4db5c2d7..e45735ff 100644 --- a/docs/deployments.md +++ b/docs/deployments.md @@ -18,7 +18,7 @@ These are the most relevant contracts. Those that we deployed were verified on b | VestingCloneFactory | | [0xCCC45E788bcf916b3b7cA79c2e1A1fC694aD03F7](https://gnosisscan.io/address/0xccc45e788bcf916b3b7ca79c2e1a1fc694ad03f7) | | | PrivateOfferFactory | | [0x66330A3718F68c293046d39498EDC6a043CF7190](https://gnosisscan.io/address/0x66330a3718f68c293046d39498edc6a043cf7190) | | | FeeSettings | | [0xFce9A1e8C063162f4F54f84ab8B2744D3Efc15A2](https://gnosisscan.io/address/0xFce9A1e8C063162f4F54f84ab8B2744D3Efc15A2) | | -| AllowList | | [0xf2c479836b1f23eBE127CFB3B6dabf535d60B6DD](https://gnosisscan.io/address/0xf2c479836b1f23ebe127cfb3b6dabf535d60b6dd) | +| AllowList | | [0x6c6c8fd9629c9bcec625004012dd0aabd89960c8](https://gnosisscan.io/address/0x6c6c8fd9629c9bcec625004012dd0aabd89960c8) | | CrowdinvestingCloneFactory | | [0x470586e0a7c2E641c39930B96E58E4300Be32cF3](https://gnosisscan.io/address/0x470586e0a7c2e641c39930b96e58e4300be32cf3) | | | | monerium | | [0xcB444e90D8198415266c6a2724b7900fb12FC56E](https://gnosis.blockscout.com/token/0xcB444e90D8198415266c6a2724b7900fb12FC56E) | these were deployed by the monerium team |