Skip to content

Instantly share code, notes, and snippets.

View dwightjl's full-sized avatar

Dwight Lyle dwightjl

View GitHub Profile
import os, json, csv
with open('new-doc-fields.csv', newline='') as csvfile:
newfields = list(csv.reader(csvfile, delimiter=','))
os.chdir('./data-dir')
entrycount = 0
docsHiddenCount = 0
@dwightjl
dwightjl / CronUpkeep.abi
Created March 4, 2022 02:52
CronUpkeep.abi
[
{
"inputs": [
{
"internalType": "address",
"name": "owner",
"type": "address"
},
{
"internalType": "address",
@dwightjl
dwightjl / CronUpkeepFactory.abi
Created March 4, 2022 02:51
CronUpkeepFactory.abi
[
{
"inputs": [],
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"anonymous": false,
"inputs": [
{