@towns-protocol/generated 0.0.242 → 0.0.245
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 +12 -4
- package/dev/abis/Channels.abi.json +0 -51
- package/dev/abis/Channels.abi.ts +0 -51
- package/dev/abis/EntitlementsManager.abi.json +0 -51
- package/dev/abis/EntitlementsManager.abi.ts +0 -51
- package/dev/abis/IAppRegistry.abi.json +244 -59
- package/dev/abis/IAppRegistry.abi.ts +244 -59
- package/dev/abis/IAppRegistryBase.abi.json +80 -0
- package/dev/abis/IAppRegistryBase.abi.ts +80 -0
- package/dev/abis/ISpaceDelegation.abi.json +3 -122
- package/dev/abis/ISpaceDelegation.abi.ts +3 -122
- package/dev/abis/ISpaceDelegationBase.abi.json +3 -44
- package/dev/abis/ISpaceDelegationBase.abi.ts +3 -44
- package/dev/abis/PrepayFacet.abi.json +0 -51
- package/dev/abis/PrepayFacet.abi.ts +0 -51
- package/dev/abis/Roles.abi.json +0 -51
- package/dev/abis/Roles.abi.ts +0 -51
- package/dev/typings/Channels.ts +0 -23
- package/dev/typings/EntitlementsManager.ts +0 -23
- package/dev/typings/IAppRegistry.ts +299 -73
- package/dev/typings/ISpaceDelegation.ts +0 -203
- package/dev/typings/PrepayFacet.ts +0 -23
- package/dev/typings/Roles.ts +0 -23
- package/dev/typings/factories/Channels__factory.ts +1 -52
- package/dev/typings/factories/DropFacet__factory.ts +1 -1
- package/dev/typings/factories/EntitlementsManager__factory.ts +1 -52
- package/dev/typings/factories/IAppRegistry__factory.ts +244 -59
- package/dev/typings/factories/ISpaceDelegation__factory.ts +3 -122
- package/dev/typings/factories/MembershipFacet__factory.ts +1 -1
- package/dev/typings/factories/PrepayFacet__factory.ts +0 -51
- package/dev/typings/factories/Roles__factory.ts +1 -52
- package/dev/typings/factories/mainnet/Towns__factory.ts +1 -1
- package/package.json +2 -2
- /package/deployments/alpha/base/addresses/{towns.json → utils/towns.json} +0 -0
- /package/deployments/delta/base/addresses/{towns.json → utils/towns.json} +0 -0
- /package/deployments/gamma/base/addresses/{towns.json → utils/towns.json} +0 -0
- /package/deployments/omega/base/addresses/{towns.json → utils/towns.json} +0 -0
package/config/deployments.json
CHANGED
|
@@ -8,7 +8,9 @@
|
|
|
8
8
|
"space": "0x8DdfAD0259803FA140e076C636E726573df77905",
|
|
9
9
|
"spaceFactory": "0xC09Ac0FFeecAaE5100158247512DC177AeacA3e3",
|
|
10
10
|
"spaceOwner": "0x0443258849016da8Af08e2984Bce8C0ef6Cfc9A0",
|
|
11
|
-
"
|
|
11
|
+
"utils": {
|
|
12
|
+
"towns": "0x00000000A22C618fd6b4D7E9A335C4B96B189a38"
|
|
13
|
+
}
|
|
12
14
|
}
|
|
13
15
|
},
|
|
14
16
|
"river": {
|
|
@@ -27,7 +29,9 @@
|
|
|
27
29
|
"space": "0xa489C4162a39CCE441Ee23c064E6dE6fF0822269",
|
|
28
30
|
"spaceFactory": "0x4e652CdB4715861dDCc4dF159af32223B40c8187",
|
|
29
31
|
"spaceOwner": "0xf3a2E75d7da3c7a7F953b63342f0709972e5002b",
|
|
30
|
-
"
|
|
32
|
+
"utils": {
|
|
33
|
+
"towns": "0x00000000A22C618fd6b4D7E9A335C4B96B189a38"
|
|
34
|
+
}
|
|
31
35
|
}
|
|
32
36
|
},
|
|
33
37
|
"river": {
|
|
@@ -47,7 +51,9 @@
|
|
|
47
51
|
"spaceFactory": "0x968696BC59431Ef085441641f550C8e2Eaca8BEd",
|
|
48
52
|
"spaceOwner": "0x9dEdb330A126C6dF2893a33018bb81aFE8573805",
|
|
49
53
|
"swapRouter": "0x4997CC907512275b8D7E1c682a46f17d676F4913",
|
|
50
|
-
"
|
|
54
|
+
"utils": {
|
|
55
|
+
"towns": "0x00000000A22C618fd6b4D7E9A335C4B96B189a38"
|
|
56
|
+
}
|
|
51
57
|
}
|
|
52
58
|
},
|
|
53
59
|
"river": {
|
|
@@ -73,7 +79,9 @@
|
|
|
73
79
|
"spaceFactory": "0x9978c826d93883701522d2CA645d5436e5654252",
|
|
74
80
|
"spaceOwner": "0x2824D1235d1CbcA6d61C00C3ceeCB9155cd33a42",
|
|
75
81
|
"swapRouter": "0x95A2a333D30c8686dE8D01AC464d6034b9aA7b24",
|
|
76
|
-
"
|
|
82
|
+
"utils": {
|
|
83
|
+
"towns": "0x00000000A22C618fd6b4D7E9A335C4B96B189a38"
|
|
84
|
+
}
|
|
77
85
|
}
|
|
78
86
|
},
|
|
79
87
|
"gnosis": {
|
|
@@ -634,25 +634,6 @@
|
|
|
634
634
|
],
|
|
635
635
|
"anonymous": false
|
|
636
636
|
},
|
|
637
|
-
{
|
|
638
|
-
"type": "event",
|
|
639
|
-
"name": "SubscriptionUpdate",
|
|
640
|
-
"inputs": [
|
|
641
|
-
{
|
|
642
|
-
"name": "tokenId",
|
|
643
|
-
"type": "uint256",
|
|
644
|
-
"indexed": true,
|
|
645
|
-
"internalType": "uint256"
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"name": "expiration",
|
|
649
|
-
"type": "uint64",
|
|
650
|
-
"indexed": false,
|
|
651
|
-
"internalType": "uint64"
|
|
652
|
-
}
|
|
653
|
-
],
|
|
654
|
-
"anonymous": false
|
|
655
|
-
},
|
|
656
637
|
{
|
|
657
638
|
"type": "event",
|
|
658
639
|
"name": "Transfer",
|
|
@@ -793,38 +774,6 @@
|
|
|
793
774
|
"name": "ChannelService__RoleDoesNotExist",
|
|
794
775
|
"inputs": []
|
|
795
776
|
},
|
|
796
|
-
{
|
|
797
|
-
"type": "error",
|
|
798
|
-
"name": "ERC5643__DurationZero",
|
|
799
|
-
"inputs": []
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"type": "error",
|
|
803
|
-
"name": "ERC5643__InvalidTokenId",
|
|
804
|
-
"inputs": [
|
|
805
|
-
{
|
|
806
|
-
"name": "tokenId",
|
|
807
|
-
"type": "uint256",
|
|
808
|
-
"internalType": "uint256"
|
|
809
|
-
}
|
|
810
|
-
]
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"type": "error",
|
|
814
|
-
"name": "ERC5643__NotApprovedOrOwner",
|
|
815
|
-
"inputs": []
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"type": "error",
|
|
819
|
-
"name": "ERC5643__SubscriptionNotRenewable",
|
|
820
|
-
"inputs": [
|
|
821
|
-
{
|
|
822
|
-
"name": "tokenId",
|
|
823
|
-
"type": "uint256",
|
|
824
|
-
"internalType": "uint256"
|
|
825
|
-
}
|
|
826
|
-
]
|
|
827
|
-
},
|
|
828
777
|
{
|
|
829
778
|
"type": "error",
|
|
830
779
|
"name": "Entitlement__InvalidValue",
|
package/dev/abis/Channels.abi.ts
CHANGED
|
@@ -634,25 +634,6 @@ export default [
|
|
|
634
634
|
],
|
|
635
635
|
"anonymous": false
|
|
636
636
|
},
|
|
637
|
-
{
|
|
638
|
-
"type": "event",
|
|
639
|
-
"name": "SubscriptionUpdate",
|
|
640
|
-
"inputs": [
|
|
641
|
-
{
|
|
642
|
-
"name": "tokenId",
|
|
643
|
-
"type": "uint256",
|
|
644
|
-
"indexed": true,
|
|
645
|
-
"internalType": "uint256"
|
|
646
|
-
},
|
|
647
|
-
{
|
|
648
|
-
"name": "expiration",
|
|
649
|
-
"type": "uint64",
|
|
650
|
-
"indexed": false,
|
|
651
|
-
"internalType": "uint64"
|
|
652
|
-
}
|
|
653
|
-
],
|
|
654
|
-
"anonymous": false
|
|
655
|
-
},
|
|
656
637
|
{
|
|
657
638
|
"type": "event",
|
|
658
639
|
"name": "Transfer",
|
|
@@ -793,38 +774,6 @@ export default [
|
|
|
793
774
|
"name": "ChannelService__RoleDoesNotExist",
|
|
794
775
|
"inputs": []
|
|
795
776
|
},
|
|
796
|
-
{
|
|
797
|
-
"type": "error",
|
|
798
|
-
"name": "ERC5643__DurationZero",
|
|
799
|
-
"inputs": []
|
|
800
|
-
},
|
|
801
|
-
{
|
|
802
|
-
"type": "error",
|
|
803
|
-
"name": "ERC5643__InvalidTokenId",
|
|
804
|
-
"inputs": [
|
|
805
|
-
{
|
|
806
|
-
"name": "tokenId",
|
|
807
|
-
"type": "uint256",
|
|
808
|
-
"internalType": "uint256"
|
|
809
|
-
}
|
|
810
|
-
]
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"type": "error",
|
|
814
|
-
"name": "ERC5643__NotApprovedOrOwner",
|
|
815
|
-
"inputs": []
|
|
816
|
-
},
|
|
817
|
-
{
|
|
818
|
-
"type": "error",
|
|
819
|
-
"name": "ERC5643__SubscriptionNotRenewable",
|
|
820
|
-
"inputs": [
|
|
821
|
-
{
|
|
822
|
-
"name": "tokenId",
|
|
823
|
-
"type": "uint256",
|
|
824
|
-
"internalType": "uint256"
|
|
825
|
-
}
|
|
826
|
-
]
|
|
827
|
-
},
|
|
828
777
|
{
|
|
829
778
|
"type": "error",
|
|
830
779
|
"name": "Entitlement__InvalidValue",
|
|
@@ -337,25 +337,6 @@
|
|
|
337
337
|
],
|
|
338
338
|
"anonymous": false
|
|
339
339
|
},
|
|
340
|
-
{
|
|
341
|
-
"type": "event",
|
|
342
|
-
"name": "SubscriptionUpdate",
|
|
343
|
-
"inputs": [
|
|
344
|
-
{
|
|
345
|
-
"name": "tokenId",
|
|
346
|
-
"type": "uint256",
|
|
347
|
-
"indexed": true,
|
|
348
|
-
"internalType": "uint256"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "expiration",
|
|
352
|
-
"type": "uint64",
|
|
353
|
-
"indexed": false,
|
|
354
|
-
"internalType": "uint64"
|
|
355
|
-
}
|
|
356
|
-
],
|
|
357
|
-
"anonymous": false
|
|
358
|
-
},
|
|
359
340
|
{
|
|
360
341
|
"type": "event",
|
|
361
342
|
"name": "Transfer",
|
|
@@ -471,38 +452,6 @@
|
|
|
471
452
|
}
|
|
472
453
|
]
|
|
473
454
|
},
|
|
474
|
-
{
|
|
475
|
-
"type": "error",
|
|
476
|
-
"name": "ERC5643__DurationZero",
|
|
477
|
-
"inputs": []
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"type": "error",
|
|
481
|
-
"name": "ERC5643__InvalidTokenId",
|
|
482
|
-
"inputs": [
|
|
483
|
-
{
|
|
484
|
-
"name": "tokenId",
|
|
485
|
-
"type": "uint256",
|
|
486
|
-
"internalType": "uint256"
|
|
487
|
-
}
|
|
488
|
-
]
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"type": "error",
|
|
492
|
-
"name": "ERC5643__NotApprovedOrOwner",
|
|
493
|
-
"inputs": []
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
"type": "error",
|
|
497
|
-
"name": "ERC5643__SubscriptionNotRenewable",
|
|
498
|
-
"inputs": [
|
|
499
|
-
{
|
|
500
|
-
"name": "tokenId",
|
|
501
|
-
"type": "uint256",
|
|
502
|
-
"internalType": "uint256"
|
|
503
|
-
}
|
|
504
|
-
]
|
|
505
|
-
},
|
|
506
455
|
{
|
|
507
456
|
"type": "error",
|
|
508
457
|
"name": "Entitlement__InvalidValue",
|
|
@@ -337,25 +337,6 @@ export default [
|
|
|
337
337
|
],
|
|
338
338
|
"anonymous": false
|
|
339
339
|
},
|
|
340
|
-
{
|
|
341
|
-
"type": "event",
|
|
342
|
-
"name": "SubscriptionUpdate",
|
|
343
|
-
"inputs": [
|
|
344
|
-
{
|
|
345
|
-
"name": "tokenId",
|
|
346
|
-
"type": "uint256",
|
|
347
|
-
"indexed": true,
|
|
348
|
-
"internalType": "uint256"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"name": "expiration",
|
|
352
|
-
"type": "uint64",
|
|
353
|
-
"indexed": false,
|
|
354
|
-
"internalType": "uint64"
|
|
355
|
-
}
|
|
356
|
-
],
|
|
357
|
-
"anonymous": false
|
|
358
|
-
},
|
|
359
340
|
{
|
|
360
341
|
"type": "event",
|
|
361
342
|
"name": "Transfer",
|
|
@@ -471,38 +452,6 @@ export default [
|
|
|
471
452
|
}
|
|
472
453
|
]
|
|
473
454
|
},
|
|
474
|
-
{
|
|
475
|
-
"type": "error",
|
|
476
|
-
"name": "ERC5643__DurationZero",
|
|
477
|
-
"inputs": []
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"type": "error",
|
|
481
|
-
"name": "ERC5643__InvalidTokenId",
|
|
482
|
-
"inputs": [
|
|
483
|
-
{
|
|
484
|
-
"name": "tokenId",
|
|
485
|
-
"type": "uint256",
|
|
486
|
-
"internalType": "uint256"
|
|
487
|
-
}
|
|
488
|
-
]
|
|
489
|
-
},
|
|
490
|
-
{
|
|
491
|
-
"type": "error",
|
|
492
|
-
"name": "ERC5643__NotApprovedOrOwner",
|
|
493
|
-
"inputs": []
|
|
494
|
-
},
|
|
495
|
-
{
|
|
496
|
-
"type": "error",
|
|
497
|
-
"name": "ERC5643__SubscriptionNotRenewable",
|
|
498
|
-
"inputs": [
|
|
499
|
-
{
|
|
500
|
-
"name": "tokenId",
|
|
501
|
-
"type": "uint256",
|
|
502
|
-
"internalType": "uint256"
|
|
503
|
-
}
|
|
504
|
-
]
|
|
505
|
-
},
|
|
506
455
|
{
|
|
507
456
|
"type": "error",
|
|
508
457
|
"name": "Entitlement__InvalidValue",
|