Closed fadeev closed 5 months ago
@brewmaster012 @lumtis please, review. Need a second review.
@fadeev I solved the conflict in package.json
here since it was just about removing a comma but it seems generate files is failing now, do you know the reason?
@fadeev I solved the conflict in
package.json
here since it was just about removing a comma but it seems generate files is failing now, do you know the reason?
it seems that one of those 2 is not iterable and spread operator is used on them, i can also check:
const networks = [...mainnet, ...testnet];
also maybe related to yarn version change there is duplicate entry in package.json, will remove it
EDIT: this did the trick, approving PR again