Skip to content

indexed-finance/proxies

Repository files navigation

@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

About

Solidity delegatecall proxy contracts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published