diff --git a/docs/content/iota-evm/getting-started/tools.mdx b/docs/content/iota-evm/getting-started/tools.mdx index 3b85c6e4a5f..13b9684f5cc 100644 --- a/docs/content/iota-evm/getting-started/tools.mdx +++ b/docs/content/iota-evm/getting-started/tools.mdx @@ -59,7 +59,7 @@ The following tools are **only available on IOTA EVM**. ### RPC Providers -The IOTA EVM is supported by well-established RPC providers like [Ankr](../tools/rpcProviders#ankr) and [Blast API](../tools/rpcProviders#blast). +The IOTA EVM is supported by a well-established RPC provider: [Ankr](../tools/rpcProviders#ankr). ### IOTA EVM Bridge diff --git a/docs/content/iota-evm/tools/rpcProviders.md b/docs/content/iota-evm/tools/rpcProviders.md index e6a86bf2a11..baf749854b2 100644 --- a/docs/content/iota-evm/tools/rpcProviders.md +++ b/docs/content/iota-evm/tools/rpcProviders.md @@ -7,7 +7,6 @@ keywords: - node infrastructure - tools - Ankr api - - Blast api - archive node image: /img/logo/WASP_logo_dark.png --- @@ -27,9 +26,3 @@ You can find a complete list of (archival) endpoints in the [Networks & Endpoint ## Ankr [Ankr](https://www.ankr.com/web3-api/) is a well-established industry player known for its enterprise-grade globally distributed infrastructure of nodes and for the largest number of chains on the market to support your requests. - -## Blast - -[Blast API](https://blastapi.io/) is a decentralized platform that provides reliable and scalable node infrastructure -for accessing blockchain data. It supports multiple blockchain networks, offering seamless integration and -high-performance API endpoints for cross-chain decentralized applications (dApps). diff --git a/docs/site/src/components/NetworkInfo/index.tsx b/docs/site/src/components/NetworkInfo/index.tsx index 00247a2f91e..91bdb15d6e3 100644 --- a/docs/site/src/components/NetworkInfo/index.tsx +++ b/docs/site/src/components/NetworkInfo/index.tsx @@ -122,28 +122,6 @@ function Evm(props: NetworkProps) { )} - {props.evmCustom?.blastApiUrls && ( -