Skip to content

Commit

Permalink
feat: regenerate ABI bindings for L2 contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan-Ethernal committed Feb 12, 2025
1 parent 12dd527 commit b2c1fc9
Show file tree
Hide file tree
Showing 174 changed files with 20,776 additions and 898 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ wallets.toml

# Go workspace file
go.work
.vscode
4 changes: 2 additions & 2 deletions contracts/l2-sovereign-chain/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# l2-sovereign-chain contracts

All the files and directories within this directory have been generated using the import-contracts command of the CLI in this repo.
The ABI and the binnaries of the smart contracts have been extracted from [zkevm-contracts repo](https://github.com/0xPolygonHermez/zkevm-contracts), using the version feature/audit-remediations (commit 1f1c18bdec6b8ab96f558c5022925f1900b6fc4f)
The ABI and the binnaries of the smart contracts have been extracted from [zkevm-contracts repo](https://github.com/0xPolygonHermez/zkevm-contracts), using the version v10.0.0-rc.0 (commit 21d3fd6ec0881731de49f1a6133fb97ed863a7ab)

The CLI command used to generate the contracts: `$ go run ./cmd import-contracts --cv feature/audit-remediations --alias l2-sovereign-chain --node 20`
The CLI command used to generate the contracts: `$ go run ./cmd import-contracts --cv v10.0.0-rc.0 --alias l2-sovereign-chain --node 20`

Loading

0 comments on commit b2c1fc9

Please sign in to comment.