diff --git a/src/common/ar-io.ts b/src/common/ar-io.ts index a4ecf0d2..a7dbb9ac 100644 --- a/src/common/ar-io.ts +++ b/src/common/ar-io.ts @@ -31,11 +31,11 @@ import { RemoteContract } from './contracts/remote-contract.js'; // TODO: append this with other configuration options (e.g. local vs. remote evaluation) export type ContractConfiguration = | { - contract?: SmartWeaveContract; - } + contract?: SmartWeaveContract; + } | { - contractTxId: string; - }; + contractTxId: string; + }; function isContractConfiguration( config: ContractConfiguration,