minghinmatthewlam

Results 2 issues of minghinmatthewlam

Trying to use `sol2uml class` on my contract where the contract declares multiple explicit imports like so ```solidity pragma solidity 0.8.18; import {IERC20} from "@openzeppelin/contracts/token/ERC20/IERC20.sol"; import {SafeERC20} from "@openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol"; ......

``` ACP: 141 Title: Interchain Token Transfer Author(s): Matthew Lam Status: Implementable Track: Best Practices Replaces (*optional): n/a Superseded-By (*optional): n/a ``` ## Abstract Proposes a best practices standard for...