Skip to content

Commit 63a0804

Browse files
committed
update index
1 parent f4c780c commit 63a0804

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

content/stellar-contracts/index.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ for access control and contract management.
2828
* **[Upgradeable](/stellar-contracts/utils/upgradeable)**: Manage contract upgrades and data migrations seamlessly.
2929
* **[Cryptography](/stellar-contracts/utils/crypto/crypto)**: A set of cryptographic primitives and utilities for Soroban contracts.
3030

31+
## Fee Abstraction
32+
33+
* **[Fee Abstraction](/stellar-contracts/fee-abstraction)**: Enable users to pay transaction fees in tokens (e.g. USDC) while relayers cover XLM fees.
34+
3135
## Security and Audits
3236

3337
Our contracts are built with security as a top priority. You can find our audit reports [here](https://github.com/OpenZeppelin/stellar-contracts/tree/main/audits).
@@ -56,6 +60,7 @@ Similarly, utilities and other modules have their own error codes:
5660
* Ownable: `21XX`
5761
* Role Transfer (internal common module for 2-step role transfer): `22XX`
5862
* Accounts: `3XXX`
63+
* Fee Abstraction: `5XXX`
5964

6065
## Important Notes
6166
As a deliberate design choice, this library manages the TTL for temporary and persistent storage items.

0 commit comments

Comments
 (0)