It would be a better experience for developers if the version of the deployment was stored along the contract name.
Right now, new versions of modules overwrite the existing entry for code_ids.
For example:
{
"juno": {
"uni-6": {
"code_ids": {
"abstract:version-control:0.14.0": 1581
},
"default": {
"abstract:version-control:0.14.0": "juno1hl4h9qf6g4ysh4e7fkx8lcvsymtfc8ntxwhuvnxja7ugz357sukq74pdmn"
}
}
},
It would be a better experience for developers if the version of the deployment was stored along the contract name.
Right now, new versions of modules overwrite the existing entry for
code_ids.For example:
{ "juno": { "uni-6": { "code_ids": { "abstract:version-control:0.14.0": 1581 }, "default": { "abstract:version-control:0.14.0": "juno1hl4h9qf6g4ysh4e7fkx8lcvsymtfc8ntxwhuvnxja7ugz357sukq74pdmn" } } },