Commit 0ae66753 authored by Kevin Ho's avatar Kevin Ho Committed by GitHub

rename OVM_ETH symbol and name (#333)

Co-authored-by: default avatarsmartcontracts <kelvinfichter@gmail.com>
Co-authored-by: default avatarMaurelian <maurelian@protonmail.ch>
parent 6aa9220e
...@@ -25,8 +25,8 @@ contract OVM_ETH is OVM_L2DepositedERC20 { ...@@ -25,8 +25,8 @@ contract OVM_ETH is OVM_L2DepositedERC20 {
) )
OVM_L2DepositedERC20( OVM_L2DepositedERC20(
_l2CrossDomainMessenger, _l2CrossDomainMessenger,
"ovmWETH", "Ether",
"oWETH" "ETH"
) )
{ {
init(iOVM_L1TokenGateway(_l1ETHGateway)); init(iOVM_L1TokenGateway(_l1ETHGateway));
......
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