Skip to content

Commit

Permalink
add bava token (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
viet-nv authored Mar 8, 2022
1 parent 0e3bfee commit 4335bb1
Showing 1 changed file with 8 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 @@ -233,5 +233,13 @@ const AVALANCHE_TOKEN_LIST = {
symbol: 'ZRX.e',
logoURI: 'https://raw.githubusercontent.com/ava-labs/avalanche-bridge-resources/main/tokens/ZRX/logo.png',
},
'0xe19A1684873faB5Fb694CfD06607100A632fF21c': {
chainId: 43114,
address: '0xe19A1684873faB5Fb694CfD06607100A632fF21c',
decimals: 18,
name: 'BavaToken',
symbol: 'BAVA',
logoURI: 'https://i.imgur.com/mAeAIip.jpeg',
},
}
export default AVALANCHE_TOKEN_LIST

0 comments on commit 4335bb1

Please sign in to comment.