@hardkas/l2 0.7.6-alpha → 0.7.8-alpha
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -489,7 +489,7 @@ var IGRA_BRIDGE_ASSUMPTIONS = {
|
|
|
489
489
|
"pre-ZK implies stronger trust assumptions.",
|
|
490
490
|
"MPC implies threshold committee trust assumptions.",
|
|
491
491
|
"ZK phase enables validity-proof based trustless exit.",
|
|
492
|
-
"HardKAS does not perform bridge operations in 0.7.
|
|
492
|
+
"HardKAS does not perform bridge operations in 0.7.7-alpha."
|
|
493
493
|
],
|
|
494
494
|
updatedAt: "2026-05-07T00:00:00Z"
|
|
495
495
|
// Reference date for Phase 33
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hardkas/l2",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.8-alpha",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"exports": {
|
|
6
6
|
".": "./dist/index.js"
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"types": "./dist/index.d.ts",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"viem": "^2.48.8",
|
|
11
|
-
"@hardkas/artifacts": "0.7.
|
|
11
|
+
"@hardkas/artifacts": "0.7.8-alpha"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"tsup": "^8.3.5",
|