Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/telosnetwork/telos-wallet
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
donnyquixotic committed Feb 8, 2024
2 parents b17ae45 + 2c953a1 commit b6b8f70
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/antelope/chains/evm/telos-evm-testnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] {
Expand Down
2 changes: 1 addition & 1 deletion src/antelope/chains/evm/telos-evm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[] {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/native/BalanceInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down
2 changes: 1 addition & 1 deletion src/pages/native/balance/CoinHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down
2 changes: 1 addition & 1 deletion src/pages/native/balance/CoinInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit b6b8f70

Please sign in to comment.