Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
feat: Updates BZRX token address to new BZRX token (#279)
Browse files Browse the repository at this point in the history
* UPDATES BZRX token address to new BZRX token

* Update src/token_metadatas_for_networks.ts

Co-authored-by: Jacob Evans <[email protected]>
  • Loading branch information
johnrjj and dekz authored Jul 14, 2020
1 parent 16d3efd commit 8032d96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/token_metadatas_for_networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ export const TokenMetadatasForChains: TokenMetadataAndChainAddresses[] = [
name: 'bZx Protocol Token',
decimals: 18,
tokenAddresses: {
[ChainId.Mainnet]: '0x1c74cff0376fb4031cd7492cd6db2d66c3f2c6b9',
[ChainId.Mainnet]: '0x56d811088235f11c8920698a204a5010a788f4b3',
[ChainId.Kovan]: NULL_ADDRESS,
[ChainId.Ganache]: NULL_ADDRESS,
},
Expand Down

0 comments on commit 8032d96

Please sign in to comment.