diff --git a/sdk/src/index.ts b/sdk/src/index.ts index 4f5d2eba..ef0c80d5 100644 --- a/sdk/src/index.ts +++ b/sdk/src/index.ts @@ -48,6 +48,8 @@ export const RpcUrls = { MAINNET: "https://soroban-mainnet.stellar.org", } as const; +export { withRetry, isTransientError } from "./retry.js"; + /** USDC multiplier: 1 USDC = 10_000_000 stroops. */ export const USDC_MULTIPLIER = 10_000_000n;