@towns-protocol/generated 0.0.336 → 0.0.338

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -33,6 +33,35 @@ const _abi = [
33
33
  outputs: [],
34
34
  stateMutability: "nonpayable",
35
35
  },
36
+ {
37
+ type: "function",
38
+ name: "execute",
39
+ inputs: [
40
+ {
41
+ name: "target",
42
+ type: "address",
43
+ internalType: "address",
44
+ },
45
+ {
46
+ name: "value",
47
+ type: "uint256",
48
+ internalType: "uint256",
49
+ },
50
+ {
51
+ name: "data",
52
+ type: "bytes",
53
+ internalType: "bytes",
54
+ },
55
+ ],
56
+ outputs: [
57
+ {
58
+ name: "",
59
+ type: "bytes",
60
+ internalType: "bytes",
61
+ },
62
+ ],
63
+ stateMutability: "payable",
64
+ },
36
65
  {
37
66
  type: "function",
38
67
  name: "getAppExpiration",
@@ -113,6 +142,25 @@ const _abi = [
113
142
  ],
114
143
  stateMutability: "view",
115
144
  },
145
+ {
146
+ type: "function",
147
+ name: "isAppExecuting",
148
+ inputs: [
149
+ {
150
+ name: "app",
151
+ type: "address",
152
+ internalType: "address",
153
+ },
154
+ ],
155
+ outputs: [
156
+ {
157
+ name: "",
158
+ type: "bool",
159
+ internalType: "bool",
160
+ },
161
+ ],
162
+ stateMutability: "view",
163
+ },
116
164
  {
117
165
  type: "function",
118
166
  name: "isAppInstalled",