diff --git a/src/antelope/chains/evm/telos-evm-testnet/index.ts b/src/antelope/chains/evm/telos-evm-testnet/index.ts index 6763b534..47d0bd3f 100644 --- a/src/antelope/chains/evm/telos-evm-testnet/index.ts +++ b/src/antelope/chains/evm/telos-evm-testnet/index.ts @@ -149,7 +149,7 @@ export default class TelosEVMTestnet extends EVMChainSettings { } getBuyMoreOfTokenLink(): string { - return 'https://telos.net/ecosystem?category=Exchanges'; + return 'https://app.telos.net/testnet/evm-faucet'; } getSystemTokens(): TokenClass[] { diff --git a/src/antelope/chains/evm/telos-evm/index.ts b/src/antelope/chains/evm/telos-evm/index.ts index fda01461..2acbe7ee 100644 --- a/src/antelope/chains/evm/telos-evm/index.ts +++ b/src/antelope/chains/evm/telos-evm/index.ts @@ -145,7 +145,7 @@ export default class TelosEVMTestnet extends EVMChainSettings { } getBuyMoreOfTokenLink(): string { - return 'https://telos.net/ecosystem?category=Exchanges'; + return 'https://www.telos.net/buy'; } getSystemTokens(): TokenClass[] { diff --git a/src/pages/native/BalanceInfo.vue b/src/pages/native/BalanceInfo.vue index 416da909..0d8ca70b 100644 --- a/src/pages/native/BalanceInfo.vue +++ b/src/pages/native/BalanceInfo.vue @@ -15,7 +15,7 @@ import WithdrawEVM from '~/pages/native/balance/WithdrawEVM'; import RexStaking from '~/pages/native/balance/RexStaking'; import { copyToClipboard } from 'quasar'; -const GETTING_STARTED_URL = 'https://telos.net/ecosystem?category=Exchanges'; +const GETTING_STARTED_URL = 'https://www.telos.net/buy'; export default { props: ['loadedCoins', 'loadedNftTokens', 'balanceTab'], diff --git a/src/pages/native/balance/CoinHistory.vue b/src/pages/native/balance/CoinHistory.vue index 050b54f4..3d370792 100644 --- a/src/pages/native/balance/CoinHistory.vue +++ b/src/pages/native/balance/CoinHistory.vue @@ -2,7 +2,7 @@ import { mapGetters } from 'vuex'; import tokenAvatar from 'components/native/TokenAvatar.vue'; -const GETTING_STARTED_URL = 'https://www.telos.net/#getting-started'; +const GETTING_STARTED_URL = 'https://www.telos.net/buy'; export default { components: { diff --git a/src/pages/native/balance/CoinInfo.vue b/src/pages/native/balance/CoinInfo.vue index 776a8b86..a909c181 100644 --- a/src/pages/native/balance/CoinInfo.vue +++ b/src/pages/native/balance/CoinInfo.vue @@ -2,7 +2,7 @@ import { mapGetters, mapActions } from 'vuex'; import tokenAvatar from 'components/native/TokenAvatar.vue'; -const GETTING_STARTED_URL = 'https://www.telos.net/#getting-started'; +const GETTING_STARTED_URL = 'https://www.telos.net/buy'; export default { components: {