File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ]
179201name = " Arbitrum Mainnet"
180202id = 42161
You can’t perform that action at this time.
0 commit comments