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

Commit 4671eca

Browse files
authored
ADDS BZRX to 0x API token registry (#276)
1 parent cd545c8 commit 4671eca

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/token_metadatas_for_networks.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,4 +687,14 @@ export const TokenMetadatasForChains: TokenMetadataAndChainAddresses[] = [
687687
[ChainId.Ganache]: NULL_ADDRESS,
688688
},
689689
},
690+
{
691+
symbol: 'BZRX',
692+
name: 'bZx Protocol Token',
693+
decimals: 18,
694+
tokenAddresses: {
695+
[ChainId.Mainnet]: '0x1c74cff0376fb4031cd7492cd6db2d66c3f2c6b9',
696+
[ChainId.Kovan]: NULL_ADDRESS,
697+
[ChainId.Ganache]: NULL_ADDRESS,
698+
},
699+
},
690700
];

0 commit comments

Comments
 (0)