Skip to content

Commit

Permalink
version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swordlet committed Apr 5, 2023
1 parent efe22e5 commit 3bcaef4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions wallet/components/about.go
Original file line number Diff line number Diff line change
Expand Up @@ -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/")
Expand Down
4 changes: 2 additions & 2 deletions wallet/wallet-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3bcaef4

Please sign in to comment.