@fairmint/open-captable-protocol-daml-js 0.0.40 → 0.0.41
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/ocp-factory-contract-id.json +4 -4
- package/lib/Fairmint/OpenCapTable/Issuer/module.js +1 -1
- package/lib/Fairmint/OpenCapTable/IssuerAuthorization/module.js +1 -1
- package/lib/Fairmint/OpenCapTable/OcpFactory/module.js +1 -1
- package/lib/Fairmint/OpenCapTable/StockClass/module.js +1 -1
- package/lib/Fairmint/OpenCapTable/StockPosition/module.js +2 -2
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mainnet": {
|
|
3
|
-
"ocpFactoryContractId": "
|
|
4
|
-
"templateId": "
|
|
3
|
+
"ocpFactoryContractId": "00884407d6031653b08e0ccc67e974c9a1d8a72b24d4c7100107d29b49ee863592ca111220762beb57a6667c976aead79ddfbe102fa22569beaee88631feb3ae12c8bcdd39",
|
|
4
|
+
"templateId": "c480f158acf374fc9afe4c07224e88f0a63030927788320e8707bf8a2773e9df:Fairmint.OpenCapTable.OcpFactory:OcpFactory"
|
|
5
5
|
},
|
|
6
6
|
"devnet": {
|
|
7
|
-
"ocpFactoryContractId": "
|
|
8
|
-
"templateId": "
|
|
7
|
+
"ocpFactoryContractId": "00e415f8400f85a7980d7ba0533f73b2f3508a2273c44ebc25bf592b85bb3a2cf6ca1112200e8a700d2727268ee70dc69f4a748f238af145407406ce7267bc2756837882b9",
|
|
8
|
+
"templateId": "c480f158acf374fc9afe4c07224e88f0a63030927788320e8707bf8a2773e9df:Fairmint.OpenCapTable.OcpFactory:OcpFactory"
|
|
9
9
|
}
|
|
10
10
|
}
|
|
@@ -87,5 +87,5 @@ exports.Issuer = damlTypes.assembleTemplate(
|
|
|
87
87
|
);
|
|
88
88
|
|
|
89
89
|
|
|
90
|
-
damlTypes.registerTemplate(exports.Issuer, ['
|
|
90
|
+
damlTypes.registerTemplate(exports.Issuer, ['c480f158acf374fc9afe4c07224e88f0a63030927788320e8707bf8a2773e9df', '#OpenCapTable-v11']);
|
|
91
91
|
|
|
@@ -85,5 +85,5 @@ exports.IssuerAuthorization = damlTypes.assembleTemplate(
|
|
|
85
85
|
);
|
|
86
86
|
|
|
87
87
|
|
|
88
|
-
damlTypes.registerTemplate(exports.IssuerAuthorization, ['
|
|
88
|
+
damlTypes.registerTemplate(exports.IssuerAuthorization, ['c480f158acf374fc9afe4c07224e88f0a63030927788320e8707bf8a2773e9df', '#OpenCapTable-v11']);
|
|
89
89
|
|
|
@@ -64,5 +64,5 @@ exports.OcpFactory = damlTypes.assembleTemplate(
|
|
|
64
64
|
);
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
damlTypes.registerTemplate(exports.OcpFactory, ['
|
|
67
|
+
damlTypes.registerTemplate(exports.OcpFactory, ['c480f158acf374fc9afe4c07224e88f0a63030927788320e8707bf8a2773e9df', '#OpenCapTable-v11']);
|
|
68
68
|
|
|
@@ -88,5 +88,5 @@ exports.StockClass = damlTypes.assembleTemplate(
|
|
|
88
88
|
);
|
|
89
89
|
|
|
90
90
|
|
|
91
|
-
damlTypes.registerTemplate(exports.StockClass, ['
|
|
91
|
+
damlTypes.registerTemplate(exports.StockClass, ['c480f158acf374fc9afe4c07224e88f0a63030927788320e8707bf8a2773e9df', '#OpenCapTable-v11']);
|
|
92
92
|
|
|
@@ -67,7 +67,7 @@ exports.StockTransferProposal = damlTypes.assembleTemplate(
|
|
|
67
67
|
);
|
|
68
68
|
|
|
69
69
|
|
|
70
|
-
damlTypes.registerTemplate(exports.StockTransferProposal, ['
|
|
70
|
+
damlTypes.registerTemplate(exports.StockTransferProposal, ['c480f158acf374fc9afe4c07224e88f0a63030927788320e8707bf8a2773e9df', '#OpenCapTable-v11']);
|
|
71
71
|
|
|
72
72
|
|
|
73
73
|
|
|
@@ -120,5 +120,5 @@ exports.StockPosition = damlTypes.assembleTemplate(
|
|
|
120
120
|
);
|
|
121
121
|
|
|
122
122
|
|
|
123
|
-
damlTypes.registerTemplate(exports.StockPosition, ['
|
|
123
|
+
damlTypes.registerTemplate(exports.StockPosition, ['c480f158acf374fc9afe4c07224e88f0a63030927788320e8707bf8a2773e9df', '#OpenCapTable-v11']);
|
|
124
124
|
|
package/package.json
CHANGED