From ccbc2e568a6ee00e15ec585f67de50269c9098e8 Mon Sep 17 00:00:00 2001 From: ryanml Date: Thu, 27 May 2021 10:28:29 -0700 Subject: [PATCH] Adding entry to custom token state for Ledger support notification (#11199) --- test/e2e/fixtures/custom-token/state.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/e2e/fixtures/custom-token/state.json b/test/e2e/fixtures/custom-token/state.json index 89c0e73cc..1d3a24437 100644 --- a/test/e2e/fixtures/custom-token/state.json +++ b/test/e2e/fixtures/custom-token/state.json @@ -46,6 +46,9 @@ }, "5": { "isShown": true + }, + "6": { + "isShown": true } } },