From 77eae59448dfe51a21be06f609c189768dfa5018 Mon Sep 17 00:00:00 2001 From: ipromise2324 <168allen55@gmail.com> Date: Wed, 17 Apr 2024 18:11:43 +0800 Subject: [PATCH] Refactor message Set to use message(0xd8d5ea7f) Set in contracts/messages.tact --- contracts/messages.tact | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/messages.tact b/contracts/messages.tact index 96bf8db..a19d169 100644 --- a/contracts/messages.tact +++ b/contracts/messages.tact @@ -156,7 +156,7 @@ message(0xd1a0507d) DeployMasterChef { seed: Int as uint256; // Seed for the MasterChef } -message Set { +message(0xd8d5ea7f) Set { lpTokenAddress: Address; // LP token jetton wallet address allocPoint: Int as uint256; // new allocation point }