Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Electron committed May 31, 2024
1 parent 7d28324 commit 6e19673
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ uint32 foundrySN = ISC.accounts.foundryCreateNew(nativeTokenScheme, allowance);
pragma solidity ^0.8.0;
import "@iota/iscmagic/ISC.sol";
import "@iota/iscmagic/ISCAccounts.sol";
contract CreateFoundry {
event CreatedFoundry(uint32 foundrySN);
Expand Down

0 comments on commit 6e19673

Please sign in to comment.