Skip to content

Commit 8bb5115

Browse files
Update packages/evolution/src/sdk/provider/Kupmios.ts
Co-authored-by: Copilot <[email protected]>
1 parent 5b510a7 commit 8bb5115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/evolution/src/sdk/provider/Kupmios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class KupmiosProvider implements Provider {
103103

104104
async evaluateTx(tx: string, additionalUTxOs?: Array<UTxO.UTxO>): Promise<Array<EvalRedeemer>> {
105105
return Effect.runPromise(
106-
KupmiosService.evaluateTxEffect(this.kupoUrl, this.headers?.kupoHeader)(tx, additionalUTxOs)
106+
KupmiosService.evaluateTxEffect(this.ogmiosUrl, this.headers?.ogmiosHeader)(tx, additionalUTxOs)
107107
)
108108
}
109109

0 commit comments

Comments
 (0)