We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8718ae5 + c803e1b commit 169add8Copy full SHA for 169add8
src/utils/LiquidOps/LiquidOps.ts
@@ -1,8 +1,16 @@
1
"use client";
2
-import LiquidOps from "liquidops";
+import LiquidOps, { DryRunFIFO } from "liquidops";
3
import { createDataItemSigner } from "@permaweb/aoconnect";
4
5
const arweaveWallet = window.arweaveWallet;
6
const signer = createDataItemSigner(arweaveWallet);
7
8
+LiquidOps.dryRunFifo = new DryRunFIFO([
9
+ "https://cu1.ao-testnet.xyz",
10
+ "https://cu24.ao-testnet.xyz",
11
+ "https://cu-af.dataos.so",
12
+ "https://cu.perplex.finance",
13
+ "https://cu.arweave.asia",
14
+ "https://cu.ardrive.io",
15
+]);
16
export const LiquidOpsClient = new LiquidOps(signer);
0 commit comments