Main.compile.ts 195 B

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