Skip to content

Commit

Permalink
Update bridges.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ralexstokes authored Feb 4, 2023
1 parent 46a7f1f commit 173181b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion specs/bridges.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ The `L2StandardBridge` is a predeploy contract located at

```solidity
interface StandardBridge {
event ERC20BridgeFinalized(address indexed localToken, address indexed remoteToken, address indexed from, address to, uint256 amount, bytes extraData);
event ERC20BridgeFinalized(address indexed localToken, address indexed remoteToken, address indexed from, address to, uint256 amount, bytes extraData);
event ERC20BridgeInitiated(address indexed localToken, address indexed remoteToken, address indexed from, address to, uint256 amount, bytes extraData);
event ETHBridgeFinalized(address indexed from, address indexed to, uint256 amount, bytes extraData);
Expand Down

0 comments on commit 173181b

Please sign in to comment.