Skip to content

Commit

Permalink
chore: eip 1967 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-savu committed Nov 16, 2024
1 parent 0754d62 commit 1038781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/sdk/src/deploy/proxy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export async function proxyAdmin(
// Hardcoded storage slot for admin per EIP-1967
const storageValue = await provider.getStorageAt(
proxy,
'0xb53127684a568b3173ae13b9f8a6016e243e63b6e8ee1178d6a717850b5d6103',
'0x360894a13ba1a3210667c828492db98dca3e2076cc3735a920a3ca505d382bbc',
);
return ethers.utils.getAddress(storageValue.slice(26));
}
Expand Down

0 comments on commit 1038781

Please sign in to comment.