Skip to content

Commit

Permalink
Merge branch 'init-prototypes' into prototype-outbound-zevm
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Jul 1, 2024
2 parents d57f25e + 9a785bc commit 1e5b6d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/zevm/interfaces/IZRC20.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ interface IZRC20 {

function PROTOCOL_FLAT_FEE() external view returns (uint256);

function setGatewayContractAddress(address gateway) external;

event Transfer(address indexed from, address indexed to, uint256 value);
event Approval(address indexed owner, address indexed spender, uint256 value);
event Deposit(bytes from, address indexed to, uint256 value);
Expand Down

0 comments on commit 1e5b6d2

Please sign in to comment.