Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Coac committed Mar 8, 2021
1 parent 5a8f015 commit a8a4e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers/BSCDeFi.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ async function getTokensEquivalent (lpAddress, lpTokenAmount) {
}

class MasterChef {
constructor (chefABI, address, pendingMethodName, pendingSymbol='') {
constructor (chefABI, address, pendingMethodName, pendingSymbol = '') {
this.address = address
this.contract = new web3.eth.Contract(chefABI, address)
this.decoder = new InputDataDecoder(chefABI)
Expand Down

0 comments on commit a8a4e4f

Please sign in to comment.