We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dabb7d9 commit 6a6a637Copy full SHA for 6a6a637
examples/accounts/simple7702.ts
@@ -38,12 +38,12 @@ export default async (
38
.extend(publicActions);
39
40
const smartAccount: ToSimple7702SmartAccountReturnType = await toSimple7702SmartAccount({
41
- implementation: "0xBC3926fE3D052f5451af02bA04e134EdcB741977",
+ implementation: "0xa46cc63eBF4Bd77888AA327837d20b23A63a56B5",
42
client: bundlerClient,
43
owner,
44
});
45
// overriding for ep9 address
46
- smartAccount.entryPoint.address = "0x43370900c8de573dB349BEd8DD53b4Ebd3Cce709"
+ smartAccount.entryPoint.address = "0x433709009B8330FDa32311DF1C2AFA402eD8D009"
47
48
console.log("wallet:: ", smartAccount.address);
49
0 commit comments