You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Configuration object with execution and message details
32
32
constEXECUTION_CONFIG={
33
33
executionDetails: {
34
-
packetId: "0x0000a4b129ebc834d24af22b9466a4150425354998c3e800000000000000cbe6",// Replace with actual packet ID
34
+
packetId:
35
+
"0x0000a4b129ebc834d24af22b9466a4150425354998c3e800000000000000cbe6",// Replace with actual packet ID
35
36
proposalCount: "0",// Replace with actual proposal count
36
37
executionGasLimit: "200000",// Replace with actual gas limit
37
38
decapacitorProof: "0x",// Replace with actual proof
@@ -40,8 +41,10 @@ const EXECUTION_CONFIG = {
40
41
msgId: "0x0000a4b126e5ce884875ea3776a57f0b225b1ea8d2e9beeb00000000000608cb",// Replace with actual message ID
41
42
executionFee: "0",// Replace with actual execution fee
42
43
minMsgGasLimit: "100000",// Replace with actual min gas limit
43
-
executionParams: "0x0000000000000000000000000000000000000000000000000000000000000000",// Replace with actual execution params
44
-
payload: "0x0000000000000000000000008cb4c89cc297e07c7a309af8b16cc2f5f62a3b1300000000000000000000000000000000000000000000000000000000062ebe4d",// Replace with actual payload
44
+
executionParams:
45
+
"0x0000000000000000000000000000000000000000000000000000000000000000",// Replace with actual execution params
46
+
payload:
47
+
"0x0000000000000000000000008cb4c89cc297e07c7a309af8b16cc2f5f62a3b1300000000000000000000000000000000000000000000000000000000062ebe4d",// Replace with actual payload
45
48
},
46
49
msgValue: "0",// ETH value to send with transaction (in wei)
0 commit comments