Skip to content

Commit

Permalink
Add sAvax and DefiHouse tokens (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv authored Mar 13, 2022
1 parent 9393762 commit aab6251
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/constants/tokenLists/avalanche.tokenlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -241,5 +241,13 @@ const AVALANCHE_TOKEN_LIST = {
symbol: 'BAVA',
logoURI: 'https://i.imgur.com/mAeAIip.jpeg',
},
'0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE': {
chainId: 43114,
address: '0x2b2C81e08f1Af8835a78Bb2A90AE924ACE0eA4bE',
decimals: 18,
name: 'Staked AVAX',
symbol: 'sAVAX',
logoURI: 'https://i.imgur.com/lqxXmU7.png',
},
}
export default AVALANCHE_TOKEN_LIST
8 changes: 8 additions & 0 deletions src/constants/tokenLists/bsc.tokenlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ const BSC_TOKEN_LIST = {
decimals: 18,
logoURI: 'https://i.imgur.com/f5JZgpy.png',
},
'0x5fdAb5BDbad5277B383B3482D085f4bFef68828C': {
chainId: 56,
address: '0x5fdAb5BDbad5277B383B3482D085f4bFef68828C',
symbol: 'DFH',
name: 'DefiHouse',
decimals: 18,
logoURI: 'https://i.imgur.com/6pYW2pS.png',
},
}

export default BSC_TOKEN_LIST

0 comments on commit aab6251

Please sign in to comment.