planD

Results 2 comments of planD

Hi community, I found that if you want to use forceImport function, you must have kept your old-version contract file, which doesn't make sense. So I write a simple TS...

Also leave the solution here: 1. Fill the `.env` file: ```.env USDC_ADDRESS="" PROXY_ADMIN="" ``` 2. Add `contracts/proxy-utils.sol` file (just to compile the `ProxyAdmin` contract): ```solidity // SPDX-License-Identifier: MIT pragma solidity...