{
  "contractName": "TestImports",
  "abi": [],
  "bytecode": "0x6080604052348015600f57600080fd5b50603580601d6000396000f3006080604052600080fd00a165627a7a7230582062d71cb0a4edbb781f134b38bc08cbb64007035db0943498f97911de3e1ca3e10029",
  "deployedBytecode": "0x6080604052600080fd00a165627a7a7230582062d71cb0a4edbb781f134b38bc08cbb64007035db0943498f97911de3e1ca3e10029",
  "sourceMap": "522:33:2:-;;;;8:9:-1;5:2;;;30:1;27;20:12;5:2;522:33:2;;;;;;;",
  "deployedSourceMap": "522:33:2:-;;;;;",
  "source": "pragma solidity 0.4.24;\n\nimport \"@aragon/apps-shared-migrations/contracts/Migrations.sol\";\n\n// You might think this file is a bit odd, but let me explain.\n// We only use some contracts in our tests, which means Truffle\n// will not compile it for us, because it is from an external\n// dependency.\n//\n// We are now left with three options:\n// - Copy/paste these contracts\n// - Run the tests with `truffle compile --all` on\n// - Or trick Truffle by claiming we use it in a Solidity test\n//\n// You know which one I went for.\n\ncontract TestImports {\n  // ...\n}\n",
  "sourcePath": "/Users/brett/Development/aragon/aragon-apps/shared/minime/contracts/test/TestImport.sol",
  "ast": {
    "absolutePath": "/Users/brett/Development/aragon/aragon-apps/shared/minime/contracts/test/TestImport.sol",
    "exportedSymbols": {
      "TestImports": [
        1142
      ]
    },
    "id": 1143,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 1140,
        "literals": [
          "solidity",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:2"
      },
      {
        "absolutePath": "@aragon/apps-shared-migrations/contracts/Migrations.sol",
        "file": "@aragon/apps-shared-migrations/contracts/Migrations.sol",
        "id": 1141,
        "nodeType": "ImportDirective",
        "scope": 1143,
        "sourceUnit": 1200,
        "src": "25:65:2",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 1142,
        "linearizedBaseContracts": [
          1142
        ],
        "name": "TestImports",
        "nodeType": "ContractDefinition",
        "nodes": [],
        "scope": 1143,
        "src": "522:33:2"
      }
    ],
    "src": "0:556:2"
  },
  "legacyAST": {
    "absolutePath": "/Users/brett/Development/aragon/aragon-apps/shared/minime/contracts/test/TestImport.sol",
    "exportedSymbols": {
      "TestImports": [
        1142
      ]
    },
    "id": 1143,
    "nodeType": "SourceUnit",
    "nodes": [
      {
        "id": 1140,
        "literals": [
          "solidity",
          "0.4",
          ".24"
        ],
        "nodeType": "PragmaDirective",
        "src": "0:23:2"
      },
      {
        "absolutePath": "@aragon/apps-shared-migrations/contracts/Migrations.sol",
        "file": "@aragon/apps-shared-migrations/contracts/Migrations.sol",
        "id": 1141,
        "nodeType": "ImportDirective",
        "scope": 1143,
        "sourceUnit": 1200,
        "src": "25:65:2",
        "symbolAliases": [],
        "unitAlias": ""
      },
      {
        "baseContracts": [],
        "contractDependencies": [],
        "contractKind": "contract",
        "documentation": null,
        "fullyImplemented": true,
        "id": 1142,
        "linearizedBaseContracts": [
          1142
        ],
        "name": "TestImports",
        "nodeType": "ContractDefinition",
        "nodes": [],
        "scope": 1143,
        "src": "522:33:2"
      }
    ],
    "src": "0:556:2"
  },
  "compiler": {
    "name": "solc",
    "version": "0.4.24+commit.e67f0147.Emscripten.clang"
  },
  "networks": {},
  "schemaVersion": "2.0.1",
  "updatedAt": "2019-08-14T16:26:49.574Z"
}