bosonprotocol / reference-backend

[DEPRECATED] An example backend application for Boson Protocol
GNU Lesser General Public License v3.0
10 stars 0 forks source link

fix address of erc1155721 contract (sadly named token_contract_address) #152

Closed levalleux-ludo closed 3 years ago

levalleux-ludo commented 3 years ago

as the variable is called "token_contract_address", I thought it was the Boson token contract (as it is for the frontend contracts list). It's not the boson token contract here, but the ERC1155721 one. I will propose a change of this variable's name soon, to avoid this confusion.