-
Notifications
You must be signed in to change notification settings - Fork 65
fix: run SwarmStampSyncer when a batch id has been previously configured #801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
4 Skipped Deployments
|
…y configured" This reverts commit f1ea7b3.
f8bff29
to
9266e8b
Compare
📦 Next.js Bundle Analysis for @blobscan/webThis analysis was generated by the Next.js Bundle Analysis action. 🤖 This PR introduced no changes to the JavaScript bundle! 🙌 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #801 +/- ##
=======================================
Coverage 87.57% 87.57%
=======================================
Files 168 168
Lines 12130 12130
Branches 1245 1245
=======================================
Hits 10623 10623
Misses 1507 1507 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -2,6 +2,7 @@ import type { PublicClient } from "viem"; | |||
import { createPublicClient, http } from "viem"; | |||
import * as chains from "viem/chains"; | |||
|
|||
import { prisma } from "@blobscan/db"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be a procedure
Checklist
Description
The Swarm TTL is not updated if SWARM_STORAGE_ENABLED=false, e.g. when Swarm storage is temporarily disabled.
Motivation and Context (Optional)
Related Issue (Optional)
Screenshots (if appropriate):