@arcium-hq/client 0.5.0 → 0.5.2
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/build/index.cjs +2 -2
- package/build/index.d.ts +3 -3
- package/build/index.mjs +2 -2
- package/package.json +1 -1
package/build/index.cjs
CHANGED
|
@@ -1363,10 +1363,10 @@ class Aes256Cipher extends AesCtrCipher {
|
|
|
1363
1363
|
}
|
|
1364
1364
|
}
|
|
1365
1365
|
|
|
1366
|
-
var address = "
|
|
1366
|
+
var address = "BpaW2ZmCJnDwizWY8eM34JtVqp2kRgnmQcedSVc9USdP";
|
|
1367
1367
|
var metadata = {
|
|
1368
1368
|
name: "arcium",
|
|
1369
|
-
version: "0.5.
|
|
1369
|
+
version: "0.5.2",
|
|
1370
1370
|
spec: "0.1.0",
|
|
1371
1371
|
description: "The Arcium program"
|
|
1372
1372
|
};
|
package/build/index.d.ts
CHANGED
|
@@ -303,10 +303,10 @@ declare class Aes256Cipher extends AesCtrCipher {
|
|
|
303
303
|
* IDL can be found at `target/idl/arcium.json`.
|
|
304
304
|
*/
|
|
305
305
|
type Arcium = {
|
|
306
|
-
"address": "
|
|
306
|
+
"address": "BpaW2ZmCJnDwizWY8eM34JtVqp2kRgnmQcedSVc9USdP";
|
|
307
307
|
"metadata": {
|
|
308
308
|
"name": "arcium";
|
|
309
|
-
"version": "0.5.
|
|
309
|
+
"version": "0.5.2";
|
|
310
310
|
"spec": "0.1.0";
|
|
311
311
|
"description": "The Arcium program";
|
|
312
312
|
};
|
|
@@ -7948,7 +7948,7 @@ declare const ARCIUM_IDL: Arcium;
|
|
|
7948
7948
|
/**
|
|
7949
7949
|
* The deployed address of the Arcium program, as specified in the IDL.
|
|
7950
7950
|
*/
|
|
7951
|
-
declare const ARCIUM_ADDR: "
|
|
7951
|
+
declare const ARCIUM_ADDR: "BpaW2ZmCJnDwizWY8eM34JtVqp2kRgnmQcedSVc9USdP";
|
|
7952
7952
|
|
|
7953
7953
|
/**
|
|
7954
7954
|
* Compresses an array of bytes into 128-bit bigints.
|
package/build/index.mjs
CHANGED
|
@@ -1344,10 +1344,10 @@ class Aes256Cipher extends AesCtrCipher {
|
|
|
1344
1344
|
}
|
|
1345
1345
|
}
|
|
1346
1346
|
|
|
1347
|
-
var address = "
|
|
1347
|
+
var address = "BpaW2ZmCJnDwizWY8eM34JtVqp2kRgnmQcedSVc9USdP";
|
|
1348
1348
|
var metadata = {
|
|
1349
1349
|
name: "arcium",
|
|
1350
|
-
version: "0.5.
|
|
1350
|
+
version: "0.5.2",
|
|
1351
1351
|
spec: "0.1.0",
|
|
1352
1352
|
description: "The Arcium program"
|
|
1353
1353
|
};
|