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
fc63ccda
Commit
fc63ccda
authored
Mar 02, 2021
by
Tony Sosa
Committed by
GitHub
Mar 02, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update OVM_L2DepositedERC20.sol (#266)
Co-authored-by:
Kelvin Fichter
<
kelvinfichter@gmail.com
>
parent
332c171a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
OVM_L2DepositedERC20.sol
...istic-ethereum/OVM/bridge/tokens/OVM_L2DepositedERC20.sol
+2
-2
No files found.
packages/contracts/contracts/optimistic-ethereum/OVM/bridge/tokens/OVM_L2DepositedERC20.sol
View file @
fc63ccda
...
...
@@ -59,7 +59,7 @@ contract OVM_L2DepositedERC20 is iOVM_L2DepositedERC20, UniswapV2ERC20, OVM_Cros
/**
* @dev Initialize this gateway with the L1 gateway address
* The assumed flow is that this contract is deployed on L2, then the L1
* gateway is d
pe
loyed, and its address passed here to init.
* gateway is d
ep
loyed, and its address passed here to init.
*
* @param _l1ERC20Gateway Address of the corresponding L1 gateway deployed to the main chain
*/
...
...
@@ -156,4 +156,4 @@ contract OVM_L2DepositedERC20 is iOVM_L2DepositedERC20, UniswapV2ERC20, OVM_Cros
_mint(_to, _amount);
emit DepositFinalized(_to, _amount);
}
}
\ No newline at end of file
}
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