RSK contract deployments and upgrades #217
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There are still a couple of issues when deploying the new contracts from the hardhat branch to RSK testnet (as opposed to Rinkeby).
Good news: there are actually no errors or other issues left with RSK testnet deployments (at least after the recent changes to the deployment script).
You can find all contracts that were deployed to RSK testnet from your machine in
.openzeppelin/unknown-31.json
. Implementations are only newly deployed if a proxy cannot point to an existing one on the same chain. Also, there's an "admin" contract, via which actual proxy updates are executed, and which also doesn't get redeployed for the same keys.