Irys-xyz / arweave-js-sdk

JS SDK for Irys on Arweave
110 stars 95 forks source link

fix: :bug: Algorand: remove URL parsing logic, require new opts.indexerUrl #97

Closed JesseTheRobot closed 1 year ago

JesseTheRobot commented 1 year ago

This PR fixes an issue caused by the default algorand nodes going offline, which in turn caused an issue with the internal API and indexer URL extraction code. Now, users can provider the API URL as providerUrl, and the indexerUrl as opts.indexerUrl - Algorand will throw if this is not present. Sensible default RPC URLs have been updated.