From 40d2858ccdb34efd327ec4c58c5a2145524ba1ee Mon Sep 17 00:00:00 2001 From: Stanislav Bezkorovainyi Date: Thu, 25 Mar 2021 15:52:18 +0200 Subject: [PATCH 1/3] Add zkscan link for forced-exit when appropriate --- infrastructure/explorer/src/Account.vue | 36 +++++++++++++++++++-- infrastructure/explorer/src/utils.js | 42 +++++++++++++++++++++++++ 2 files changed, 76 insertions(+), 2 deletions(-) diff --git a/infrastructure/explorer/src/Account.vue b/infrastructure/explorer/src/Account.vue index 1fba85c098..d324dc4fdc 100644 --- a/infrastructure/explorer/src/Account.vue +++ b/infrastructure/explorer/src/Account.vue @@ -22,6 +22,10 @@ +
+ Funds from this account can be moved to L1 using the + +
Account transactions
No transactions yet.
@@ -68,10 +72,12 @@