Skip to content

Commit

Permalink
chore: Update gnosisMulticallProvider to multicallProvider in Autonol…
Browse files Browse the repository at this point in the history
…as.ts and add lint script
  • Loading branch information
truemiller committed Jul 17, 2024
1 parent 330f3d8 commit fee3bae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/service/Autonolas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const getStakingContractInfo = async (

await multicallProvider.init();

const multicallResponse = await gnosisMulticallProvider.all(contractCalls);
const multicallResponse = await multicallProvider.all(contractCalls);
const [
availableRewardsInBN,
maxNumServicesInBN,
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"install-deps": "yarn && yarn install:backend && yarn install:frontend",
"install:backend": "poetry install --no-root",
"install:frontend": "cd frontend && yarn",
"lint": "yarn lint:frontend && yarn lint:electron",
"lint:frontend": "cd frontend && yarn lint",
"lint:electron": "cd electron && eslint .",
"start": "electron .",
Expand Down

0 comments on commit fee3bae

Please sign in to comment.