@towns-protocol/generated 0.0.250 → 0.0.251

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.
@@ -3,6 +3,7 @@
3
3
  "base": {
4
4
  "chainId": 84532,
5
5
  "addresses": {
6
+ "appRegistry": "0x23a9f5AbBcC82d1E2B5C0781b1F05F2B623E2c69",
6
7
  "baseRegistry": "0x0230a9d28bc48a90d6f5e5112b24319ec1b14c52",
7
8
  "riverAirdrop": "0x5cb1B2a6d413879a7A4A89f46e0621db04aa6430",
8
9
  "space": "0x8DdfAD0259803FA140e076C636E726573df77905",
@@ -45,6 +46,7 @@
45
46
  "base": {
46
47
  "chainId": 84532,
47
48
  "addresses": {
49
+ "appRegistry": "0xec3081A4b07678C12Fc6B56f69F894EE9e732c42",
48
50
  "baseRegistry": "0x08cC41b782F27d62995056a4EF2fCBAe0d3c266F",
49
51
  "riverAirdrop": "0x4cBE6e47819cfE720d2ac83aE094B3a1307207A9",
50
52
  "space": "0x99a177F81902fddc4785c6fc108C8F21BDB2aFe9",
@@ -287,11 +287,6 @@
287
287
  ],
288
288
  "anonymous": false
289
289
  },
290
- {
291
- "type": "error",
292
- "name": "SwapFacet__SwapFailed",
293
- "inputs": []
294
- },
295
290
  {
296
291
  "type": "error",
297
292
  "name": "SwapFacet__SwapRouterNotSet",
@@ -322,6 +317,11 @@
322
317
  "name": "SwapRouter__InvalidRouter",
323
318
  "inputs": []
324
319
  },
320
+ {
321
+ "type": "error",
322
+ "name": "SwapRouter__NativeTokenNotSupportedWithPermit",
323
+ "inputs": []
324
+ },
325
325
  {
326
326
  "type": "error",
327
327
  "name": "SwapRouter__UnexpectedETH",
@@ -287,11 +287,6 @@ export default [
287
287
  ],
288
288
  "anonymous": false
289
289
  },
290
- {
291
- "type": "error",
292
- "name": "SwapFacet__SwapFailed",
293
- "inputs": []
294
- },
295
290
  {
296
291
  "type": "error",
297
292
  "name": "SwapFacet__SwapRouterNotSet",
@@ -322,6 +317,11 @@ export default [
322
317
  "name": "SwapRouter__InvalidRouter",
323
318
  "inputs": []
324
319
  },
320
+ {
321
+ "type": "error",
322
+ "name": "SwapRouter__NativeTokenNotSupportedWithPermit",
323
+ "inputs": []
324
+ },
325
325
  {
326
326
  "type": "error",
327
327
  "name": "SwapRouter__UnexpectedETH",
@@ -61,11 +61,6 @@
61
61
  ],
62
62
  "anonymous": false
63
63
  },
64
- {
65
- "type": "error",
66
- "name": "SwapFacet__SwapFailed",
67
- "inputs": []
68
- },
69
64
  {
70
65
  "type": "error",
71
66
  "name": "SwapFacet__SwapRouterNotSet",
@@ -61,11 +61,6 @@ export default [
61
61
  ],
62
62
  "anonymous": false
63
63
  },
64
- {
65
- "type": "error",
66
- "name": "SwapFacet__SwapFailed",
67
- "inputs": []
68
- },
69
64
  {
70
65
  "type": "error",
71
66
  "name": "SwapFacet__SwapRouterNotSet",
@@ -235,6 +235,11 @@
235
235
  "name": "SwapRouter__InvalidRouter",
236
236
  "inputs": []
237
237
  },
238
+ {
239
+ "type": "error",
240
+ "name": "SwapRouter__NativeTokenNotSupportedWithPermit",
241
+ "inputs": []
242
+ },
238
243
  {
239
244
  "type": "error",
240
245
  "name": "SwapRouter__UnexpectedETH",
@@ -235,6 +235,11 @@ export default [
235
235
  "name": "SwapRouter__InvalidRouter",
236
236
  "inputs": []
237
237
  },
238
+ {
239
+ "type": "error",
240
+ "name": "SwapRouter__NativeTokenNotSupportedWithPermit",
241
+ "inputs": []
242
+ },
238
243
  {
239
244
  "type": "error",
240
245
  "name": "SwapRouter__UnexpectedETH",
@@ -118,6 +118,11 @@
118
118
  "name": "SwapRouter__InvalidRouter",
119
119
  "inputs": []
120
120
  },
121
+ {
122
+ "type": "error",
123
+ "name": "SwapRouter__NativeTokenNotSupportedWithPermit",
124
+ "inputs": []
125
+ },
121
126
  {
122
127
  "type": "error",
123
128
  "name": "SwapRouter__UnexpectedETH",
@@ -118,6 +118,11 @@ export default [
118
118
  "name": "SwapRouter__InvalidRouter",
119
119
  "inputs": []
120
120
  },
121
+ {
122
+ "type": "error",
123
+ "name": "SwapRouter__NativeTokenNotSupportedWithPermit",
124
+ "inputs": []
125
+ },
121
126
  {
122
127
  "type": "error",
123
128
  "name": "SwapRouter__UnexpectedETH",
@@ -295,11 +295,6 @@ const _abi = [
295
295
  ],
296
296
  anonymous: false,
297
297
  },
298
- {
299
- type: "error",
300
- name: "SwapFacet__SwapFailed",
301
- inputs: [],
302
- },
303
298
  {
304
299
  type: "error",
305
300
  name: "SwapFacet__SwapRouterNotSet",
@@ -330,6 +325,11 @@ const _abi = [
330
325
  name: "SwapRouter__InvalidRouter",
331
326
  inputs: [],
332
327
  },
328
+ {
329
+ type: "error",
330
+ name: "SwapRouter__NativeTokenNotSupportedWithPermit",
331
+ inputs: [],
332
+ },
333
333
  {
334
334
  type: "error",
335
335
  name: "SwapRouter__UnexpectedETH",
@@ -243,6 +243,11 @@ const _abi = [
243
243
  name: "SwapRouter__InvalidRouter",
244
244
  inputs: [],
245
245
  },
246
+ {
247
+ type: "error",
248
+ name: "SwapRouter__NativeTokenNotSupportedWithPermit",
249
+ inputs: [],
250
+ },
246
251
  {
247
252
  type: "error",
248
253
  name: "SwapRouter__UnexpectedETH",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@towns-protocol/generated",
3
- "version": "0.0.250",
3
+ "version": "0.0.251",
4
4
  "packageManager": "yarn@3.8.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -17,5 +17,5 @@
17
17
  "make-config": "node ./scripts/make-config.js",
18
18
  "preinstall": "node ./scripts/make-config.js"
19
19
  },
20
- "gitHead": "9466c44497800942f7a423e0c0272a2caa6ef01d"
20
+ "gitHead": "7f4c80a751d8e7d8c043ebfe36d3e018e1b67189"
21
21
  }