From a2faccdb9fd13bae69c7f8dee3d7881f7d5d68d5 Mon Sep 17 00:00:00 2001 From: ult-zhiwei Date: Wed, 11 Sep 2019 16:16:27 +0800 Subject: [PATCH] update xrp scan to xrpintel --- src/pages/find/find.vue | 4 ++-- src/pages/history/tx-detail-ripple.vue | 2 +- src/pages/history/tx-detail.vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/pages/find/find.vue b/src/pages/find/find.vue index 899002c..5c11341 100644 --- a/src/pages/find/find.vue +++ b/src/pages/find/find.vue @@ -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/XRP-1@3x.png' }, { @@ -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/XRP-1@3x.png' }, { diff --git a/src/pages/history/tx-detail-ripple.vue b/src/pages/history/tx-detail-ripple.vue index e35b14e..a0226ec 100644 --- a/src/pages/history/tx-detail-ripple.vue +++ b/src/pages/history/tx-detail-ripple.vue @@ -84,7 +84,7 @@
- +

diff --git a/src/pages/history/tx-detail.vue b/src/pages/history/tx-detail.vue index 21705c3..6b12a58 100644 --- a/src/pages/history/tx-detail.vue +++ b/src/pages/history/tx-detail.vue @@ -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';