Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.2 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.2 KB

@indexed-finance/proxies

Build Status Coverage Status npm version

Smart contracts for upgradeable proxies.

Documentation

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