import { InfinityMintGemDeploymentScript } from '@app/interfaces'; const Mod_Example: InfinityMintGemDeploymentScript = { settings: {}, values: {}, important: true, //will always include this contract when the gem is enabled index: 10, //should be after everything else }; export default Mod_Example;