aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-harness/src/index.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-10-06 14:42:32 +0200
committerFlorian Dold <florian@dold.me>2023-10-06 14:42:32 +0200
commit97d7be7503168f4f3bbd05905d32aa76ca1636b2 (patch)
treece4e794716b8635f3d871e9e09fb71737d8def96 /packages/taler-harness/src/index.ts
parent851b2da39c3297ede3d267f3d2534cac213261c1 (diff)
rename to corebank API
Diffstat (limited to 'packages/taler-harness/src/index.ts')
-rw-r--r--packages/taler-harness/src/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/taler-harness/src/index.ts b/packages/taler-harness/src/index.ts
index 1f5156b57..82d8e4326 100644
--- a/packages/taler-harness/src/index.ts
+++ b/packages/taler-harness/src/index.ts
@@ -312,7 +312,7 @@ deploymentCli
const exchangeInfo = await downloadExchangeInfo(exchangeBaseUrl, http);
await topupReserveWithDemobank({
amount: "KUDOS:10",
- bankAccessApiBaseUrl:
+ corebankApiBaseUrl:
"https://bank.demo.taler.net/",
exchangeInfo,
http,
@@ -341,7 +341,7 @@ deploymentCli
const exchangeInfo = await downloadExchangeInfo(exchangeBaseUrl, http);
await topupReserveWithDemobank({
amount: "TESTKUDOS:10",
- bankAccessApiBaseUrl:
+ corebankApiBaseUrl:
"https://bank.test.taler.net/",
exchangeInfo,
http,
@@ -371,7 +371,7 @@ deploymentCli
const exchangeInfo = await downloadExchangeInfo(exchangeBaseUrl, http);
await topupReserveWithDemobank({
amount: "TESTKUDOS:10",
- bankAccessApiBaseUrl: "http://localhost:8082/taler-bank-access/",
+ corebankApiBaseUrl: "http://localhost:8082/taler-bank-access/",
exchangeInfo,
http,
reservePub: reserveKeyPair.pub,