From 4775cc1850b4016016b788581f09b1b16b172abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98x?= <35565671+krypt0x@users.noreply.github.com> Date: Thu, 10 Feb 2022 23:19:38 +0000 Subject: [PATCH] v1.1.1 v1.1.1 --- package-lock.json | 8 ++++---- package.json | 4 ++-- src/config.ts | 4 ++-- src/pages/send.ts | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7a9ebe84..fbaf7d23 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "Conceal Wallet", - "version": "1.1.0", + "name": "ConcealWebWallet", + "version": "1.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "Conceal Wallet", - "version": "1.1.0", + "name": "ConcealWebWallet", + "version": "1.1.1", "license": "BSD-3", "dependencies": { "typescript": "^3.9.0", diff --git a/package.json b/package.json index f7449fcf..9f9bdc2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "ConcealWallet", - "version": "1.1.0", + "name": "ConcealWebWallet", + "version": "1.1.1", "description": "Fully client-side web-wallet for Conceal Network", "main": "index.js", "dependencies": { diff --git a/src/config.ts b/src/config.ts index e5910cb8..bc94b3c7 100644 --- a/src/config.ts +++ b/src/config.ts @@ -7,7 +7,7 @@ global.config = { nodeList: [ "https://ccxapi.conceal.network/daemon/" ], - nodeUrl: "https://ccxapi.conceal.network/daemon/", + nodeUrl: "", mainnetExplorerUrl: "https://explorer.conceal.network/", mainnetExplorerUrlHash: "https://explorer.conceal.network/index.html?hash={ID}#blockchain_transaction", mainnetExplorerUrlBlock: "https://explorer.conceal.network/index.html?hash={ID}#blockchain_block", @@ -28,7 +28,7 @@ global.config = { coinFee: new JSBigInt('1000'), feePerKB: new JSBigInt('1000'), //for testnet its not used, as fee is dynamic. dustThreshold: new JSBigInt('10'),//used for choosing outputs/change - we decompose all the way down if the receiver wants now regardless of threshold - defaultMixin: 0, // default value mixin + defaultMixin: 5, // default value mixin idleTimeout: 30, idleWarningDuration: 20, diff --git a/src/pages/send.ts b/src/pages/send.ts index 6414e505..9df3db87 100644 --- a/src/pages/send.ts +++ b/src/pages/send.ts @@ -305,9 +305,9 @@ class SendView extends DestructableView { let promise = Promise.resolve(); if ( + destinationAddress === 'ccx7NzuofXxcypov8Yqm2A118xT17HereBFjp3RScjzM7wncf8BRcnHZbACy63sWD71L7NmkJRgQKXFE3weCfAh31RAVFHgttf' || destinationAddress === 'ccx7V4LeUXy2eZ9waDXgsLS7Uc11e2CpNSCWVdxEqSRFAm6P6NQhSb7XMG1D6VAZKmJeaJP37WYQg84zbNrPduTX2whZ5pacfj' || - destinationAddress === 'ccx7V4LeUXy2eZ9waDXgsLS7Uc11e2CpNSCWVdxEqSRFAm6P6NQhSb7XMG1D6VAZKmJeaJP37WYQg84zbNrPduTX2whZ5pacfj' || - destinationAddress === 'ccx7V4LeUXy2eZ9waDXgsLS7Uc11e2CpNSCWVdxEqSRFAm6P6NQhSb7XMG1D6VAZKmJeaJP37WYQg84zbNrPduTX2whZ5pacfj' + destinationAddress === 'ccx7YZ4RC97fqMh1bmzrFtDoSSiEgvEYzhaLE53SR9bh4QrDBUhGUH3TCmXqv8MTLjJDtnCeeaT5bLC2ZSzp3ZmQ19DoiPLLXS' ) { promise = swal({ type: 'success',