From 7aebe2e4a89a8ddedd329651830a1a89004eb800 Mon Sep 17 00:00:00 2001 From: Gino Date: Fri, 31 May 2024 13:05:58 +0100 Subject: [PATCH] use imported admonition --- .../isc/v1.0.0-rc.6/docs/getting-started/quick-start.mdx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/build/isc/v1.0.0-rc.6/docs/getting-started/quick-start.mdx b/docs/build/isc/v1.0.0-rc.6/docs/getting-started/quick-start.mdx index b01db08ebd6..b687e3b700d 100644 --- a/docs/build/isc/v1.0.0-rc.6/docs/getting-started/quick-start.mdx +++ b/docs/build/isc/v1.0.0-rc.6/docs/getting-started/quick-start.mdx @@ -12,7 +12,7 @@ tags: - JSON - RPC --- - +import DeployAdmonition from '../_admonitions/_deploy_a_smart_contract.md'; import MetamaskButtons from '../../../../_partials/_metamask_buttons.mdx'; import { Networks } from '@theme/constant'; import Tabs from '@theme/Tabs'; @@ -56,11 +56,7 @@ If you want to fund your EVM testnet account, please refer to our [How To Get Fu You can now use your testnet tokens and simulated bridged tokens to deploy and interact with smart contracts on the testnets. Utilize popular development tools and frameworks, such as [Hardhat](https://hardhat.org/), or [Remix](https://remix.ethereum.org/), to build, test, and deploy your smart contracts. -:::tip Deploy a Smart Contract - -Deploy a Solidity Smart Contract following our [how to Deploy a Smart Contract guide](/isc/how-tos/deploy-a-smart-contract#remix). - -::: + ## Explore the Public Testnet