From 0cd699a513125731f2cf6c93a5718866d91c3c6f Mon Sep 17 00:00:00 2001 From: SourC Date: Fri, 15 Nov 2024 20:21:25 -0800 Subject: [PATCH 1/2] Update favicon.ico --- public/favicon.ico | Bin 0 -> 553 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 public/favicon.ico diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..498873992a3ee39d4a10ea8d35d54d91eab69858 GIT binary patch literal 553 zcmV+^0@nQi0096201yxW0000W022ZL02TlM0EtjeM-2)Z3IG5A4M|8uQUCw|5C8xG z5C{eU001BJ|6u?C0oqAKK~#90t&_cO6HyR_zq`BHKRLlT4#X8o0wfWLhzju{G*pO+ z3Lb!0h=2wvprOi>P-2i{J4zf=B_P{a&a!uRbMIaX|H`BaOf@4No%uOugfYf2ihP

2&oh~PzeIco)17LO*oMf3kYn7wL$?gn!?GA!4iUY z6!E(Ljh)gm{VXL`nwR(P1Msd{CvNmlxZ2*;rg6H)c9PtQ8N+D?DDmMQ(E5 zH1;PqC@eTU-@1b(EIzdkiS_y4D*&7(l3tq9%Mzqk^s@{AsWh$VjFRi~BZ-01lwjOt zH3*26=EKnenbtH0ecm570cZ^R?6r?^Z5ydHl^`4{0AMbNL6(}`+Sf_FTdSHumR$rj z*1t#yAo4snLI^r(GP<@yI$B}p>M{V;UtPAAig>n7tQ5~Sw<&u*#uywk+T~PALdWLG z#%+38!ru2|p5EL9;O)Uak8Z3{a(zA?H93*-kYHYgRX?QUc@*6R0^6bJx&Q>W&3a)G zOITd@Lx$#_lQFa%K6id1b4@?XkV;Kp(YfMPy~Y*SrP}NAaOK+c2IF5a#?Xq+kXmCf rRDy8M$}s{lnPzO||MyIAxp)2pN;4H0t+DYC00000NkvXXu0mjfo9F5* literal 0 HcmV?d00001 From 4098679fda8fceb66d5fa4e5e6bb0f5203d1bcc3 Mon Sep 17 00:00:00 2001 From: SourC Date: Fri, 15 Nov 2024 20:24:38 -0800 Subject: [PATCH 2/2] Remove unused issue templates and workflows --- .github/ISSUE_TEMPLATE/bug_report.yml | 29 ------------------- .github/ISSUE_TEMPLATE/config.yml | 5 ---- .../ISSUE_TEMPLATE/documentation_request.yml | 16 ---------- .github/ISSUE_TEMPLATE/feature_request.yml | 17 ----------- .github/PULL_REQUEST_TEMPLATE.md | 5 ---- .github/actions/setup/action.yml | 8 +++-- .github/workflows/build.yml | 27 ----------------- .github/workflows/check.yml | 25 ---------------- .github/workflows/format.yml | 25 ---------------- .github/workflows/lint.yml | 25 ---------------- .github/workflows/salus-scan.yml | 14 --------- .github/workflows/test.yml | 26 ----------------- 12 files changed, 6 insertions(+), 216 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml delete mode 100644 .github/ISSUE_TEMPLATE/config.yml delete mode 100644 .github/ISSUE_TEMPLATE/documentation_request.yml delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml delete mode 100644 .github/PULL_REQUEST_TEMPLATE.md delete mode 100644 .github/workflows/build.yml delete mode 100644 .github/workflows/check.yml delete mode 100644 .github/workflows/format.yml delete mode 100644 .github/workflows/lint.yml delete mode 100644 .github/workflows/salus-scan.yml delete mode 100644 .github/workflows/test.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml deleted file mode 100644 index 4b17d38..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Bug report -description: Create a report to help us improve -title: 'Bug: ' -labels: ['type: bug'] - -body: - - type: textarea - id: steps - attributes: - label: Describe the bug and the steps to reproduce it - placeholder: | - 1. Go to '...' - 2. Click on '....' - 3. Scroll down to '....' - 4. See error - validations: - required: true - - - type: textarea - id: expected - attributes: - label: What's the expected behavior? - - - type: textarea - id: environment - attributes: - label: What version of the libraries are you using? - placeholder: | - - OnchainKit: [e.g. 0.2.x] diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 93c6ac0..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -blank_issues_enabled: false -contact_links: - - name: Base Discord - url: https://base.org/discord - about: The official Base Discord community. diff --git a/.github/ISSUE_TEMPLATE/documentation_request.yml b/.github/ISSUE_TEMPLATE/documentation_request.yml deleted file mode 100644 index 6fd6052..0000000 --- a/.github/ISSUE_TEMPLATE/documentation_request.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Documentation request -description: Suggest a documentation for this project -title: 'Documentation Request: ' -labels: ['type: documentation'] - -body: - - type: markdown - attributes: - value: | - This issue form is for documentation requests only! - If you've found a bug, please use [bug_report](/new?template=bug_report.yml) - - type: textarea - id: problem - attributes: - label: Is your documentation request related to a problem? Please describe. - description: A clear and concise description of what the problem is. Ex. It's not clear when [...] diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml deleted file mode 100644 index 6f3faf5..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ /dev/null @@ -1,17 +0,0 @@ -name: Feature request -description: Suggest an idea for this project -title: 'Feature Request: ' -labels: ['type: enhancement'] - -body: - - type: textarea - id: solution - attributes: - label: Describe the solution you'd like - validations: - required: true - - - type: textarea - id: alternatives - attributes: - label: Describe alternatives you've considered. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md deleted file mode 100644 index d160ffb..0000000 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ /dev/null @@ -1,5 +0,0 @@ -**What changed? Why?** - -**Notes to reviewers** - -**How has it been tested?** diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml index 9ce97a1..e3e0bff 100644 --- a/.github/actions/setup/action.yml +++ b/.github/actions/setup/action.yml @@ -6,7 +6,11 @@ runs: with: node-version-file: '.nvmrc' registry-url: https://registry.npmjs.org - cache: yarn + cache: pnpm + + - uses: pnpm/action-setup@v2 + with: + version: latest # For provenance https://docs.npmjs.com/generating-provenance-statements#prerequisites - name: Install npm 9.5 @@ -14,5 +18,5 @@ runs: shell: bash - name: Install node modules - run: yarn install --frozen-lockfile + run: pnpm install --frozen-lockfile shell: bash diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml deleted file mode 100644 index 7796e64..0000000 --- a/.github/workflows/build.yml +++ /dev/null @@ -1,27 +0,0 @@ -name: Template Build -on: - push: - branches: ['main'] - pull_request: - branches: ['main'] -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup Bun - uses: oven-sh/setup-bun@v2 - - - name: Template Install dependencies - run: bun install - - - name: Template Test Build - # When fails, please check your build - run: | - bun run build diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml deleted file mode 100644 index 7beeef9..0000000 --- a/.github/workflows/check.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Template Check -on: - push: - branches: ["main"] - pull_request: - branches: ["main"] -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup Bun - uses: oven-sh/setup-bun@v2 - - - name: Template Install dependencies - run: bun install - - - name: Template Check - run: bun run ci:check diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml deleted file mode 100644 index 5de39f1..0000000 --- a/.github/workflows/format.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Template Format -on: - push: - branches: ["main"] - pull_request: - branches: ["main"] -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup Bun - uses: oven-sh/setup-bun@v2 - - - name: Template Install dependencies - run: bun install - - - name: Template Format - run: bun run ci:format diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index e7d29cf..0000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Template Lint -on: - push: - branches: ["main"] - pull_request: - branches: ["main"] -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup Bun - uses: oven-sh/setup-bun@v2 - - - name: Template Install dependencies - run: bun install - - - name: Template Lint - run: bun run ci:lint diff --git a/.github/workflows/salus-scan.yml b/.github/workflows/salus-scan.yml deleted file mode 100644 index 5975f12..0000000 --- a/.github/workflows/salus-scan.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Salus Security Scan - -on: [pull_request, push] - -jobs: - scan: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - name: Salus Scan - id: salus_scan - uses: federacy/scan-action@0.1.4 - with: - active_scanners: "\n - PatternSearch\n - Semgrep\n - Trufflehog" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml deleted file mode 100644 index 7a4bddc..0000000 --- a/.github/workflows/test.yml +++ /dev/null @@ -1,26 +0,0 @@ -name: Kit Test -on: - push: - branches: ['main'] - pull_request: - branches: ['main'] -jobs: - build: - runs-on: ubuntu-latest - strategy: - matrix: - node-version: [18.x] - # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Setup Bun - uses: oven-sh/setup-bun@v2 - - - name: Template Install dependencies - run: bun install - - - name: Kit Test - # When fails, please check your tests - run: bun run test:coverage