From eaf4eeb487ca2284834d633a891cc3acf887639f Mon Sep 17 00:00:00 2001 From: Bri Wylde <92327786+briwylde08@users.noreply.github.com> Date: Tue, 27 Feb 2024 10:08:44 -0700 Subject: [PATCH] Updates for Phase 1 (#314) --- .../stellar-data-structures/contracts.mdx | 2 +- docs/soroban.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/fundamentals-and-concepts/stellar-data-structures/contracts.mdx b/docs/fundamentals-and-concepts/stellar-data-structures/contracts.mdx index ff9ad8be8..0fafb62f4 100644 --- a/docs/fundamentals-and-concepts/stellar-data-structures/contracts.mdx +++ b/docs/fundamentals-and-concepts/stellar-data-structures/contracts.mdx @@ -5,7 +5,7 @@ sidebar_position: 50 :::note -Stellar has integrated a smart contracts platform called "[Soroban](https://soroban.stellar.org/docs)" into the core protocol. This platform is live on Mainnet and is in [Phase 0 of its phased rollout launch](https://stellar.org/blog/developers/the-stellar-network-s-phased-rollout-of-smart-contracts-the-road-to-mainnet). +Stellar has integrated a smart contracts platform called "[Soroban](https://soroban.stellar.org/docs)" into the core protocol. This platform is live on Mainnet and is in [Phase 1 of its phased rollout launch](https://stellar.org/blog/developers/the-stellar-network-s-phased-rollout-of-smart-contracts-the-road-to-mainnet). ::: diff --git a/docs/soroban.mdx b/docs/soroban.mdx index d45b85055..5da016df2 100644 --- a/docs/soroban.mdx +++ b/docs/soroban.mdx @@ -3,6 +3,6 @@ sidebar_position: 150 title: Soroban Smart Contracts --- -Soroban is a smart contracts platform that is designed to integrate with and work alongside the Stellar blockchain. It is currently in Phase 0 of its phased launch on Mainnet. Read more about what to expect in each phase in this [blog post](https://stellar.org/blog/developers/the-stellar-network-s-phased-rollout-of-smart-contracts-the-road-to-mainnet). +Soroban is a smart contracts platform that is designed to integrate with and work alongside the Stellar blockchain. It is currently in Phase 1 of its phased launch on Mainnet. Read more about what to expect in each phase in this [blog post](https://stellar.org/blog/developers/the-stellar-network-s-phased-rollout-of-smart-contracts-the-road-to-mainnet). Learn more about Soroban and access the docs here: [Soroban docs](https://soroban.stellar.org/docs).