From 3bcaef421bf231191e0a916c892b4ac1781deb97 Mon Sep 17 00:00:00 2001 From: swordlet Date: Wed, 5 Apr 2023 15:37:53 +0800 Subject: [PATCH] version 0.6.0 --- wallet/components/about.go | 6 ++++-- wallet/wallet-config.json | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/wallet/components/about.go b/wallet/components/about.go index 93bca52..177551f 100644 --- a/wallet/components/about.go +++ b/wallet/components/about.go @@ -13,8 +13,10 @@ import ( "fyne.io/fyne/v2/widget" ) -// TODO: change community address to BIP32 -const CommunityAddress = "FQglVQtb60vQv2DOWEUL7yh3smtj7g1s" +const ( + CommunityOldAddress = "FQglVQtb60vQv2DOWEUL7yh3smtj7g1s" + CommunityAddress = "84ke9P9FsxruqX6Jz14Tsqt6bsZusmMJd" +) func AboutPage(w fyne.Window) *fyne.Container { link, _ := url.Parse("https://xdag.io/") diff --git a/wallet/wallet-config.json b/wallet/wallet-config.json index ffbe6b2..b0b5d74 100644 --- a/wallet/wallet-config.json +++ b/wallet/wallet-config.json @@ -5,8 +5,8 @@ "specified_pool_address": null, "is_test_net": false, "disable_mining": true, - "pool_address": "http://43.156.157.212:10001", - "testnet_api_url": "http://43.156.157.212/api/block" + "pool_address": "https://mainnet-rpc.xdagj.org:10001", + "testnet_api_url": "" }, "version": "0.6.0", "culture_info": "en-US",