From a83e208348063f21fd3c1f2936894ab1aea8c149 Mon Sep 17 00:00:00 2001 From: Fynn Date: Thu, 1 Feb 2024 12:17:04 -0300 Subject: [PATCH 1/2] Deploy the final code to goerli and holesky --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fc01675..4b0ca44 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ This contract is currently deployed on: | Network | FeeRewardsManager | CalculateAndSendRewards | |--------------|-----------------------|-------------------------| -| Goerli | [0xaf0f0d6c4eeb740f62dfe2b10fd9e9b9c90ad3c3](https://goerli.etherscan.io/address/0xaf0f0d6c4eeb740f62dfe2b10fd9e9b9c90ad3c3) | [0xa2f0982aa895c3abbfebb858f0ec011e27d8210b](https://goerli.etherscan.io/address/0xa2f0982aa895c3abbfebb858f0ec011e27d8210b) | -| Holesky | [0x84aC4E25d621D9c73EF75E2FB4DBf491ae396B8a](https://holesky.etherscan.io/address/0x84aC4E25d621D9c73EF75E2FB4DBf491ae396B8a) | [0x49302ddf4d8651c14c2572a5d1d68d98d6090ded](https://holesky.etherscan.io/address/0x49302ddf4d8651c14c2572a5d1d68d98d6090ded) | +| Goerli | [0xfc08d0848e2deb0a693f5d9b53ccd1757a539eeb](https://goerli.etherscan.io/address/0xfc08d0848e2deb0a693f5d9b53ccd1757a539eeb) | [0xf8e95de39c5e2e9a4b4d7838f0f7f3a1d73369f6](https://goerli.etherscan.io/address/0xf8e95de39c5e2e9a4b4d7838f0f7f3a1d73369f6) | +| Holesky | [0xb3c35Fe4EcB02501ebF30C55b18e685661c6bea9](https://holesky.etherscan.io/address/0xb3c35Fe4EcB02501ebF30C55b18e685661c6bea9) | [0x44811C1Ae698B23D64B3A0E88ECc6DA35B30Dd06](https://holesky.etherscan.io/address/0x44811C1Ae698B23D64B3A0E88ECc6DA35B30Dd06) | ## Walkthrough a normal execution From 69c7cb4c18ed362661af919d580722b0b87a0cd7 Mon Sep 17 00:00:00 2001 From: Fynn Date: Thu, 1 Feb 2024 12:30:50 -0300 Subject: [PATCH 2/2] Small change to code and new deployment --- README.md | 4 ++-- src/FeeRewardsManager.sol | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b0ca44..13c8e44 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ This contract is currently deployed on: | Network | FeeRewardsManager | CalculateAndSendRewards | |--------------|-----------------------|-------------------------| -| Goerli | [0xfc08d0848e2deb0a693f5d9b53ccd1757a539eeb](https://goerli.etherscan.io/address/0xfc08d0848e2deb0a693f5d9b53ccd1757a539eeb) | [0xf8e95de39c5e2e9a4b4d7838f0f7f3a1d73369f6](https://goerli.etherscan.io/address/0xf8e95de39c5e2e9a4b4d7838f0f7f3a1d73369f6) | -| Holesky | [0xb3c35Fe4EcB02501ebF30C55b18e685661c6bea9](https://holesky.etherscan.io/address/0xb3c35Fe4EcB02501ebF30C55b18e685661c6bea9) | [0x44811C1Ae698B23D64B3A0E88ECc6DA35B30Dd06](https://holesky.etherscan.io/address/0x44811C1Ae698B23D64B3A0E88ECc6DA35B30Dd06) | +| Goerli | [0x3ca56c8ba036adb672215dc5ed4577a3f1a239d3](https://goerli.etherscan.io/address/0x3ca56c8ba036adb672215dc5ed4577a3f1a239d3) | [0x7f18c4901b68d6aebac40b2e2f5ec3516d95ee2a](https://goerli.etherscan.io/address/0x7f18c4901b68d6aebac40b2e2f5ec3516d95ee2a) | +| Holesky | [0x8Ef21C0E9d86230cdD73C816cb48987Da3CDaF22](https://holesky.etherscan.io/address/0x8Ef21C0E9d86230cdD73C816cb48987Da3CDaF22) | [0x096874A27f6f9838dCB1422098D389852007244b](https://holesky.etherscan.io/address/0x096874A27f6f9838dCB1422098D389852007244b) | ## Walkthrough a normal execution diff --git a/src/FeeRewardsManager.sol b/src/FeeRewardsManager.sol index 17aa813..1a43f0c 100644 --- a/src/FeeRewardsManager.sol +++ b/src/FeeRewardsManager.sol @@ -15,7 +15,7 @@ library CalculateAndSendRewards { address withdrawalCredential, uint256 withdrawnAmount, address feeRewardsManager, - uint256 Fee + uint256 fee ); function calculateAndSendRewards(