@fairmint/open-captable-protocol-daml-js 0.2.18 → 0.2.20
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/generated/subscriptions-factory-contract-id.json +4 -4
- package/lib/Fairmint/Subscriptions/ActiveSubscription/module.js +2 -2
- package/lib/Fairmint/Subscriptions/PartyMigrationProposal/module.js +1 -1
- package/lib/Fairmint/Subscriptions/ProposedSubscription/module.js +1 -1
- package/lib/Fairmint/Subscriptions/SubscriptionFactory/module.js +1 -1
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"devnet": {
|
|
3
|
-
"subscriptionsFactoryContractId": "
|
|
4
|
-
"templateId": "
|
|
3
|
+
"subscriptionsFactoryContractId": "00f27934e63202992f43ef71b4377cbb2fe33eb8537601028a5f99a3288ece0e5eca1112204e33400019e21a2f2417d3d638790e6318325ee6fd898ca3f8e6e3e1e1f48a14",
|
|
4
|
+
"templateId": "3d157253fcfdd1dae651884e2d6a0516c3facdb7eb33da0d488e1ec31814b33d:Fairmint.Subscriptions.SubscriptionFactory:SubscriptionFactory"
|
|
5
5
|
},
|
|
6
6
|
"mainnet": {
|
|
7
|
-
"subscriptionsFactoryContractId": "
|
|
8
|
-
"templateId": "
|
|
7
|
+
"subscriptionsFactoryContractId": "0011d4f207c430a8c5fab34df604ae2f15b37b66fd49bd643f878cae60c6a34088ca1112205251721434654415bd90f0fa932e50821f2d179f3b61e7f32c73df799e4587f6",
|
|
8
|
+
"templateId": "3d157253fcfdd1dae651884e2d6a0516c3facdb7eb33da0d488e1ec31814b33d:Fairmint.Subscriptions.SubscriptionFactory:SubscriptionFactory"
|
|
9
9
|
}
|
|
10
10
|
}
|
|
@@ -118,7 +118,7 @@ exports.SubscriptionChangeProposal = damlTypes.assembleTemplate(
|
|
|
118
118
|
);
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
damlTypes.registerTemplate(exports.SubscriptionChangeProposal, ['
|
|
121
|
+
damlTypes.registerTemplate(exports.SubscriptionChangeProposal, ['3d157253fcfdd1dae651884e2d6a0516c3facdb7eb33da0d488e1ec31814b33d', '#Subscriptions-v03']);
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
|
|
@@ -370,5 +370,5 @@ exports.ActiveSubscription = damlTypes.assembleTemplate(
|
|
|
370
370
|
);
|
|
371
371
|
|
|
372
372
|
|
|
373
|
-
damlTypes.registerTemplate(exports.ActiveSubscription, ['
|
|
373
|
+
damlTypes.registerTemplate(exports.ActiveSubscription, ['3d157253fcfdd1dae651884e2d6a0516c3facdb7eb33da0d488e1ec31814b33d', '#Subscriptions-v03']);
|
|
374
374
|
|
|
@@ -131,5 +131,5 @@ exports.PartyMigrationProposal = damlTypes.assembleTemplate(
|
|
|
131
131
|
);
|
|
132
132
|
|
|
133
133
|
|
|
134
|
-
damlTypes.registerTemplate(exports.PartyMigrationProposal, ['
|
|
134
|
+
damlTypes.registerTemplate(exports.PartyMigrationProposal, ['3d157253fcfdd1dae651884e2d6a0516c3facdb7eb33da0d488e1ec31814b33d', '#Subscriptions-v03']);
|
|
135
135
|
|
|
@@ -140,5 +140,5 @@ exports.ProposedSubscription = damlTypes.assembleTemplate(
|
|
|
140
140
|
);
|
|
141
141
|
|
|
142
142
|
|
|
143
|
-
damlTypes.registerTemplate(exports.ProposedSubscription, ['
|
|
143
|
+
damlTypes.registerTemplate(exports.ProposedSubscription, ['3d157253fcfdd1dae651884e2d6a0516c3facdb7eb33da0d488e1ec31814b33d', '#Subscriptions-v03']);
|
|
144
144
|
|
|
@@ -65,5 +65,5 @@ exports.SubscriptionFactory = damlTypes.assembleTemplate(
|
|
|
65
65
|
);
|
|
66
66
|
|
|
67
67
|
|
|
68
|
-
damlTypes.registerTemplate(exports.SubscriptionFactory, ['
|
|
68
|
+
damlTypes.registerTemplate(exports.SubscriptionFactory, ['3d157253fcfdd1dae651884e2d6a0516c3facdb7eb33da0d488e1ec31814b33d', '#Subscriptions-v03']);
|
|
69
69
|
|
package/package.json
CHANGED