Skip to content

Commit

Permalink
srcmap patch
Browse files Browse the repository at this point in the history
  • Loading branch information
clabby committed Jul 21, 2023
1 parent 3c5ad48 commit e8f04f3
Show file tree
Hide file tree
Showing 5 changed files with 991 additions and 8 deletions.
3 changes: 2 additions & 1 deletion op-bindings/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ version:

compile:
cd $(contracts-dir) && \
pnpm build
pnpm build --build-info

bindings: compile bindings-build

bindings-build:
go run ./gen/main.go \
-forge-artifacts $(contracts-dir)/forge-artifacts \
-forge-build-info $(contracts-dir)/artifacts/build-info \
-out ./bindings \
-contracts ./artifacts.json \
-source-maps MIPS,PreimageOracle \
Expand Down
Loading

0 comments on commit e8f04f3

Please sign in to comment.