From 2266a9f58b172cb4aca8a45bf54b4047d7bcb7f8 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 9 Nov 2022 13:10:47 +0100 Subject: [PATCH] add key to li --- libs/remix-ui/helper/src/lib/helper-components.tsx | 8 ++++---- .../publish-to-storage/src/lib/publish-to-storage.tsx | 8 ++++---- libs/remix-ui/terminal/src/lib/terminalWelcome.tsx | 10 +++++----- .../src/lib/vertical-icons-context-menu.tsx | 2 ++ 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/libs/remix-ui/helper/src/lib/helper-components.tsx b/libs/remix-ui/helper/src/lib/helper-components.tsx index fc1cf49e88..ba482551c9 100644 --- a/libs/remix-ui/helper/src/lib/helper-components.tsx +++ b/libs/remix-ui/helper/src/lib/helper-components.tsx @@ -100,8 +100,8 @@ export const deployWithProxyMsg = () => (
Deploy with Proxy will initiate two (2) transactions:
    -
  1. Deploying the implementation contract
  2. -
  3. Deploying an ERC1967 proxy contract
  4. +
  5. Deploying the implementation contract
  6. +
  7. Deploying an ERC1967 proxy contract
) @@ -110,8 +110,8 @@ export const upgradeWithProxyMsg = () => (
Upgrade with Proxy will initiate two (2) transactions:
    -
  1. Deploying the new implementation contract
  2. -
  3. Updating the proxy contract with the address of the new implementation contract
  4. +
  5. Deploying the new implementation contract
  6. +
  7. Updating the proxy contract with the address of the new implementation contract
) diff --git a/libs/remix-ui/publish-to-storage/src/lib/publish-to-storage.tsx b/libs/remix-ui/publish-to-storage/src/lib/publish-to-storage.tsx index 51b5d46b01..7d646043f3 100644 --- a/libs/remix-ui/publish-to-storage/src/lib/publish-to-storage.tsx +++ b/libs/remix-ui/publish-to-storage/src/lib/publish-to-storage.tsx @@ -40,17 +40,17 @@ export const PublishToStorage = (props: RemixUiPublishToStorageProps) => { We won’t be providing a public endpoint anymore for publishing your contracts to IPFS.

Instead of that, 4 options are now available:



diff --git a/libs/remix-ui/terminal/src/lib/terminalWelcome.tsx b/libs/remix-ui/terminal/src/lib/terminalWelcome.tsx index 6f80f555d4..5b29de1174 100644 --- a/libs/remix-ui/terminal/src/lib/terminalWelcome.tsx +++ b/libs/remix-ui/terminal/src/lib/terminalWelcome.tsx @@ -7,8 +7,8 @@ const TerminalWelcomeMessage = ({ packageJson, storage }) => {
Your files are stored in {(window as any).remixFileSystem.name}, {storage} used

You can use this terminal to: