Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
daejunpark committed Sep 15, 2023
1 parent 32768e0 commit c8c2d5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/tokens/ERC20/test/CurveTokenV3.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ pragma solidity >=0.8.0 <0.9.0;
import {SymTest} from "halmos-cheatcodes/SymTest.sol";
import {ERC20Test} from "./ERC20Test.sol";

// https://github.com/curvefi/curve-contract/blob/master/contracts/tokens/CurveTokenV3.vy

// Auto-generated by https://bia.is/tools/abi2solidity/
interface CurveTokenV3 {
function decimals ( ) external view returns ( uint256 );
Expand Down

0 comments on commit c8c2d5d

Please sign in to comment.