Skip to content

Commit 03e1265

Browse files
committed
WEB3-448: Add Hoodi deployment to deployment.toml (#586)
1 parent 0f01a0f commit 03e1265

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

contracts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can use these contracts in [Foundry] using the `forge install` command to ad
1212

1313
```sh
1414
# Use @ref to install from any git ref, such as main or a different release.
15-
forge install risc0/risc0-ethereum@v1.0.0
15+
forge install risc0/risc0-ethereum@v2.1.0
1616
```
1717

1818
## Verifier Interface

contracts/deployment.toml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,28 @@ estop = "0x8A8023bf44CABa343CEef3b06A4639fc8EBeE629"
175175

176176
###
177177

178+
[chains.ethereum-hoodi]
179+
name = "Ethereum Hoodi"
180+
id = 560048
181+
etherscan-url = "https://hoodi.etherscan.io/"
182+
183+
# Accounts
184+
admin = "0x3a54A45E44a71020Bd0Af42063B9f23e8b9E387D"
185+
186+
# Contracts
187+
timelock-controller = "0xE1CC216c5fd5EcAE1e951bDdcf951601554Be338"
188+
timelock-delay = 1
189+
router = "0x32Db7dc407AC886807277636a1633A1381748DD8"
190+
191+
[[chains.ethereum-hoodi.verifiers]]
192+
name = "RiscZeroGroth16Verifier"
193+
version = "2.0.0-rc.3"
194+
selector = "0x9f39696c"
195+
verifier = "0x20ff7C2Cf391a5F096A2Cc181cb41916680f8E97"
196+
estop = "0x8A8023bf44CABa343CEef3b06A4639fc8EBeE629"
197+
198+
###
199+
178200
[chains.arbitrum-mainnet]
179201
name = "Arbitrum Mainnet"
180202
id = 42161

0 commit comments

Comments
 (0)