From 8d1908c6eb4d2c951db293c7e371859bdb04d52e Mon Sep 17 00:00:00 2001 From: mulf Date: Thu, 6 Jun 2024 11:05:46 -0500 Subject: [PATCH] funding json --- .husky/pre-commit | 4 ---- .husky/pre-push | 4 ---- funding.json | 5 +++++ 3 files changed, 5 insertions(+), 8 deletions(-) delete mode 100755 .husky/pre-commit delete mode 100755 .husky/pre-push create mode 100644 funding.json diff --git a/.husky/pre-commit b/.husky/pre-commit deleted file mode 100755 index e060b1cf1..000000000 --- a/.husky/pre-commit +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - -pnpm format && pnpm eslint && git add . diff --git a/.husky/pre-push b/.husky/pre-push deleted file mode 100755 index 077205c2e..000000000 --- a/.husky/pre-push +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -. "$(dirname "$0")/_/husky.sh" - -pnpm type-check && pnpm eslint diff --git a/funding.json b/funding.json new file mode 100644 index 000000000..b4dc16ebc --- /dev/null +++ b/funding.json @@ -0,0 +1,5 @@ +{ + "opRetro": { + "projectId": "0x46cd8d30b17201a2c573336842ad0e4ee866eb51d885027efe9dff78bff1c086" + } +}