Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit 9d94ff4

Browse files
authored
fix: alt mempool schema id (#337)
1 parent 6a17959 commit 9d94ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/altmempools/schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json-schema.org/draft/2020-12/schema",
3-
"$id": "https://raw.githubusercontent.com/stackup-wallet/stackup-bundler/main/pkg/altmempool/schema.json",
3+
"$id": "https://raw.githubusercontent.com/stackup-wallet/stackup-bundler/main/pkg/altmempools/schema.json",
44
"description": "JSON Schema for an ERC-4337 Alternative Mempool",
55
"type": "object",
66
"properties": {

0 commit comments

Comments
 (0)