hi guys, is there a max init data size for contract deployment?
await my_wallet.sendTransfer({
seqno,
secretKey,
messages: [internal({
value: deployAmount,
to: destination_address,
bounce: false,
init: {
code: init.code,
data: init.data
}
})],
This doesnt throw an error but the transaction doesnt appear in wallet/tonscan
Dec 26, 2023, 8:41 AM
it's strange cause the deployment script works for testnet but not mainnet
Dec 26, 2023, 9:09 AM