|
|
@@ -1,9 +1,9 @@
|
|
|
export default class HttpKit {
|
|
|
static jumpToEthw(pairAddress, type) {
|
|
|
if (type === 'token') {
|
|
|
- window.open('https://www.oklink.com/en/ethw/token/' + pairAddress)
|
|
|
+ window.open('https://ftmscan.com/token/' + pairAddress)
|
|
|
} else {
|
|
|
- window.open('https://www.oklink.com/en/ethw/address/' + pairAddress)
|
|
|
+ window.open('https://ftmscan.com/address/' + pairAddress)
|
|
|
}
|
|
|
}
|
|
|
}
|