Skip to content

Commit 591e1da

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

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
@@ -108,6 +108,6 @@ export class KupmiosProvider implements Provider {
108108
}
109109

110110
async submitTx(tx: string): Promise<string> {
111-
return Effect.runPromise(KupmiosService.submitTxEffect(this.kupoUrl, this.headers?.kupoHeader)(tx))
111+
return Effect.runPromise(KupmiosService.submitTxEffect(this.ogmiosUrl, this.headers?.ogmiosHeader)(tx))
112112
}
113113
}

0 commit comments

Comments
 (0)