diff --git a/specs/bridges.md b/specs/bridges.md index e12c2ad09296..870c4909111c 100644 --- a/specs/bridges.md +++ b/specs/bridges.md @@ -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);