Skip to content

Commit

Permalink
Deploy TimelockController and FxStateRootTunnel contracts into ethere…
Browse files Browse the repository at this point in the history
…um staging network
  • Loading branch information
evercoinx committed Nov 25, 2024
1 parent 236f9cb commit c41b5ce
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -76,15 +76,15 @@ AMOY_DEPLOYER := 0x8C6B3eE457b193A49794df466957441b4AccD102
# Ethereum (Staging) contract addresses
ETHEREUM_STAGING_VALIDATOR_REGISTRY := 0xcEbaFD96Df8a1Cc63ee77770296F14B68089Ab04
ETHEREUM_STAGING_MATIC_X := 0xD22dd194B8ec2abEeeFAC36a69cd8898FB6C43b3
ETHEREUM_STAGING_FX_STATE_ROOT_TUNNEL :=
ETHEREUM_STAGING_TIMELOCK_CONTROLLER :=
ETHEREUM_STAGING_FX_STATE_ROOT_TUNNEL := 0xcD7AdBBF3030AFFa7766606c5EA9E016141422Ca
ETHEREUM_STAGING_TIMELOCK_CONTROLLER := 0x420d319efe3Dd573Ccf3219dDdf60C83902B9f10
ETHEREUM_STAGING_STAKE_MANAGER := 0x5e3ef299fddf15eaa0432e6e66473ace8c13d908
ETHEREUM_STAGING_CHECKPOINT_MANAGER := 0x86e4dc95c7fbdbf52e33d563bbdb00823894c287
ETHEREUM_STAGING_FX_ROOT := 0xfe5e5D361b2ad62c541bAb87C45a0B9B018389a2
ETHEREUM_STAGING_MATIC := 0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0
ETHEREUM_STAGING_POL := 0x455e53CBB86018Ac2B8092FdCd39d8444aFFC3F6
ETHEREUM_STAGING_MANAGER := 0x6FCBE6C2d6f6c890fD0cC5b0288E2D474D90BB1F
ETHEREUM_STAGING_TREASURY := 0x6FCBE6C2d6f6c890fD0cC5b0288E2D474D90BB1F
ETHEREUM_STAGING_MANAGER := 0xf9CBb2BF3f14c9F6De3F16fc0da4bAaDa25ebDC7
ETHEREUM_STAGING_TREASURY := 0xf9CBb2BF3f14c9F6De3F16fc0da4bAaDa25ebDC7
ETHEREUM_STAGING_DEPLOYER := 0x6FCBE6C2d6f6c890fD0cC5b0288E2D474D90BB1F

# Ethereum (Prod) contract addresses
Expand Down
10 changes: 7 additions & 3 deletions docs/Ethereum-Mainnet-(Staging).md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Deployment Information

### TimelockController

- Address: [0x420d319efe3Dd573Ccf3219dDdf60C83902B9f10](https://etherscan.io/address/0x420d319efe3Dd573Ccf3219dDdf60C83902B9f10)

### Validator Registry

- Proxy address: [0xcEbaFD96Df8a1Cc63ee77770296F14B68089Ab04](https://etherscan.io/address/0xcEbaFD96Df8a1Cc63ee77770296F14B68089Ab04)
Expand All @@ -19,7 +23,7 @@

### Fx State Root Tunnel

- Address: [0x40FB804Cc07302b89EC16a9f8d040506f64dFe29](https://etherscan.io/address/0x40FB804Cc07302b89EC16a9f8d040506f64dFe29)
- Address: [0xcD7AdBBF3030AFFa7766606c5EA9E016141422Ca](https://etherscan.io/address/0xcD7AdBBF3030AFFa7766606c5EA9E016141422Ca)

### Checkpoint Manager

Expand All @@ -44,11 +48,11 @@

### Manager

- Address: [0x6FCBE6C2d6f6c890fD0cC5b0288E2D474D90BB1F](https://etherscan.io/address/0x6FCBE6C2d6f6c890fD0cC5b0288E2D474D90BB1F)
- Address: [0xf9CBb2BF3f14c9F6De3F16fc0da4bAaDa25ebDC7](https://etherscan.io/address/0xf9CBb2BF3f14c9F6De3F16fc0da4bAaDa25ebDC7)

### Treasury

- Address: [0x6FCBE6C2d6f6c890fD0cC5b0288E2D474D90BB1F](https://etherscan.io/address/0x6FCBE6C2d6f6c890fD0cC5b0288E2D474D90BB1F)
- Address: [0xf9CBb2BF3f14c9F6De3F16fc0da4bAaDa25ebDC7](https://etherscan.io/address/0xf9CBb2BF3f14c9F6De3F16fc0da4bAaDa25ebDC7)

### Deployer

Expand Down

0 comments on commit c41b5ce

Please sign in to comment.