Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
71342ebf
Unverified
Commit
71342ebf
authored
Apr 10, 2024
by
soyboy
Committed by
GitHub
Apr 10, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removing out of date note (#10073)
* removing out of date note * removing accidental commit
parent
c5f97912
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
StandardBridge.sol
packages/contracts-bedrock/src/universal/StandardBridge.sol
+2
-8
No files found.
packages/contracts-bedrock/src/universal/StandardBridge.sol
View file @
71342ebf
...
@@ -178,10 +178,7 @@ abstract contract StandardBridge is Initializable {
...
@@ -178,10 +178,7 @@ abstract contract StandardBridge is Initializable {
_initiateBridgeETH(msg.sender, _to, msg.value, _minGasLimit, _extraData);
_initiateBridgeETH(msg.sender, _to, msg.value, _minGasLimit, _extraData);
}
}
/// @notice Sends ERC20 tokens to the sender's address on the other chain. Note that if the
/// @notice Sends ERC20 tokens to the sender's address on the other chain.
/// ERC20 token on the other chain does not recognize the local token as the correct
/// pair token, the ERC20 bridge will fail and the tokens will be returned to sender on
/// this chain.
/// @param _localToken Address of the ERC20 on this chain.
/// @param _localToken Address of the ERC20 on this chain.
/// @param _remoteToken Address of the corresponding token on the remote chain.
/// @param _remoteToken Address of the corresponding token on the remote chain.
/// @param _amount Amount of local tokens to deposit.
/// @param _amount Amount of local tokens to deposit.
...
@@ -203,10 +200,7 @@ abstract contract StandardBridge is Initializable {
...
@@ -203,10 +200,7 @@ abstract contract StandardBridge is Initializable {
_initiateBridgeERC20(_localToken, _remoteToken, msg.sender, msg.sender, _amount, _minGasLimit, _extraData);
_initiateBridgeERC20(_localToken, _remoteToken, msg.sender, msg.sender, _amount, _minGasLimit, _extraData);
}
}
/// @notice Sends ERC20 tokens to a receiver's address on the other chain. Note that if the
/// @notice Sends ERC20 tokens to a receiver's address on the other chain.
/// ERC20 token on the other chain does not recognize the local token as the correct
/// pair token, the ERC20 bridge will fail and the tokens will be returned to sender on
/// this chain.
/// @param _localToken Address of the ERC20 on this chain.
/// @param _localToken Address of the ERC20 on this chain.
/// @param _remoteToken Address of the corresponding token on the remote chain.
/// @param _remoteToken Address of the corresponding token on the remote chain.
/// @param _to Address of the receiver.
/// @param _to Address of the receiver.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment