gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: commeting out testland and lo


From: gnunet
Subject: [taler-wallet-core] branch master updated: commeting out testland and localhost providers from production
Date: Mon, 26 Sep 2022 19:40:53 +0200

This is an automated email from the git hooks/post-receive script.

sebasjm pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new 50d604778 commeting out testland and localhost providers from 
production
50d604778 is described below

commit 50d604778261c0d00b0a46aa34b961ae64dee097
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Mon Sep 26 14:40:45 2022 -0300

    commeting out testland and localhost providers from production
---
 packages/anastasis-core/src/anastasis-data.ts | 64 +++++++++++++--------------
 1 file changed, 32 insertions(+), 32 deletions(-)

diff --git a/packages/anastasis-core/src/anastasis-data.ts 
b/packages/anastasis-core/src/anastasis-data.ts
index f312cd5a5..d69bb319b 100644
--- a/packages/anastasis-core/src/anastasis-data.ts
+++ b/packages/anastasis-core/src/anastasis-data.ts
@@ -15,10 +15,10 @@ export const anastasisData = {
         url: "https://v1.anastasis.codeblau.de/";,
         name: "Codeblau GmbH, Germany",
       },
-      {
-        url: "https://v1.anastasis.openw3b.org/";,
-        name: "Openw3b Foundation, India",
-      },
+      // {
+      //   url: "https://v1.anastasis.openw3b.org/";,
+      //   name: "Openw3b Foundation, India",
+      // },
       {
         url: "https://v1.anastasis.lu/";,
         name: "Anastasis SARL, Luxembourg",
@@ -31,22 +31,22 @@ export const anastasisData = {
         url: "https://v1.anastasis.lu/";,
         restricted: "xx",
       },
-      {
-        url: "http://localhost:8086/";,
-        restricted: "xx",
-      },
-      {
-        url: "http://localhost:8087/";,
-        restricted: "xx",
-      },
-      {
-        url: "http://localhost:8088/";,
-        restricted: "xx",
-      },
-      {
-        url: "http://localhost:8089/";,
-        restricted: "xx",
-      },
+      // {
+      //   url: "http://localhost:8086/";,
+      //   restricted: "xx",
+      // },
+      // {
+      //   url: "http://localhost:8087/";,
+      //   restricted: "xx",
+      // },
+      // {
+      //   url: "http://localhost:8088/";,
+      //   restricted: "xx",
+      // },
+      // {
+      //   url: "http://localhost:8089/";,
+      //   restricted: "xx",
+      // },
     ],
   },
   countriesList: {
@@ -205,18 +205,18 @@ export const anastasisData = {
         },
         call_code: "+1",
       },
-      {
-        code: "xx",
-        name: "Testland",
-        continent: "Demoworld",
-        name_i18n: {
-          de_DE: "Testlandt",
-          de_CH: "Testlandi",
-          fr_FR: "Testpais",
-          en_UK: "Testland",
-        },
-        call_code: "+00",
-      },
+      // {
+      //   code: "xx",
+      //   name: "Testland",
+      //   continent: "Demoworld",
+      //   name_i18n: {
+      //     de_DE: "Testlandt",
+      //     de_CH: "Testlandi",
+      //     fr_FR: "Testpais",
+      //     en_UK: "Testland",
+      //   },
+      //   call_code: "+00",
+      // },
     ].sort((a, b) => a.name > b.name ? 1 : (a.name < b.name ? -1 : 0)),
   },
   countryDetails: {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]