mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-10 18:15:37 +00:00
7 lines
200 B
Solidity
7 lines
200 B
Solidity
pragma solidity ^0.5.2;
|
|
|
|
import "../src/test/contracts/TokenOMG.sol";
|
|
import "../src/test/contracts/TokenRDN.sol";
|
|
import "../src/test/contracts/Token6Decimals.sol";
|
|
|
|
contract DevDependenciesGetter {} |