Skip to content

Fix wrong import of elderberry contracts #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion contracts/elderberry/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# elderberry 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 v5.0.1-rc.2-fork.8 (commit 3542481314e2eae71508c6399315903197dc66b4)
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 54f58c8 (commit 54f58c8b64806429bc4d5c52248f29cf80ba401c)
26 changes: 26 additions & 0 deletions contracts/elderberry/abi/FflonkVerifierIncaberry.abi
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"inputs": [
{
"internalType": "bytes32[24]",
"name": "proof",
"type": "bytes32[24]"
},
{
"internalType": "uint256[1]",
"name": "pubSignals",
"type": "uint256[1]"
}
],
"name": "verifyProof",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "view",
"type": "function"
}
]
2 changes: 1 addition & 1 deletion contracts/elderberry/bin/DaiMock.bin

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/elderberry/bin/FflonkVerifier.bin

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions contracts/elderberry/bin/FflonkVerifierIncaberry.bin

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/elderberry/daimock/daimock.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion contracts/elderberry/fflonkverifier/fflonkverifier.go

Large diffs are not rendered by default.

Large diffs are not rendered by default.