Skip to content

Commit 25ac615

Browse files
authored
add rc3 passkey signer address (#291)
1 parent 137a17e commit 25ac615

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

core/v3/sapient_signer.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ import (
1313
)
1414

1515
var passkeySigners = map[common.Address]struct{}{
16-
common.HexToAddress("0x8f26281dB84C18aAeEa8a53F94c835393229d296"): {},
17-
common.HexToAddress("0x4491845806B757D67BE05BbD877Cab101B9bee5C"): {},
16+
common.HexToAddress("0x0000000000dc2d96870dc108c5E15570B715DFD2"): {}, // rc3
17+
common.HexToAddress("0x8f26281dB84C18aAeEa8a53F94c835393229d296"): {}, // dev1
18+
common.HexToAddress("0x4491845806B757D67BE05BbD877Cab101B9bee5C"): {}, // dev2
1819
}
1920

2021
func RecoverSapientSignature(ctx context.Context, signer common.Address, payload core.Payload, signature []byte, provider *ethrpc.Provider) (core.ImageHash, error) {

0 commit comments

Comments
 (0)