Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pouya-eghbali committed Mar 9, 2024
1 parent eea95ba commit c742181
Show file tree
Hide file tree
Showing 5 changed files with 4,009 additions and 6,418 deletions.
17 changes: 17 additions & 0 deletions docs/UnchainedStaking.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,23 @@ event OwnershipTransferred(address indexed previousOwner, address indexed newOwn
| previousOwner `indexed` | address | undefined |
| newOwner `indexed` | address | undefined |

### SlashThresholdChanged

```solidity
event SlashThresholdChanged(uint256 from, uint256 to)
```





#### Parameters

| Name | Type | Description |
|---|---|---|
| from | uint256 | undefined |
| to | uint256 | undefined |

### Slashed

```solidity
Expand Down
2 changes: 1 addition & 1 deletion hardhat.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require("@nomiclabs/hardhat-waffle");
require("solidity-coverage");
require("@nomicfoundation/hardhat-toolbox");
require("hardhat-contract-sizer");
require("@primitivefi/hardhat-dodoc");
require("@nomicfoundation/hardhat-verify");
Expand Down
Loading

0 comments on commit c742181

Please sign in to comment.