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
console.error("Error: sourcetxhash flag is required");
40
+
// Configuration object with execution and message details
41
+
constEXECUTION_CONFIG={
42
+
executionDetails: {
43
+
packetId:
44
+
"0x0000a4b129ebc834d24af22b9466a4150425354998c3e800000000000000cbe6",// Replace with actual packet ID
45
+
proposalCount: "0",// Replace with actual proposal count
46
+
executionGasLimit: "200000",// Replace with actual gas limit
47
+
decapacitorProof: "0x",// Replace with actual proof
48
+
},
49
+
messageDetails: {
50
+
msgId: "0x0000a4b126e5ce884875ea3776a57f0b225b1ea8d2e9beeb00000000000608cb",// Replace with actual message ID
51
+
executionFee: "0",// Replace with actual execution fee
52
+
minMsgGasLimit: "100000",// Replace with actual min gas limit
53
+
executionParams:
54
+
"0x0000000000000000000000000000000000000000000000000000000000000000",// Replace with actual execution params
55
+
payload:
56
+
"0x0000000000000000000000008cb4c89cc297e07c7a309af8b16cc2f5f62a3b1300000000000000000000000000000000000000000000000000000000062ebe4d",// Replace with actual payload
57
+
},
58
+
msgValue: "0",// ETH value to send with transaction (in wei)
0 commit comments