Remappings
This commit is contained in:
parent
e5ed52414d
commit
97d07e9ea7
|
@ -0,0 +1 @@
|
||||||
|
@openzeppelin/=~/:node_modules/@openzeppelin
|
|
@ -0,0 +1,9 @@
|
||||||
|
pragma solidity ^0.8.20;
|
||||||
|
|
||||||
|
import "solmate/tokens/ERC20.sol";
|
||||||
|
|
||||||
|
contract Token is ERC20("name", "symbol", 18){}
|
||||||
|
|
||||||
|
import "@openzeppelin/contracts/access/Ownable.sol";
|
||||||
|
|
||||||
|
contract TestOz is Ownable {}
|
Loading…
Reference in New Issue