Commit 407f97b9 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub

Merge pull request #4841 from ralexstokes/patch-1

Update bridges.md
parents 46a7f1f0 173181bd
...@@ -22,7 +22,6 @@ The `L2StandardBridge` is a predeploy contract located at ...@@ -22,7 +22,6 @@ The `L2StandardBridge` is a predeploy contract located at
```solidity ```solidity
interface StandardBridge { 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 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 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); event ETHBridgeFinalized(address indexed from, address indexed to, uint256 amount, bytes extraData);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment