Skip to content

Commit

Permalink
Merge pull request ethereum-optimism#4841 from ralexstokes/patch-1
Browse files Browse the repository at this point in the history
Update bridges.md
  • Loading branch information
mergify[bot] authored Feb 5, 2023
2 parents 46a7f1f + 173181b commit 407f97b
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 407f97b

Please sign in to comment.