-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: regenerate ABI bindings for L2 contracts
- Loading branch information
1 parent
12dd527
commit b2c1fc9
Showing
174 changed files
with
20,776 additions
and
898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ wallets.toml | |
|
||
# Go workspace file | ||
go.work | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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` | ||
|
Oops, something went wrong.