From beaad13b70731d581b10632bd6114ac4fae64ead Mon Sep 17 00:00:00 2001 From: Georges KABBOUCHI Date: Fri, 8 Oct 2021 18:49:24 +0300 Subject: [PATCH 1/2] Add Arbitrum Network --- assets/icons/arbitrum.svg | 20 ++++++++++++++ components/swap/SwapCard.vue | 6 ++++- composables/useBalances.ts | 35 ++++++++++++++++++++----- composables/useLink.ts | 5 ++++ composables/useNetwork.ts | 48 ++++++++++++++++++++++++++++++++-- composables/useNotification.ts | 11 +++++++- composables/useTenderly.ts | 3 ++- connectors/index.ts | 9 ++++--- constant/addresses.ts | 16 +++++++++++- constant/tokens.ts | 11 +++++++- layouts/default.vue | 4 +-- pages/index.vue | 9 +++++++ 12 files changed, 158 insertions(+), 19 deletions(-) create mode 100644 assets/icons/arbitrum.svg diff --git a/assets/icons/arbitrum.svg b/assets/icons/arbitrum.svg new file mode 100644 index 0000000..a78d18a --- /dev/null +++ b/assets/icons/arbitrum.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/components/swap/SwapCard.vue b/components/swap/SwapCard.vue index bbf5398..6191540 100644 --- a/components/swap/SwapCard.vue +++ b/components/swap/SwapCard.vue @@ -347,7 +347,7 @@