@towns-protocol/generated 0.0.214 → 0.0.216

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.
@@ -44,6 +44,7 @@
44
44
  "space": "0x99a177F81902fddc4785c6fc108C8F21BDB2aFe9",
45
45
  "spaceFactory": "0x968696BC59431Ef085441641f550C8e2Eaca8BEd",
46
46
  "spaceOwner": "0x9dEdb330A126C6dF2893a33018bb81aFE8573805",
47
+ "swapRouter": "0x4997CC907512275b8D7E1c682a46f17d676F4913",
47
48
  "towns": "0x00000000A22C618fd6b4D7E9A335C4B96B189a38"
48
49
  }
49
50
  },
@@ -69,6 +70,7 @@
69
70
  "space": "0x34f35E1ECA9C00791bF8121A01c20977d8bEB11C",
70
71
  "spaceFactory": "0x9978c826d93883701522d2CA645d5436e5654252",
71
72
  "spaceOwner": "0x2824D1235d1CbcA6d61C00C3ceeCB9155cd33a42",
73
+ "swapRouter": "0x95A2a333D30c8686dE8D01AC464d6034b9aA7b24",
72
74
  "towns": "0x00000000A22C618fd6b4D7E9A335C4B96B189a38"
73
75
  }
74
76
  },
@@ -316,5 +316,10 @@
316
316
  "type": "error",
317
317
  "name": "SwapRouter__InvalidRouter",
318
318
  "inputs": []
319
+ },
320
+ {
321
+ "type": "error",
322
+ "name": "SwapRouter__UnexpectedETH",
323
+ "inputs": []
319
324
  }
320
325
  ]
@@ -316,5 +316,10 @@ export default [
316
316
  "type": "error",
317
317
  "name": "SwapRouter__InvalidRouter",
318
318
  "inputs": []
319
+ },
320
+ {
321
+ "type": "error",
322
+ "name": "SwapRouter__UnexpectedETH",
323
+ "inputs": []
319
324
  }
320
325
  ] as const
@@ -185,5 +185,10 @@
185
185
  "type": "error",
186
186
  "name": "SwapRouter__InvalidRouter",
187
187
  "inputs": []
188
+ },
189
+ {
190
+ "type": "error",
191
+ "name": "SwapRouter__UnexpectedETH",
192
+ "inputs": []
188
193
  }
189
194
  ]
@@ -185,5 +185,10 @@ export default [
185
185
  "type": "error",
186
186
  "name": "SwapRouter__InvalidRouter",
187
187
  "inputs": []
188
+ },
189
+ {
190
+ "type": "error",
191
+ "name": "SwapRouter__UnexpectedETH",
192
+ "inputs": []
188
193
  }
189
194
  ] as const
@@ -112,5 +112,10 @@
112
112
  "type": "error",
113
113
  "name": "SwapRouter__InvalidRouter",
114
114
  "inputs": []
115
+ },
116
+ {
117
+ "type": "error",
118
+ "name": "SwapRouter__UnexpectedETH",
119
+ "inputs": []
115
120
  }
116
121
  ]
@@ -112,5 +112,10 @@ export default [
112
112
  "type": "error",
113
113
  "name": "SwapRouter__InvalidRouter",
114
114
  "inputs": []
115
+ },
116
+ {
117
+ "type": "error",
118
+ "name": "SwapRouter__UnexpectedETH",
119
+ "inputs": []
115
120
  }
116
121
  ] as const
@@ -325,6 +325,11 @@ const _abi = [
325
325
  name: "SwapRouter__InvalidRouter",
326
326
  inputs: [],
327
327
  },
328
+ {
329
+ type: "error",
330
+ name: "SwapRouter__UnexpectedETH",
331
+ inputs: [],
332
+ },
328
333
  ] as const;
329
334
 
330
335
  export class ISwapFacet__factory {
@@ -194,6 +194,11 @@ const _abi = [
194
194
  name: "SwapRouter__InvalidRouter",
195
195
  inputs: [],
196
196
  },
197
+ {
198
+ type: "error",
199
+ name: "SwapRouter__UnexpectedETH",
200
+ inputs: [],
201
+ },
197
202
  ] as const;
198
203
 
199
204
  export class ISwapRouter__factory {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@towns-protocol/generated",
3
- "version": "0.0.214",
3
+ "version": "0.0.216",
4
4
  "packageManager": "yarn@3.8.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -10,5 +10,5 @@
10
10
  "make-config": "node ./scripts/make-config.js",
11
11
  "preinstall": "node ./scripts/make-config.js"
12
12
  },
13
- "gitHead": "ab2cb34017832f34678467353ecd031ebc7778ca"
13
+ "gitHead": "e127a3b5dd6a458de77453d2d7ca1127ae05f1e5"
14
14
  }