|
|
@@ -119,7 +119,7 @@
|
|
|
<template v-slot:item.hash="{ item }">
|
|
|
<v-chip
|
|
|
label
|
|
|
- :href="'https://etherscan.io/tx/' + item.hash"
|
|
|
+ :href="'https://www.oklink.com/en/ethw/tx/' + item.hash"
|
|
|
target="_blank"
|
|
|
>
|
|
|
{{ getSimpleStr2(item.hash) + '..' }}
|
|
|
@@ -417,9 +417,9 @@
|
|
|
},
|
|
|
jump (pairAddress, type) {
|
|
|
if (type === 'token') {
|
|
|
- window.open('https://etherscan.io/token/' + pairAddress)
|
|
|
+ window.open('https://www.oklink.com/en/ethw/token/' + pairAddress)
|
|
|
} else {
|
|
|
- window.open('https://etherscan.io/address/' + pairAddress)
|
|
|
+ window.open('https://www.oklink.com/en/ethw/address/' + pairAddress)
|
|
|
}
|
|
|
},
|
|
|
changeShowBlock (item, openSnackbar) {
|