Skip to content

Commit

Permalink
fix(custodykeyring): we dont want to run the migrations because they …
Browse files Browse the repository at this point in the history
…are very old (#448)

Keeping the file around as an example
  • Loading branch information
albertolive authored Aug 21, 2023
1 parent f070b34 commit 49cc334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/custodyKeyring/src/migrations/001.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import cloneDeep from "lodash.clonedeep";
import { CustodyKeyring } from "../CustodyKeyring";

const version = 1;
const keyringTypesToChange = ["Custody - Curv", "Custody - Qredo", "Custody - Jupiter"];
const keyringTypesToChange = []; // Do not actually change any keyrings - 21 Aug 2023 - we only keep this old migration file around as an example

export default {
version,
Expand Down

0 comments on commit 49cc334

Please sign in to comment.