Skip to content

Commit

Permalink
Automated lint (snapshot-labs#1085)
Browse files Browse the repository at this point in the history
Co-authored-by: ChaituVR <[email protected]>
Co-authored-by: Chaitanya <[email protected]>
  • Loading branch information
3 people authored Mar 5, 2023
1 parent 59647af commit cfeda63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/strategies/lqty-proxy-stakers/examples.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"strategy": {
"name": "lqty-proxy-stakers",
"params": {
"proxyRegistryAddr" : "0x4678f0a6958e4D2Bc4F1BAF7Bc52E8F3564f3fE4",
"lqtyStakingAddr" : "0x4f9Fbb3f1E99B56e0Fe2892e623Ed36A76Fc605d"
"proxyRegistryAddr": "0x4678f0a6958e4D2Bc4F1BAF7Bc52E8F3564f3fE4",
"lqtyStakingAddr": "0x4f9Fbb3f1E99B56e0Fe2892e623Ed36A76Fc605d"
}
},
"network": "1",
Expand Down
2 changes: 1 addition & 1 deletion src/strategies/moonbeam-free-balance/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export async function strategy(
}, [] as string[][]);

// Stores all the retrieved balances
let balances: { [k: string]: number } = {};
const balances: { [k: string]: number } = {};

for (let batchIndex = 0; batchIndex < batches.length; batchIndex++) {
const addressBatch = batches[batchIndex];
Expand Down

0 comments on commit cfeda63

Please sign in to comment.