PythTestUpgraded.compile.ts 162 B

123456
  1. import { CompilerConfig } from "@ton/blueprint";
  2. export const compile: CompilerConfig = {
  3. lang: "func",
  4. targets: ["contracts/tests/PythTestUpgraded.fc"],
  5. };