Main.compile.ts 190 B

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