@towns-protocol/generated 0.0.440 → 0.0.441
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.
- package/config/deployments.json +1 -0
- package/deployments/alpha/.env +1 -0
- package/deployments/alpha/.env.vite +1 -0
- package/deployments/alpha/base/addresses/accountModules.json +3 -0
- package/dev/.contracts-hash +1 -1
- package/dev/abis/ITipping.abi.json +15 -0
- package/dev/abis/ITipping.abi.ts +15 -0
- package/dev/abis/ITippingBase.abi.json +15 -0
- package/dev/abis/ITippingBase.abi.ts +15 -0
- package/dev/typings/factories/ITipping__factory.ts +15 -0
- package/package.json +3 -3
package/config/deployments.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"base": {
|
|
4
4
|
"chainId": 84532,
|
|
5
5
|
"addresses": {
|
|
6
|
+
"accountModules": "0xFF45988E721b5B9b24811f94a7b082aC1aCEea6E",
|
|
6
7
|
"appRegistry": "0x23a9f5AbBcC82d1E2B5C0781b1F05F2B623E2c69",
|
|
7
8
|
"baseRegistry": "0x0230a9d28bc48a90d6f5e5112b24319ec1b14c52",
|
|
8
9
|
"riverAirdrop": "0x5cb1B2a6d413879a7A4A89f46e0621db04aa6430",
|
package/deployments/alpha/.env
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
RIVER_ENV=alpha
|
|
2
2
|
BASE_CHAIN_ID=84532
|
|
3
|
+
BASE_ADDRESSES_ACCOUNT_MODULES=0xFF45988E721b5B9b24811f94a7b082aC1aCEea6E
|
|
3
4
|
BASE_ADDRESSES_APP_REGISTRY=0x23a9f5AbBcC82d1E2B5C0781b1F05F2B623E2c69
|
|
4
5
|
BASE_ADDRESSES_BASE_REGISTRY=0x0230a9d28bc48a90d6f5e5112b24319ec1b14c52
|
|
5
6
|
BASE_ADDRESSES_RIVER_AIRDROP=0x5cb1B2a6d413879a7A4A89f46e0621db04aa6430
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
VITE_RIVER_ENV=alpha
|
|
2
2
|
VITE_BASE_CHAIN_ID=84532
|
|
3
|
+
VITE_BASE_ADDRESSES_ACCOUNT_MODULES=0xFF45988E721b5B9b24811f94a7b082aC1aCEea6E
|
|
3
4
|
VITE_BASE_ADDRESSES_APP_REGISTRY=0x23a9f5AbBcC82d1E2B5C0781b1F05F2B623E2c69
|
|
4
5
|
VITE_BASE_ADDRESSES_BASE_REGISTRY=0x0230a9d28bc48a90d6f5e5112b24319ec1b14c52
|
|
5
6
|
VITE_BASE_ADDRESSES_RIVER_AIRDROP=0x5cb1B2a6d413879a7A4A89f46e0621db04aa6430
|
package/dev/.contracts-hash
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
359eb09c85d9f804e348cb09272fb4a275806629:86229ec54a3ba81f5ea001f1374eed7d2daef0ea
|
|
@@ -292,6 +292,16 @@
|
|
|
292
292
|
"name": "CurrencyIsZero",
|
|
293
293
|
"inputs": []
|
|
294
294
|
},
|
|
295
|
+
{
|
|
296
|
+
"type": "error",
|
|
297
|
+
"name": "Deprecated",
|
|
298
|
+
"inputs": []
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"type": "error",
|
|
302
|
+
"name": "InvalidAddressInput",
|
|
303
|
+
"inputs": []
|
|
304
|
+
},
|
|
295
305
|
{
|
|
296
306
|
"type": "error",
|
|
297
307
|
"name": "InvalidRecipientType",
|
|
@@ -307,6 +317,11 @@
|
|
|
307
317
|
"name": "MsgValueMismatch",
|
|
308
318
|
"inputs": []
|
|
309
319
|
},
|
|
320
|
+
{
|
|
321
|
+
"type": "error",
|
|
322
|
+
"name": "NotSenderOfTip",
|
|
323
|
+
"inputs": []
|
|
324
|
+
},
|
|
310
325
|
{
|
|
311
326
|
"type": "error",
|
|
312
327
|
"name": "ReceiverIsNotMember",
|
package/dev/abis/ITipping.abi.ts
CHANGED
|
@@ -292,6 +292,16 @@ export default [
|
|
|
292
292
|
"name": "CurrencyIsZero",
|
|
293
293
|
"inputs": []
|
|
294
294
|
},
|
|
295
|
+
{
|
|
296
|
+
"type": "error",
|
|
297
|
+
"name": "Deprecated",
|
|
298
|
+
"inputs": []
|
|
299
|
+
},
|
|
300
|
+
{
|
|
301
|
+
"type": "error",
|
|
302
|
+
"name": "InvalidAddressInput",
|
|
303
|
+
"inputs": []
|
|
304
|
+
},
|
|
295
305
|
{
|
|
296
306
|
"type": "error",
|
|
297
307
|
"name": "InvalidRecipientType",
|
|
@@ -307,6 +317,11 @@ export default [
|
|
|
307
317
|
"name": "MsgValueMismatch",
|
|
308
318
|
"inputs": []
|
|
309
319
|
},
|
|
320
|
+
{
|
|
321
|
+
"type": "error",
|
|
322
|
+
"name": "NotSenderOfTip",
|
|
323
|
+
"inputs": []
|
|
324
|
+
},
|
|
310
325
|
{
|
|
311
326
|
"type": "error",
|
|
312
327
|
"name": "ReceiverIsNotMember",
|
|
@@ -106,6 +106,16 @@
|
|
|
106
106
|
"name": "CurrencyIsZero",
|
|
107
107
|
"inputs": []
|
|
108
108
|
},
|
|
109
|
+
{
|
|
110
|
+
"type": "error",
|
|
111
|
+
"name": "Deprecated",
|
|
112
|
+
"inputs": []
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"type": "error",
|
|
116
|
+
"name": "InvalidAddressInput",
|
|
117
|
+
"inputs": []
|
|
118
|
+
},
|
|
109
119
|
{
|
|
110
120
|
"type": "error",
|
|
111
121
|
"name": "InvalidRecipientType",
|
|
@@ -121,6 +131,11 @@
|
|
|
121
131
|
"name": "MsgValueMismatch",
|
|
122
132
|
"inputs": []
|
|
123
133
|
},
|
|
134
|
+
{
|
|
135
|
+
"type": "error",
|
|
136
|
+
"name": "NotSenderOfTip",
|
|
137
|
+
"inputs": []
|
|
138
|
+
},
|
|
124
139
|
{
|
|
125
140
|
"type": "error",
|
|
126
141
|
"name": "ReceiverIsNotMember",
|
|
@@ -106,6 +106,16 @@ export default [
|
|
|
106
106
|
"name": "CurrencyIsZero",
|
|
107
107
|
"inputs": []
|
|
108
108
|
},
|
|
109
|
+
{
|
|
110
|
+
"type": "error",
|
|
111
|
+
"name": "Deprecated",
|
|
112
|
+
"inputs": []
|
|
113
|
+
},
|
|
114
|
+
{
|
|
115
|
+
"type": "error",
|
|
116
|
+
"name": "InvalidAddressInput",
|
|
117
|
+
"inputs": []
|
|
118
|
+
},
|
|
109
119
|
{
|
|
110
120
|
"type": "error",
|
|
111
121
|
"name": "InvalidRecipientType",
|
|
@@ -121,6 +131,11 @@ export default [
|
|
|
121
131
|
"name": "MsgValueMismatch",
|
|
122
132
|
"inputs": []
|
|
123
133
|
},
|
|
134
|
+
{
|
|
135
|
+
"type": "error",
|
|
136
|
+
"name": "NotSenderOfTip",
|
|
137
|
+
"inputs": []
|
|
138
|
+
},
|
|
124
139
|
{
|
|
125
140
|
"type": "error",
|
|
126
141
|
"name": "ReceiverIsNotMember",
|
|
@@ -300,6 +300,16 @@ const _abi = [
|
|
|
300
300
|
name: "CurrencyIsZero",
|
|
301
301
|
inputs: [],
|
|
302
302
|
},
|
|
303
|
+
{
|
|
304
|
+
type: "error",
|
|
305
|
+
name: "Deprecated",
|
|
306
|
+
inputs: [],
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
type: "error",
|
|
310
|
+
name: "InvalidAddressInput",
|
|
311
|
+
inputs: [],
|
|
312
|
+
},
|
|
303
313
|
{
|
|
304
314
|
type: "error",
|
|
305
315
|
name: "InvalidRecipientType",
|
|
@@ -315,6 +325,11 @@ const _abi = [
|
|
|
315
325
|
name: "MsgValueMismatch",
|
|
316
326
|
inputs: [],
|
|
317
327
|
},
|
|
328
|
+
{
|
|
329
|
+
type: "error",
|
|
330
|
+
name: "NotSenderOfTip",
|
|
331
|
+
inputs: [],
|
|
332
|
+
},
|
|
318
333
|
{
|
|
319
334
|
type: "error",
|
|
320
335
|
name: "ReceiverIsNotMember",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@towns-protocol/generated",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.441",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "bun ./scripts/prepare.js",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"ethers": "^5.8.0"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@towns-protocol/contracts": "^0.0.
|
|
16
|
+
"@towns-protocol/contracts": "^0.0.441",
|
|
17
17
|
"@typechain/ethers-v5": "^11.1.2",
|
|
18
18
|
"typechain": "^8.3.2"
|
|
19
19
|
},
|
|
@@ -34,5 +34,5 @@
|
|
|
34
34
|
"publishConfig": {
|
|
35
35
|
"access": "public"
|
|
36
36
|
},
|
|
37
|
-
"gitHead": "
|
|
37
|
+
"gitHead": "7b6cdd45d3c3c2e94efdb26a68f4c8ff11e3699f"
|
|
38
38
|
}
|