Skip to content

Commit 8ecc10b

Browse files
fix heading level for stellar multicall / router sdk section (#2685)
1 parent e0e10c2 commit 8ecc10b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tools/sdks/contract-sdks.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Refer to the [OpenZeppelin for Stellar Contracts](../openzeppelin-contracts.mdx#
7979

8080
Axelar has created a Rust crate with useful macros for Stellar smart contract development. Please see Rust Crate [`stellar_axelar_std_derive`](https://axelarnetwork.github.io/axelar-amplifier-stellar/stellar_axelar_std_derive/index.html) for Attribute Macros and Derive Macros, and additional information.
8181

82-
### Stellar Multicall / Router SDK
82+
## Stellar Multicall / Router SDK
8383

8484
The Stellar Router SDK is a lightweight multicall contract that enables developers to execute multiple Soroban contract calls within a single transaction. While Soroban normally allows only one contract invocation per transaction, the Router bundles multiple calls through a single entry point, effectively enable complex, multi-step workflows to be executed atomically.
8585

0 commit comments

Comments
 (0)