@indexed-finance/proxies
v1.0.18
Published
Solidity delegatecall proxy contracts.
Downloads
40
Readme
@indexed-finance/proxies
Smart contracts for upgradeable proxies.
Install
npm install --save @indexed-finance/proxies
Notes for developers
If you deploy a new version of DelegateCallProxyManager.sol
without using the artifact in /artifacts (handled automatically by buidler), your local build may result in different bytecode. If that happens, the code hashes in CodeHashes.sol
will be incorrect and the proxy address derivation functions will not work. Either use the already built artifacts in the package or replace the codehashes with the new values. See: script for generating the CodeHashes contract
Test
npm run test