Skip to content

Commit 412efba

Browse files
committed
chore: update deployment records with V2 implementation addresses
Base Sepolia: - V2 Implementation: 0x2Ca555A7ACFE2da02099A6d950b8665A65f5c861 - Proxy: 0x62B52D21db12E4A709a49c043e31adfdAB41FB39 - Verified: https://sepolia.basescan.org/address/0x2ca555a7acfe2da02099a6d950b8665a65f5c861 Base Mainnet: - V2 Implementation: 0x13A8f49C41133A2f3D5E6cbb18626EE242b0E4f4 - Proxy: 0x9A1f27779561269Ac8bFFdd152D1F8f2C445FC3e - Verified: https://basescan.org/address/0x13a8f49c41133a2f3d5e6cbb18626ee242b0e4f4 Both contracts successfully upgraded via UUPS pattern with full backward compatibility. All V1 data preserved, V2 features now active.
1 parent 9284365 commit 412efba

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

deployments/8453.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"network": "base",
77
"registryImplementation": "0x4125d418Fe36a755F5eEB7c502ca3e00750cDDd8",
88
"registryProxy": "0xEa10580212A12c98eE0ebACbBC595af2062a81B0",
9-
"splitBaseImplementation": "0xC680FA2Ba45f01B84E7962cBbe8cDc98dD20Ad72",
9+
"splitBaseImplementation": "0x13A8f49C41133A2f3D5E6cbb18626EE242b0E4f4",
10+
"splitBaseImplementationV1": "0xC680FA2Ba45f01B84E7962cBbe8cDc98dD20Ad72",
1011
"splitBaseProxy": "0x9A1f27779561269Ac8bFFdd152D1F8f2C445FC3e",
12+
"version": "V2",
13+
"upgradedAt": 1733845200,
1114
"timestamp": 1764058313
1215
}

deployments/84532.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66
"network": "base-sepolia",
77
"registryImplementation": "0x34aec145B7b2a0922112545C8D9bC20bd551F901",
88
"registryProxy": "0xF0f141DeB225D9D4639dF1E6E91bE4bC90EDD5eE",
9-
"splitBaseImplementation": "0xc41b9c958109ebcD0Ff3794C30D4d151490a2975",
9+
"splitBaseImplementation": "0x2Ca555A7ACFE2da02099A6d950b8665A65f5c861",
10+
"splitBaseImplementationV1": "0xc41b9c958109ebcD0Ff3794C30D4d151490a2975",
1011
"splitBaseProxy": "0x62B52D21db12E4A709a49c043e31adfdAB41FB39",
12+
"version": "V2",
13+
"upgradedAt": 1733845200,
1114
"timestamp": 1764058302
1215
}

0 commit comments

Comments
 (0)