Skip to content

Commit

Permalink
Merge pull request #312 from Cryptonomic/merge-patch
Browse files Browse the repository at this point in the history
Merge patch
  • Loading branch information
anonymoussprocket authored Mar 12, 2021
2 parents 8e19f24 + cf4d2a1 commit cc6020b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 16 deletions.
14 changes: 0 additions & 14 deletions src/constants/Token.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,20 +105,6 @@ export const knownTokenContracts: (Token | VaultToken | ArtToken)[] = [
precision: 8,
round: 8,
},
{
network: 'mainnet',
address: 'KT1EctCuorV2NfVb1XTQgvzJ88MQtWP8cMMv',
displayName: 'StakerDAO Token',
symbol: 'STKR',
balance: 0,
transactions: [],
activeTab: DETAILS,
kind: TokenKind.stkr,
icon: stakerdaoIcon,
scale: 0,
precision: 0,
round: 0,
},
{
network: 'mainnet',
address: 'KT1PzkxU8UC4Py85VxbbrHyiJ57Bknjom3r2',
Expand Down
5 changes: 3 additions & 2 deletions src/reduxContent/wallet/thunks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -603,8 +603,9 @@ export function syncAccountOrIdentityThunk(selectedAccountHash, selectedParentHa
addressType === AddressType.TzBTC ||
addressType === AddressType.wXTZ ||
addressType === AddressType.kUSD ||
addressType === AddressType.objkt
addressType === AddressType.BLND
addressType === AddressType.objkt ||
addressType === AddressType.BLND ||
addressType === AddressType.STKR
) {
await dispatch(syncTokenThunk(selectedAccountHash));
} else if (selectedAccountHash === selectedParentHash) {
Expand Down

0 comments on commit cc6020b

Please sign in to comment.