mirror of
https://github.com/lens-protocol/core.git
synced 2026-04-22 03:02:03 -04:00
Merge pull request #19 from lens-protocol/fix/tests-proxy-impl-slot
fix: Tests - Proxy Impl slot
This commit is contained in:
@@ -119,7 +119,9 @@ contract TestSetup is Test, ForkManagement {
|
||||
}
|
||||
|
||||
function loadBaseAddresses(string memory targetEnv) internal virtual {
|
||||
bytes32 PROXY_IMPLEMENTATION_STORAGE_SLOT = 0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103;
|
||||
bytes32 PROXY_IMPLEMENTATION_STORAGE_SLOT = bytes32(
|
||||
uint256(keccak256('eip1967.proxy.implementation')) - 1
|
||||
);
|
||||
|
||||
console.log('targetEnv:', targetEnv);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user