()
| 67 | } |
| 68 | |
| 69 | function migrateStaticKeys() { |
| 70 | for (const [oldKey, newKey] of STATIC_KEY_RENAMES) { |
| 71 | moveKey(oldKey, newKey); |
| 72 | } |
| 73 | } |
| 74 | |
| 75 | function migratePrefixKeys() { |
| 76 | for (const [oldPrefix, newPrefix] of PREFIX_RENAMES) { |
no test coverage detected