From addfc264e7d4ff31e3ae803eb35905b72cf5b0c0 Mon Sep 17 00:00:00 2001 From: Darlington Nnam Date: Sat, 23 Nov 2024 10:20:50 +0100 Subject: [PATCH] chore: update v3 addresses --- src/constants/tokenboundAddresses.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/constants/tokenboundAddresses.ts b/src/constants/tokenboundAddresses.ts index 06a8107..4972aa1 100644 --- a/src/constants/tokenboundAddresses.ts +++ b/src/constants/tokenboundAddresses.ts @@ -37,12 +37,12 @@ export const ERC_6551_DEPLOYMENTS: Standard6551Deployments = { V3: { IMPLEMENTATION: { ADDRESS: - "0x3d311ba322e1f900d669586b191a2a82c50f6cb850563a8e1c01c7bac9be7b0", + "0xbe8863311f24317dff8af16deb1285ec5b035e57cf9beda545c341c339b925", ABI: erc6551AccountV3ABI as Abi, }, REGISTRY: { ADDRESS: - "0x572a25dbc65462ca99f8f1ea906879a8de3abaeadd2fb935fdb59950c767516", + "0x4107f453e68bf4331a31316078bb73ecfcb767dc624ebd78f8c1e15b14c63bd", ABI: erc6551RegistryV3ABI as Abi, }, }, @@ -64,12 +64,12 @@ export const ERC_6551_DEPLOYMENTS: Standard6551Deployments = { V3: { IMPLEMENTATION: { ADDRESS: - "0xbe8863311f24317dff8af16deb1285ec5b035e57cf9beda545c341c339b925", + "0x29d2a1b11dd97289e18042502f11356133a2201dd19e716813fb01fbee9e9a4", ABI: erc6551AccountV3ABI as Abi, }, REGISTRY: { ADDRESS: - "0x4107f453e68bf4331a31316078bb73ecfcb767dc624ebd78f8c1e15b14c63bd", + "0x23a6d289a1e5067d905e195056c322381a78a3bc9ab3b0480f542fad87cc580", ABI: erc6551RegistryV3ABI as Abi, }, },