maili-registry 0.2.2

A registry of superchain configs
1
2
3
4
5
6
7
8
9
10
11
12
13
set positional-arguments

# default recipe to display help information
default:
  @just --list

# Generate file bindings
bind:
  cargo build

# Update the `superchain-registry` git submodule source
source:
  git submodule update --remote --init --recursive