Closed drumfeet closed 6 months ago
You were mixing the local environment (arLocal) with remote Warp. Passing arweave object to SDK will solve this.
arweave
const warpDb = new SDK_NODE({ arweave: network, contractTxId, nocache: true, type: 3, })
You were mixing the local environment (arLocal) with remote Warp. Passing
arweave
object to SDK will solve this.