Skip to content

Commit

Permalink
chore: update v3 addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
Darlington02 authored Nov 23, 2024
1 parent 91c0fd8 commit addfc26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/constants/tokenboundAddresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
},
Expand All @@ -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,
},
},
Expand Down

0 comments on commit addfc26

Please sign in to comment.