-
Mark Tyneway authored
* contracts-bedrock: update solady imports Without this commit, there are import issues based on some solady imports being prefixed with `@` and some not. `lib-keccak` has a remapping for solady with the `@` prefix and this commit updates `contracts-bedrock` to use a remapping with `@` prefix to solady imports. Without a recursive git submodule init, it is not possible to build without this change. We should also be sure of the exact version of solady that we are using if we are running it in production code. * op-bindings: update * ctb: semver lock * ctb: cleanup, bump fdg version * op-bindings: regen * semver: update
842ed1dd