mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-29 08:03:48 +00:00
use up to date multisig
This commit is contained in:
parent
d4fd8fe1a1
commit
b3a6ec6102
2 changed files with 6 additions and 4 deletions
|
|
@ -38,4 +38,4 @@ mevcommitsettlement:
|
|||
# Partial override sepolia config for custom rpc
|
||||
sepolia:
|
||||
rpcUrls:
|
||||
- http: https://eth-sepolia.g.alchemy.com/v2/a0wg_g1X-Wz4IeVA-0SS3PsQhbyQNjc_
|
||||
- http: https://1rpc.io/sepolia
|
||||
|
|
|
|||
|
|
@ -6,8 +6,10 @@ mevcommitsettlement:
|
|||
- '0xd9cd8E5DE6d55f796D980B818D350C0746C25b97'
|
||||
- '0x788EBABe5c3dD422Ef92Ca6714A69e2eabcE1Ee4'
|
||||
|
||||
# See https://github.com/primevprotocol/hyperlane-monorepo/blob/8b16adee486a6b1a1f0d4fbd1b419369241813b2/typescript/infra/config/rcMultisigIsmConfigs.ts
|
||||
# See https://github.com/primevprotocol/hyperlane-monorepo/blob/7b2ffc2fa6b5e179f8e870089b5e635b7e49acf8/typescript/sdk/src/consts/multisigIsm.ts#L267
|
||||
sepolia:
|
||||
threshold: 1
|
||||
threshold: 2
|
||||
validators:
|
||||
- '0x49f253c0dab33be1573d6c2769b3d9e584d91f82'
|
||||
- '0xb22b65f202558adf86a8bb2847b76ae1036686a5'
|
||||
- '0x469f0940684d147defc44f3647146cb90dd0bc8e'
|
||||
- '0xd3c75dcf15056012a4d74c483a0c6ea11d8c2b83'
|
||||
|
|
|
|||
Loading…
Reference in a new issue