diff --git a/examples/accounts/simple7702.ts b/examples/accounts/simple7702.ts index 5a939b8..ba95663 100644 --- a/examples/accounts/simple7702.ts +++ b/examples/accounts/simple7702.ts @@ -38,12 +38,12 @@ export default async ( .extend(publicActions); const smartAccount: ToSimple7702SmartAccountReturnType = await toSimple7702SmartAccount({ - implementation: "0xBC3926fE3D052f5451af02bA04e134EdcB741977", + implementation: "0xa46cc63eBF4Bd77888AA327837d20b23A63a56B5", client: bundlerClient, owner, }); // overriding for ep9 address - smartAccount.entryPoint.address = "0x43370900c8de573dB349BEd8DD53b4Ebd3Cce709" + smartAccount.entryPoint.address = "0x433709009B8330FDa32311DF1C2AFA402eD8D009" console.log("wallet:: ", smartAccount.address);