Browse Source

set gun p2p prefix to 010

Carsten Porth 5 years ago
parent
commit
2374be2a64
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/src/providers/p2p-database-gun/p2p-database-gun.ts
  2. 1 1
      dashboard/app.js

+ 1 - 1
app/src/providers/p2p-database-gun/p2p-database-gun.ts

@@ -5,7 +5,7 @@ import "gun/lib/then";
 @Injectable()
 export class P2pDatabaseGunProvider {
   private gun;
-  osnPrefix: string = "hybridOSN-beta009";
+  osnPrefix: string = "hybridOSN-beta010";
 
   constructor() {
     this.gun = Gun(["https://hybrid-osn.herokuapp.com/gun"]);

+ 1 - 1
dashboard/app.js

@@ -1,5 +1,5 @@
 const gun = Gun("https://hybrid-osn.herokuapp.com/gun");
-const gunId = "hybridOSN-beta009";
+const gunId = "hybridOSN-beta010";
 
 const app = new Vue({
   el: "#app",