diff --git a/docs/learn/fundamentals/stellar-stack.mdx b/docs/learn/fundamentals/stellar-stack.mdx index 741c2b02c..0fc9d9085 100644 --- a/docs/learn/fundamentals/stellar-stack.mdx +++ b/docs/learn/fundamentals/stellar-stack.mdx @@ -5,7 +5,7 @@ sidebar_position: 20 The Stellar stack is made up of the following components: the networks (Mainnet, Testnet, and Futurenet), Stellar Core, Horizon API, RPC, and SDKs, each of which plays a specific part in providing financial infrastructure that is resilient to failures, available to anyone, and fast and cheap enough to serve real-world use cases. -![Stellar Stack](/assets/stellar-stack-diagram.png) +![Stellar Stack](/assets/stellar-tech-stack.png) ## Networks diff --git a/static/assets/stellar-tech-stack.png b/static/assets/stellar-tech-stack.png new file mode 100644 index 000000000..1d3b27266 Binary files /dev/null and b/static/assets/stellar-tech-stack.png differ