Skip to content

Commit 5af4f52

Browse files
authored
Added testnet deployment information for staking contracts (#277)
1 parent 9bc03be commit 5af4f52

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

contracts/staking/README.md

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,27 @@ The system consists of a set of contracts show in the diagram below.
2626

2727
## Immutable Contract Addresses
2828

29-
StakeHolderERC20.sol configured with IMX as the staking token:
29+
TimelockController.sol:
3030

3131
| Environment/Network | Deployment Address | Commit Hash |
3232
|--------------------------|--------------------|-------------|
33-
| Immutable zkEVM Testnet | Not deployed yet | -|
33+
| Immutable zkEVM Testnet | [0x994a66607f947A47F33C2fA80e0470C03C30e289](https://explorer.testnet.immutable.com/address/0x994a66607f947A47F33C2fA80e0470C03C30e289) | [3c458637](https://github.com/immutable/contracts/blob/3c45863765a2621c8122c2742416a897dd77ca2a/contracts/staking/README.md) |
34+
| Immutable zkEVM Mainnet | Not deployed yet | -|
35+
36+
37+
ERC1967Proxy.sol for the staking implmentation (StakeHolderWIMX.sol):
38+
39+
| Environment/Network | Deployment Address | Commit Hash |
40+
|--------------------------|--------------------|-------------|
41+
| Immutable zkEVM Testnet | [0xb6c2aa8690c8ab6ac380a0bb798ab0debe5c4c38](https://explorer.testnet.immutable.com/address/0xb6c2aa8690c8ab6ac380a0bb798ab0debe5c4c38) | [3c458637](https://github.com/immutable/contracts/blob/3c45863765a2621c8122c2742416a897dd77ca2a/contracts/staking/README.md) |
42+
| Immutable zkEVM Mainnet | Not deployed yet | -|
43+
44+
45+
StakeHolderWIMX.sol:
46+
47+
| Environment/Network | Deployment Address | Commit Hash |
48+
|--------------------------|--------------------|-------------|
49+
| Immutable zkEVM Testnet | [0xfEb60c9309E28D8CfDD00b8796cA87eDa75e1943](https://explorer.testnet.immutable.com/address/0xfEb60c9309E28D8CfDD00b8796cA87eDa75e1943) | [3c458637](https://github.com/immutable/contracts/blob/3c45863765a2621c8122c2742416a897dd77ca2a/contracts/staking/README.md)|
3450
| Immutable zkEVM Mainnet | Not deployed yet | -|
3551

3652
# Status
@@ -40,8 +56,9 @@ Contract threat models and audits:
4056
| Description | Date |Version Audited | Link to Report |
4157
|---------------------------|------------------|-----------------|----------------|
4258
| Threat model | Oct 21, 2024 | [`fd982abc49884af41e05f18349b13edc9eefbc1e`](https://github.com/immutable/contracts/blob/fd982abc49884af41e05f18349b13edc9eefbc1e/contracts/staking/README.md) | [202410-threat-model-stake-holder.md](../../audits/staking/202410-threat-model-stake-holder.md) |
59+
| Internal audit | Feb, 2025 | [`fd982abc49884af41e05f18349b13edc9eefbc1e`](https://github.com/immutable/contracts/blob/fd982abc49884af41e05f18349b13edc9eefbc1e/contracts/staking/README.md) | Not released |
4360
| Threat model | April 24, 2025 | [`bf327c7abdadd48fd51ae632500510ac2b07b5f0`](https://github.com/immutable/contracts/blob/bf327c7abdadd48fd51ae632500510ac2b07b5f0/contracts/staking/README.md) | [202504-threat-model-stake-holder.md](../../audits/staking/202504-threat-model-stake-holder.md) |
44-
61+
| Internal audit | April, 2025 | [`bf327c7abdadd48fd51ae632500510ac2b07b5f0`](https://github.com/immutable/contracts/blob/bf327c7abdadd48fd51ae632500510ac2b07b5f0/contracts/staking/README.md) | Not released |
4562

4663

4764
# Deployment

0 commit comments

Comments
 (0)