Skip to content

Commit

Permalink
add contract deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
zemse committed Mar 16, 2024
1 parent 691876c commit 8487716
Show file tree
Hide file tree
Showing 133 changed files with 13,065 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
],
"scripts": {
"analyze": "size-limit --why",
"contracts:update": "rm -rf src/contracts/deployments src/contracts/typechain-types && mkdir -p src/contracts && mkdir -p src/contracts && cp -r ../contracts/typechain-types src/contracts/. && cp -r ../contracts/deployments src/contracts/.",
"build": "dts build && cp -r dist/sdk/src/. dist",
"lint": "dts lint",
"prepare": "dts build",
Expand Down
1 change: 1 addition & 0 deletions src/contracts/deployments/arbsep/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
421614
148 changes: 148 additions & 0 deletions src/contracts/deployments/arbsep/Hash2Verifier.json

Large diffs are not rendered by default.

148 changes: 148 additions & 0 deletions src/contracts/deployments/arbsep/NoteVerifier.json

Large diffs are not rendered by default.

Loading

0 comments on commit 8487716

Please sign in to comment.