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 8bb5115 commit 591e1daCopy full SHA for 591e1da
packages/evolution/src/sdk/provider/Kupmios.ts
@@ -108,6 +108,6 @@ export class KupmiosProvider implements Provider {
108
}
109
110
async submitTx(tx: string): Promise<string> {
111
- return Effect.runPromise(KupmiosService.submitTxEffect(this.kupoUrl, this.headers?.kupoHeader)(tx))
+ return Effect.runPromise(KupmiosService.submitTxEffect(this.ogmiosUrl, this.headers?.ogmiosHeader)(tx))
112
113
0 commit comments