Skip to content

Commit

Permalink
fix: update wtlos logo
Browse files Browse the repository at this point in the history
  • Loading branch information
donnyquixotic committed Jan 9, 2024
1 parent 2f8edff commit e064f17
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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 @@ -39,7 +39,7 @@ const W_TOKEN = new TokenClass({
network: NETWORK,
decimals: 18,
address: '0xaE85Bf723A9e74d6c663dd226996AC1b8d075AA9',
logo: 'https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/telos.png',
logo: 'https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/wtlos.png',
isNative: false,
isSystem: false,
} as TokenSourceInfo);
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 @@ -39,7 +39,7 @@ const W_TOKEN = new TokenClass({
network: NETWORK,
decimals: 18,
address: '0xD102cE6A4dB07D247fcc28F366A623Df0938CA9E',
logo: 'https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/telos.png',
logo: 'https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/wtlos.png',
isNative: false,
isSystem: false,
} as TokenSourceInfo);
Expand Down
4 changes: 2 additions & 2 deletions test/jest/__tests__/pages/evm/wallet/WalletBalanceRow.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const fakeWrappedToken = new TokenClass({
network: 'NETWORK',
decimals: 18,
address: fakeWtlosContractAddress,
logoURI: 'https://raw.githubusercontent.com/telosnetwork/teloscan/master/public/stlos-logo.png',
logoURI: 'https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/wtlos.png',
} as TokenSourceInfo);

import WalletBalanceRow from 'pages/evm/wallet/WalletBalanceRow.vue';
Expand Down Expand Up @@ -106,7 +106,7 @@ describe('WalletBalanceRow.vue', () => {
address: fakeStlosContractAddress,
symbol: 'STLOS',
name: 'Staked TLOS',
logoURI: 'https://raw.githubusercontent.com/telosnetwork/teloscan/master/public/stlos-logo.png',
logoURI: 'https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/wtlos.png',
decimals: 18,
balance: '3642.0243',
fullBalance: '3642.024318091460206147',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exports[`WalletBalanceRow.vue should render correctly on desktop devices (Staked
aria-hidden="true"
class="c-wallet-balance-row__logo"
height="40"
src="https://raw.githubusercontent.com/telosnetwork/teloscan/master/public/stlos-logo.png"
src="https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/wtlos.png"
width="40"
/>
<div>
Expand Down Expand Up @@ -621,7 +621,7 @@ exports[`WalletBalanceRow.vue should render the right overflow items when the to
aria-hidden="true"
class="c-wallet-balance-row__logo"
height="40"
src="https://raw.githubusercontent.com/telosnetwork/teloscan/master/public/stlos-logo.png"
src="https://raw.githubusercontent.com/telosnetwork/token-list/main/logos/wtlos.png"
width="40"
/>
<div>
Expand Down

0 comments on commit e064f17

Please sign in to comment.