Skip to content

Commit dd8c2fa

Browse files
committed
Update githash for target of threat model
1 parent bf327c7 commit dd8c2fa

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

audits/staking/202504-threat-model-stake-holder.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ The StakeHolderERC20 contract can be used for any staking system that uses ERC20
1313

1414
## Threat Model Scope
1515

16-
The threat model is limited to the stake holder Solidity files at GitHash [`67ca971bb214176d8e9481ffb4df33c85f0f6d8a`](https://github.com/immutable/contracts/tree/67ca971bb214176d8e9481ffb4df33c85f0f6d8a/contracts/staking):
16+
The threat model is limited to the stake holder Solidity files at GitHash [`bf327c7abdadd48fd51ae632500510ac2b07b5f0`](https://github.com/immutable/contracts/tree/bf327c7abdadd48fd51ae632500510ac2b07b5f0/contracts/staking):
1717

18-
* [StakeHolder.sol](https://github.com/immutable/contracts/blob/fd982abc49884af41e05f18349b13edc9eefbc1e/contracts/staking/StakeHolder.sol)
18+
* [StakeHolder.sol](https://github.com/immutable/contracts/blob/bf327c7abdadd48fd51ae632500510ac2b07b5f0/contracts/staking/StakeHolder.sol)
1919

20-
* [IStakeHolder.sol](https://github.com/immutable/contracts/blob/67ca971bb214176d8e9481ffb4df33c85f0f6d8a/contracts/staking/IStakeHolder.sol) is the interface that all staking implementations comply with.
21-
* [StakeHolderBase.sol](https://github.com/immutable/contracts/blob/67ca971bb214176d8e9481ffb4df33c85f0f6d8a/contracts/staking/StakeHolderBase.sol) is the abstract base contract that all staking implementation use.
22-
* [StakeHolderERC20.sol](https://github.com/immutable/contracts/blob/67ca971bb214176d8e9481ffb4df33c85f0f6d8a/contracts/staking/StakeHolderERC20.sol) allows an ERC20 token to be used as the staking currency.
23-
* [StakeHolderNative.sol](https://github.com/immutable/contracts/blob/67ca971bb214176d8e9481ffb4df33c85f0f6d8a/contracts/staking/StakeHolderNative.sol) uses the native token, IMX, to be used as the staking currency.
20+
* [IStakeHolder.sol](https://github.com/immutable/contracts/blob/bf327c7abdadd48fd51ae632500510ac2b07b5f0/contracts/staking/IStakeHolder.sol) is the interface that all staking implementations comply with.
21+
* [StakeHolderBase.sol](https://github.com/immutable/contracts/blob/bf327c7abdadd48fd51ae632500510ac2b07b5f0/contracts/staking/StakeHolderBase.sol) is the abstract base contract that all staking implementation use.
22+
* [StakeHolderERC20.sol](https://github.com/immutable/contracts/blob/bf327c7abdadd48fd51ae632500510ac2b07b5f0/contracts/staking/StakeHolderERC20.sol) allows an ERC20 token to be used as the staking currency.
23+
* [StakeHolderNative.sol](https://github.com/immutable/contracts/blob/bf327c7abdadd48fd51ae632500510ac2b07b5f0/contracts/staking/StakeHolderNative.sol) uses the native token, IMX, to be used as the staking currency.
2424

2525
Additionally, this threat model analyses whether the documentation for the time controller contract correctly advises operators how to achieve the required time delay upgrade functionality:
2626

@@ -29,7 +29,7 @@ Additionally, this threat model analyses whether the documentation for the time
2929

3030
## Background
3131

32-
See the [README](https://github.com/immutable/contracts/tree/67ca971bb214176d8e9481ffb4df33c85f0f6d8a/contracts/staking/README.md) file for information about the usage and design of the stake holder contract system.
32+
See the [README](https://github.com/immutable/contracts/tree/bf327c7abdadd48fd51ae632500510ac2b07b5f0/contracts/staking/README.md) file for information about the usage and design of the stake holder contract system.
3333

3434
### Other Information
3535

0 commit comments

Comments
 (0)