Skip to content

Commit

Permalink
chore: missing ABIs
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Oct 23, 2024
1 parent 80d45c2 commit 4783cd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contracts/test/ABICreator.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ import "@gnosis.pm/safe-contracts/contracts/handler/DefaultCallbackHandler.sol";
import "@gnosis.pm/safe-contracts/contracts/libraries/MultiSendCallOnly.sol";

Check warning on line 8 in contracts/test/ABICreator.sol

View workflow job for this annotation

GitHub Actions / build

global import of path @gnosis.pm/safe-contracts/contracts/libraries/MultiSendCallOnly.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)

// Getting ABIs for registry contracts
import {ComponentRegistry} from "../../lib/autonolas-registries/contracts/ComponentRegistry.sol";

Check warning on line 11 in contracts/test/ABICreator.sol

View workflow job for this annotation

GitHub Actions / build

imported name ComponentRegistry is not used
import {AgentRegistry} from "../../lib/autonolas-registries/contracts/AgentRegistry.sol";

Check warning on line 12 in contracts/test/ABICreator.sol

View workflow job for this annotation

GitHub Actions / build

imported name AgentRegistry is not used
import {ServiceRegistry} from "../../lib/autonolas-registries/contracts/ServiceRegistry.sol";

Check warning on line 13 in contracts/test/ABICreator.sol

View workflow job for this annotation

GitHub Actions / build

imported name ServiceRegistry is not used
import {OperatorWhitelist} from "../../lib/autonolas-registries/contracts/utils/OperatorWhitelist.sol";

Check warning on line 14 in contracts/test/ABICreator.sol

View workflow job for this annotation

GitHub Actions / build

imported name OperatorWhitelist is not used
import {ServiceRegistryL2} from "../../lib/autonolas-registries/contracts/ServiceRegistryL2.sol";

Check warning on line 15 in contracts/test/ABICreator.sol

View workflow job for this annotation

GitHub Actions / build

imported name ServiceRegistryL2 is not used
import {ServiceRegistryTokenUtility} from "../../lib/autonolas-registries/contracts/ServiceRegistryTokenUtility.sol";

Check warning on line 16 in contracts/test/ABICreator.sol

View workflow job for this annotation

GitHub Actions / build

imported name ServiceRegistryTokenUtility is not used
Expand Down

0 comments on commit 4783cd9

Please sign in to comment.