Skip to content

Commit

Permalink
Merge pull request #18 from ChorusOne/new_deployment
Browse files Browse the repository at this point in the history
Deploy the final code to goerli and holesky
  • Loading branch information
enriquefynn authored Feb 5, 2024
2 parents c2bb454 + 69c7cb4 commit 0df2a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 | [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

Expand Down
2 changes: 1 addition & 1 deletion src/FeeRewardsManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ library CalculateAndSendRewards {
address withdrawalCredential,
uint256 withdrawnAmount,
address feeRewardsManager,
uint256 Fee
uint256 fee
);

function calculateAndSendRewards(
Expand Down

0 comments on commit 0df2a46

Please sign in to comment.