From bfd85b278c20faef9273bb7d869d392bbc487ac9 Mon Sep 17 00:00:00 2001 From: Ben Goldberg Date: Wed, 11 Oct 2023 17:51:10 -0700 Subject: [PATCH] typo --- src/model/migrations.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model/migrations.ts b/src/model/migrations.ts index f7a2586c369..cc9d801c162 100644 --- a/src/model/migrations.ts +++ b/src/model/migrations.ts @@ -686,7 +686,7 @@ export default async function runMigrations() { */ const v18 = async () => { const favoritesMetadata = await getGlobal( - 'uniswapjFavoritesMetadata', + 'uniswapFavoritesMetadata', undefined, '0.1.0' );