universal-wallet-contract/wrappers/UniversalWalletContract.com...

7 lines
169 B
TypeScript

import { CompilerConfig } from '@ton/blueprint';
export const compile: CompilerConfig = {
lang: 'func',
targets: ['contracts/universal_wallet_contract.fc'],
};