Skip to content

Instantly share code, notes, and snippets.

# LG Refrigerator Issue & Support Escalation Log
## 📌 Appliance Details
- **Brand:** LG
- **Model:** LFXS26973S /04
- **Serial Number:** 010KRJU1H668
- **Manufacture Date:** October 2020
- **Purchase Date:** 09/26/2020
- **Delivery Date:** 11/30/2020
- **Retailer:** Home Depot
@workingpleasewait
workingpleasewait / sweepDust.js
Created December 20, 2022 05:35 — forked from webmodularity/sweepDust.js
DustSweeper V2 taker sweepDust implementation
const { ethers } = require("ethers");
const axios = require('axios').default;
require('dotenv').config();
/////////////////////////
// EDIT THESE VALUES //
/////////////////////////
const makers = [
"0xFA62E6eFEc39b4Dc5E3f37D676F18B560f7dD458"
];