@gvnrdao/dh-lit-actions 0.0.27 → 0.0.28
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
5cf86424936e8691f73e6ff8b9a905da15de40ef883495b9cfe79becaaee2c95
|
|
@@ -615,6 +615,7 @@ var _LIT_ACTION_ = (() => {
|
|
|
615
615
|
} else {
|
|
616
616
|
endpoint = `${providerUrl}/address/${address}/utxos`;
|
|
617
617
|
}
|
|
618
|
+
console.log(`Fetching UTXOs from ${endpoint}`);
|
|
618
619
|
const controller = new AbortController();
|
|
619
620
|
const timeoutId = setTimeout(() => controller.abort(), this.timeout);
|
|
620
621
|
try {
|
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ exports.DH_LIT_ACTIONS_DATIL = {
|
|
|
17
17
|
description: "Production authorization LIT Action for Milestone 1 testing and PKP authorization",
|
|
18
18
|
version: "0.1.0",
|
|
19
19
|
deployed: true,
|
|
20
|
-
deployedAt:
|
|
20
|
+
deployedAt: 1761427363916,
|
|
21
21
|
size: 1016,
|
|
22
22
|
hash: "c732ef30e50a5013a6c1cbac6dc011d3638875237d21097e3aff722b323d174b",
|
|
23
23
|
},
|
|
@@ -28,7 +28,7 @@ exports.DH_LIT_ACTIONS_DATIL = {
|
|
|
28
28
|
description: "Production second dummy authorization LIT Action for testing failed authorization scenarios",
|
|
29
29
|
version: "0.1.0",
|
|
30
30
|
deployed: true,
|
|
31
|
-
deployedAt:
|
|
31
|
+
deployedAt: 1761427363915,
|
|
32
32
|
size: 723,
|
|
33
33
|
hash: "6262c9467961c661d212b8c60806e499ed5e7d0fe8456e2455e536d40eb4c672",
|
|
34
34
|
},
|
|
@@ -43,7 +43,7 @@ exports.DH_LIT_ACTIONS_DATIL = {
|
|
|
43
43
|
size: 12322,
|
|
44
44
|
hash: "ac5d1dbc1ae8b678f435ac568320887e69e662d93d5f92e11f69e3a322f2e1ef",
|
|
45
45
|
pkp: {
|
|
46
|
-
tokenId: "
|
|
46
|
+
tokenId: "999363399",
|
|
47
47
|
publicKey: "0x0411111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111",
|
|
48
48
|
ethAddress: "0x1111111111111111111111111111111111111111",
|
|
49
49
|
mintTxHash: "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
|
|
@@ -51,19 +51,19 @@ exports.DH_LIT_ACTIONS_DATIL = {
|
|
|
51
51
|
burnTxHash: "0xcccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc",
|
|
52
52
|
immutable: true,
|
|
53
53
|
authorizedCidHex: "0x1220cd432b9afffbf6595071b32888cfe7dd49b571c0afc0c1bea290cdf02e2b66c5",
|
|
54
|
-
createdAt:
|
|
54
|
+
createdAt: 1761427363400,
|
|
55
55
|
},
|
|
56
56
|
},
|
|
57
57
|
ucdMintValidator: {
|
|
58
|
-
cid: "
|
|
58
|
+
cid: "QmSZQoeajkKiwNrtccpaPBRehxX5hQtnusJPDnGAKcbVSk", // Placeholder - needs IPFS deployment
|
|
59
59
|
authorizedCidHex: (0, cid_utils_1.cidToHex)("QmNLei78zWmzUdbeRB3CiUfAizWUrbeeZh5K1rhAQKCh51"),
|
|
60
60
|
name: "UCD Mint Validator",
|
|
61
61
|
description: "Production UCD mint validator LIT Action for validating mint operations with comprehensive on-chain checks",
|
|
62
62
|
version: "0.1.0",
|
|
63
63
|
deployed: true, // Not yet deployed to IPFS
|
|
64
|
-
deployedAt:
|
|
65
|
-
size:
|
|
66
|
-
hash: "
|
|
64
|
+
deployedAt: 1761427363917,
|
|
65
|
+
size: 35512,
|
|
66
|
+
hash: "873cdfb66ff07727655c6066bbea5b8b20a9c336f6d28901caa9dfc9fd14baa2",
|
|
67
67
|
pkp: {
|
|
68
68
|
tokenId: "0",
|
|
69
69
|
publicKey: "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|
|
@@ -86,7 +86,7 @@ exports.DH_LIT_ACTIONS_DATIL_TEST = {
|
|
|
86
86
|
description: "Development authorization LIT Action for Milestone 1 testing and PKP authorization on datil-test",
|
|
87
87
|
version: "0.1.0",
|
|
88
88
|
deployed: true,
|
|
89
|
-
deployedAt:
|
|
89
|
+
deployedAt: 1761427363916, // Earlier deployment
|
|
90
90
|
size: 1016,
|
|
91
91
|
hash: "c732ef30e50a5013a6c1cbac6dc011d3638875237d21097e3aff722b323d174b",
|
|
92
92
|
},
|
|
@@ -97,7 +97,7 @@ exports.DH_LIT_ACTIONS_DATIL_TEST = {
|
|
|
97
97
|
description: "Development second dummy authorization LIT Action for testing failed authorization scenarios on datil-test",
|
|
98
98
|
version: "0.1.0",
|
|
99
99
|
deployed: true, // Not yet deployed to test network
|
|
100
|
-
deployedAt:
|
|
100
|
+
deployedAt: 1761427363915,
|
|
101
101
|
size: 723,
|
|
102
102
|
hash: "6262c9467961c661d212b8c60806e499ed5e7d0fe8456e2455e536d40eb4c672",
|
|
103
103
|
},
|
|
@@ -112,7 +112,7 @@ exports.DH_LIT_ACTIONS_DATIL_TEST = {
|
|
|
112
112
|
size: 12322,
|
|
113
113
|
hash: "ac5d1dbc1ae8b678f435ac568320887e69e662d93d5f92e11f69e3a322f2e1ef",
|
|
114
114
|
pkp: {
|
|
115
|
-
tokenId: "
|
|
115
|
+
tokenId: "999363399",
|
|
116
116
|
publicKey: "0x0411111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111",
|
|
117
117
|
ethAddress: "0x1111111111111111111111111111111111111111",
|
|
118
118
|
mintTxHash: "0xaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
|
|
@@ -120,19 +120,19 @@ exports.DH_LIT_ACTIONS_DATIL_TEST = {
|
|
|
120
120
|
burnTxHash: "0xcccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc",
|
|
121
121
|
immutable: true,
|
|
122
122
|
authorizedCidHex: "0x1220cd432b9afffbf6595071b32888cfe7dd49b571c0afc0c1bea290cdf02e2b66c5",
|
|
123
|
-
createdAt:
|
|
123
|
+
createdAt: 1761427363400,
|
|
124
124
|
},
|
|
125
125
|
},
|
|
126
126
|
ucdMintValidator: {
|
|
127
|
-
cid: "
|
|
127
|
+
cid: "QmSZQoeajkKiwNrtccpaPBRehxX5hQtnusJPDnGAKcbVSk", // Placeholder - needs IPFS deployment
|
|
128
128
|
authorizedCidHex: (0, cid_utils_1.cidToHex)("QmNLei78zWmzUdbeRB3CiUfAizWUrbeeZh5K1rhAQKCh51"),
|
|
129
129
|
name: "UCD Mint Validator (Test)",
|
|
130
130
|
description: "Development UCD mint validator LIT Action for validating mint operations with comprehensive on-chain checks on datil-test",
|
|
131
131
|
version: "0.1.0",
|
|
132
132
|
deployed: true, // Not yet deployed to IPFS
|
|
133
|
-
deployedAt:
|
|
134
|
-
size:
|
|
135
|
-
hash: "
|
|
133
|
+
deployedAt: 1761427363917,
|
|
134
|
+
size: 35512,
|
|
135
|
+
hash: "873cdfb66ff07727655c6066bbea5b8b20a9c336f6d28901caa9dfc9fd14baa2",
|
|
136
136
|
pkp: {
|
|
137
137
|
tokenId: "0",
|
|
138
138
|
publicKey: "0x0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
|