-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add ERC20Bridgeable: An ERC-7802 implementation #27
Conversation
@@ -49,28 +48,23 @@ | |||
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6", | |||
"@nomicfoundation/hardhat-ethers": "^3.0.5", | |||
"@nomicfoundation/hardhat-network-helpers": "^1.0.11", | |||
"@openzeppelin/contracts": "file:lib/@openzeppelin-contracts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a side effect, this will get all the dependencies that are already present in the main repo.
That means we could technically remove anything we have in devDependencies
that is not exclusive to the community repo. Do we want to do that ?
Co-authored-by: Francisco Giordano <[email protected]>
…cts-experimental into erc7802
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If all tests pass, then that version is good for me.
Note: solhint will not be happy with some of the stuff in the mocks, but we'll see that when we enable it.
Description
This is an experiment to test how to use an ERC-7786 to create a gateway for cross-chain tokens following ERC-7802.