Skip to content

Commit

Permalink
EntryPoint address
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Feb 20, 2024
1 parent d4b0d25 commit 2fec178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/system_addresses.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ var (
BlockListBridgeAddr = types.StringToAddress("0x0300000000000000000000000000000000000004")

// EntryPointContract is the proxy address of EntryPoint contract which is a center point of account abstraction
EntryPointContract = types.StringToAddress("0x2001")
// EntryPoint must be deployed on this address, as it is the same on all networks
EntryPointContract = types.StringToAddress("0x5FF137D4b0FDCD49DcA30c7CF57E578a026d2789")
// EntryPointContract is an address of EntryPoint contract which is a center point of account abstraction
EntryPointContractV1 = types.StringToAddress("0x20011")
)
Expand Down

0 comments on commit 2fec178

Please sign in to comment.