diff --git a/DEV_GUIDELINES.md b/DEV_GUIDELINES.md index 780b3bcd0..225a72195 100644 --- a/DEV_GUIDELINES.md +++ b/DEV_GUIDELINES.md @@ -34,4 +34,4 @@ The following steps are required to release smart contracts: 3. Create proposal to instantiate or migrate contracts on [DAODAO](https://daodao.zone/dao/osmo12ry93err6s2ekg02ekslucwx8n3pxm3y7zxz3l6w8zuhex984k5ss4ltl6/proposals). 4. After the proposal did receive enough votes, it can be executed. 5. Please make sure that all instances of a contract are migrated. You can find a list of contracts [here](smart-contracts/contracts.json). The easiest way to propose the migration of all contracts in that list is by adjusting `scripts/propose_cl_vault_migration` and executing `node scripts/propose_cl_vault_migration.js` from the repo root directory. -6. Update versions and deployment dates in the list of contracts. This can be done with the help of `scripts/update_cl_vaults.js`. \ No newline at end of file +6. Update versions and deployment dates in the list of contracts. This can be done with the help of `scripts/update_contracts_list.js`. \ No newline at end of file diff --git a/scripts/update_cl_vaults.js b/scripts/update_contracts_list.js similarity index 100% rename from scripts/update_cl_vaults.js rename to scripts/update_contracts_list.js