Skip to content

Commit

Permalink
update xrp scan to xrpintel
Browse files Browse the repository at this point in the history
  • Loading branch information
ult-zhiwei committed Sep 11, 2019
1 parent d1aee40 commit a2faccd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/pages/find/find.vue
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
title: this.$t('find.xrpTitle'),
subTitle: this.$t('find.xrpSubTitle'),
desc: this.$t('find.xrpDesc'),
link: 'https://wipple.devnull.network/live/accounts',
link: 'https://xrp1ntel.com/accounts',
imgUrl: 'static/img/[email protected]'
},
{
Expand Down Expand Up @@ -108,7 +108,7 @@
title: this.$t('find.xrpTitle'),
subTitle: this.$t('find.xrpSubTitle'),
desc: this.$t('find.xrpDesc'),
link: 'https://wipple.devnull.network/live/accounts',
link: 'https://xrp1ntel.com/accounts',
imgUrl: 'static/img/[email protected]'
},
{
Expand Down
2 changes: 1 addition & 1 deletion src/pages/history/tx-detail-ripple.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
</van-row>
</div>
<div class="qrcode-parent">
<qrcode class="qrcode" :value="`https://wipple.devnull.network/live/transactions/${item.txHash}`" :options="{ size: 85 }"></qrcode>
<qrcode class="qrcode" :value="`https://xrpscan.com/tx/${item.txHash}`" :options="{ size: 85 }"></qrcode>
</div>
</pl-block>
<br>
Expand Down
4 changes: 2 additions & 2 deletions src/pages/history/tx-detail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
link = `https://etherscan.io/tx/${this.item.txHash}`;
title = 'Etherscan';
} else if (this.type === AccountType.ripple) {
link = `https://wipple.devnull.network/live/transactions/${this.item.txHash}`;
title = 'Wipple';
link = `https://xrpscan.com/tx/${this.item.txHash}`;
title = 'XrpScan';
} else if (this.type === AccountType.stellar) {
link = `https://steexp.com/tx/${this.item.txHash}`;
title = 'Steexp';
Expand Down

0 comments on commit a2faccd

Please sign in to comment.