diff --git a/src/node/currencies/index.ts b/src/node/currencies/index.ts index 890eadb6..82c8b83b 100644 --- a/src/node/currencies/index.ts +++ b/src/node/currencies/index.ts @@ -159,7 +159,14 @@ export default function getCurrency( }); } case "algorand": { - return new AlgorandConfig({ bundlr, name: "algorand", ticker: "ALGO", providerUrl: providerUrl ?? "https://algoexplorerapi.io", wallet, opts }); + return new AlgorandConfig({ + bundlr, + name: "algorand", + ticker: "ALGO", + providerUrl: providerUrl ?? "https://mainnet-api.algonode.cloud", + wallet, + opts: { indexerUrl: "https://mainnet-idx.algonode.cloud", ...opts }, + }); } case "aptos": { return new AptosConfig({