@abmprotocl/abm-plugin-migrations 中文文档教程
dai-plugin-migration
Contract naming convention
contracts/abis/addresses
中的合约名称以数字为后缀(例如_1
)以 指明合同的版本。 该版本可以来自不同的 整个系统的部署(例如全球结算后可能发生的事情), 或简单的升级(如发现漏洞时迁移 DsChief 时发生的情况)。
编号完全是任意的,是在我们选择支持新合约时选择的。 将来, 它们可以更详细地重命名。
dai-plugin-migration
Contract naming convention
Contract names in contracts/abis/addresses
are suffixed with a number (e.g. _1
) to indicate the version of the contract. The version can come from either different deployments of the entire system (such as what might happen after a global settlement), or a simple upgrade (as what happened when DsChief was migrated when a vulnerability was found).
The numbering is totally arbitrary and chosen when we choose to support a new contract. In the future, they could be renamed more descriptively.
更多