Skip to content

Commit

Permalink
rename 7569 -> 7579
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Sep 15, 2024
1 parent 7d92aa5 commit 04c632d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/v0_1/erc7579/supportsModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const safeAccount = await signerToSafeSmartAccount(publicClient, {
safeVersion: "1.4.1",
entryPoint: ENTRYPOINT_ADDRESS_V07,
safe4337ModuleAddress: "0x3Fdb5BC686e861480ef99A6E3FaAe03c0b9F32e2", // These are not meant to be used in production as of now.
erc7569LaunchpadAddress: "0xEBe001b3D534B9B6E2500FB78E67a1A137f561CE", // These are not meant to be used in production as of now.
erc7579LaunchpadAddress: "0xEBe001b3D534B9B6E2500FB78E67a1A137f561CE", // These are not meant to be used in production as of now.
})

// Extend the client with the ERC7579 actions
Expand Down

0 comments on commit 04c632d

Please sign in to comment.