Skip to content

Commit

Permalink
Merge pull request #7 from BolarityNetwork/main-develop
Browse files Browse the repository at this point in the history
style(test): add comment in evm contract
  • Loading branch information
wd30130 authored Aug 1, 2024
2 parents 74ede59 + dc6d76f commit 762c2be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions external/contract/src/erc20evm/TestEvmToken.sol
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Modified by 2024 HybridVM

// Copyright (C) 2021 Cycan Technologies
// SPDX-License-Identifier: Apache-2.0

Expand All @@ -13,6 +15,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Modified by Alex Wang

pragma solidity ^0.8.0;

import "@openzeppelin/contracts/token/ERC20/ERC20.sol";
Expand Down

0 comments on commit 762c2be

Please sign in to comment.