From ab52618b571e6a4aabe237bf7654ef4e3726bc18 Mon Sep 17 00:00:00 2001 From: uncoolzero <107518216+uncoolzero@users.noreply.github.com> Date: Tue, 15 Oct 2024 15:17:07 -0300 Subject: [PATCH 1/4] copy tweak: arbitrum -> arbitrum one --- .../ui/src/components/Common/MigrationMessage.tsx | 2 +- projects/ui/src/constants/chaininfo.ts | 2 +- projects/ui/src/pages/l1delegate.tsx | 14 +++++++------- projects/ui/src/pages/l2claim.tsx | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/projects/ui/src/components/Common/MigrationMessage.tsx b/projects/ui/src/components/Common/MigrationMessage.tsx index 31c50e10a..8bacf6b60 100644 --- a/projects/ui/src/components/Common/MigrationMessage.tsx +++ b/projects/ui/src/components/Common/MigrationMessage.tsx @@ -8,7 +8,7 @@ export default function MigrationMessage({ message }: { message?: string }) { return ( - {message || isArbitrum ? "We're migrating!" : "We're on Arbitrum!"} + {message || isArbitrum ? "We're migrating!" : "We're on Arbitrum One!"} Please check diff --git a/projects/ui/src/constants/chaininfo.ts b/projects/ui/src/constants/chaininfo.ts index 5ee34b09a..0ab86c8d5 100644 --- a/projects/ui/src/constants/chaininfo.ts +++ b/projects/ui/src/constants/chaininfo.ts @@ -63,7 +63,7 @@ export const CHAIN_INFO: ChainInfoMap = { explorer: 'https://arbiscan.io', explorerName: 'Arbiscan', explorerLogoUrl: arbitrumIcon, - label: 'Arbitrum', + label: 'Arbitrum One', logoUrl: ethereumLogoUrl, nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 }, statusPage: 'https://status.arbitrum.io/', diff --git a/projects/ui/src/pages/l1delegate.tsx b/projects/ui/src/pages/l1delegate.tsx index 2477f0f0a..6cb0a8a2d 100644 --- a/projects/ui/src/pages/l1delegate.tsx +++ b/projects/ui/src/pages/l1delegate.tsx @@ -331,8 +331,8 @@ export default function L1Delegate() { <> @@ -356,7 +356,7 @@ export default function L1Delegate() { fontWeight={600} sx={{ alignSelf: 'center' }} > - Arbitrum + Arbitrum One { } @@ -367,12 +367,12 @@ export default function L1Delegate() { {(beanComplete) && - The specified account will automatically be credited with Circulating Beans once Migration data clears the Arbitrum bridge. + The specified account will automatically be credited with Circulating Beans once Migration data clears the Arbitrum One bridge. } {(migrateInternal && internalComplete) && - Smart Contracts must claim their Beanstalk assets on Arbitrum in order to complete the Migration process. Click the button below to continue. + Smart Contracts must claim their Beanstalk assets on Arbitrum One in order to complete the Migration process. Click the button below to continue. } @@ -435,7 +435,7 @@ export default function L1Delegate() { Beans held in your wallet will be - migrated and automatically sent to the specified address on Arbitrum. + migrated and automatically sent to the specified address on Arbitrum One.