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.
1 parent 5b510a7 commit 8bb5115Copy full SHA for 8bb5115
packages/evolution/src/sdk/provider/Kupmios.ts
@@ -103,7 +103,7 @@ export class KupmiosProvider implements Provider {
103
104
async evaluateTx(tx: string, additionalUTxOs?: Array<UTxO.UTxO>): Promise<Array<EvalRedeemer>> {
105
return Effect.runPromise(
106
- KupmiosService.evaluateTxEffect(this.kupoUrl, this.headers?.kupoHeader)(tx, additionalUTxOs)
+ KupmiosService.evaluateTxEffect(this.ogmiosUrl, this.headers?.ogmiosHeader)(tx, additionalUTxOs)
107
)
108
}
109
0 commit comments