From 160204b22764da7e7316e25e9d1bb950a85686cb Mon Sep 17 00:00:00 2001 From: Viterbo Date: Tue, 26 Nov 2024 07:49:12 -0300 Subject: [PATCH 1/3] when network changes we get a better behaviour --- src/App.vue | 32 ++++++++++++++--- src/components/AddressMoreInfo.vue | 2 +- .../InternalTransactionFlatTable.vue | 6 ++-- src/components/LoginModal.vue | 9 +++-- src/core/chains/EVMChainSettings.ts | 15 ++++---- src/core/index.ts | 2 +- src/core/mocks/AccountStore.ts | 10 +++--- .../mocks/{AntelopeConfig.ts => Config.ts} | 14 +++++--- src/core/mocks/index.ts | 2 +- .../authenticators/EVMAuthenticator.ts | 4 +-- src/core/wallets/init.ts | 4 +-- src/lib/contract/ContractManager.js | 4 +-- src/router/index.js | 27 ++++++++++++++ src/router/routes.js | 36 ++++++++++--------- 14 files changed, 111 insertions(+), 56 deletions(-) rename src/core/mocks/{AntelopeConfig.ts => Config.ts} (98%) diff --git a/src/App.vue b/src/App.vue index 50a8e7143..d75b78a79 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,22 +1,24 @@ +