It can be useful to know what Arweave gateway the extension uses for your application.
getArweaveConfig(): Promise<GatewayConfig>;
import { Othent } from "@othent/kms";
const othent = new Othent({ appInfo, throwErrors: false, ... });
const gatewayConfig = await othent.getArweaveConfig();
console.log("Current gateway config =", gatewayConfig);