Skip to content

Commit

Permalink
Merge pull request #85 from ultiledger/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
ult-zhiwei authored Aug 22, 2019
2 parents dc669f4 + a80434f commit 4755c13
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
modules: {
wallet
},
updateUrl: 'https://api.github.com/repos/gylsz-dev/utoken/releases/latest', // 检查更新地址
updateUrl: 'https://api.github.com/repos/ultiledger/utoken/releases/latest', // 检查更新地址
downloadUrl: 'https://www.pgyer.com/apiv2/app/install?appKey=1d15c396db9ba6a6ba1cb1473a38c407&_api_key=f16c6672198f996f3cd8ff9e3c4d5e02', // 安卓安装包下载地址
officialWebsite: 'https://utoken.cash/#/',// 官网
configUrl:'https://ultiledger.github.io/hd-wallet/pages/config.json',
Expand Down
2 changes: 1 addition & 1 deletion src/wallet/coins/Ripple.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class RippleWallet{
this.url = url;
if (!this.server || !this.server.isConnected()) {
this.server = new RippleAPI({
server: url
server: url,maxFeeXRP: "0.05"
});
}
}
Expand Down

0 comments on commit 4755c13

Please sign in to comment.