cacheable-beacon-proxy icon indicating copy to clipboard operation
cacheable-beacon-proxy copied to clipboard

Upgradeable proxy with the least possible gas overhead.

Results 2 cacheable-beacon-proxy issues
Sort by recently updated
recently updated
newest added

The current implementation requires calling [`upgradeTo`](https://github.com/frangio/cacheable-beacon-proxy/blob/33d2413ee94b8926363336918f29a0bf395fa309/contracts/CacheableBeaconProxy.sol#L32) after deploying the beacon to set the implementation and make the beacon usable. However, it adds more complexity when the beacon is owned by...