@akta/sdk 0.0.4-canary → 0.0.5-canary

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.
@@ -84,7 +84,7 @@ export interface NetworkAppIds {
84
84
  * These are auto-generated by deploy-universe.ts when deploying to localnet.
85
85
  * They will be overwritten each time you run a localnet deployment.
86
86
  *
87
- * Last updated: 2026-02-18T16:44:41.863Z
87
+ * Last updated: 2026-02-19T01:36:47.592Z
88
88
  */
89
89
  export declare const LOCALNET_APP_IDS: NetworkAppIds;
90
90
  /**
@@ -19,7 +19,7 @@ exports.getAppIdFromNetwork = getAppIdFromNetwork;
19
19
  * These are auto-generated by deploy-universe.ts when deploying to localnet.
20
20
  * They will be overwritten each time you run a localnet deployment.
21
21
  *
22
- * Last updated: 2026-02-18T16:44:41.863Z
22
+ * Last updated: 2026-02-19T01:36:47.592Z
23
23
  */
24
24
  exports.LOCALNET_APP_IDS = {
25
25
  // Core Contracts
@@ -69,22 +69,22 @@ exports.LOCALNET_APP_IDS = {
69
69
  hyperSwap: 1064n,
70
70
  metaMerkles: 1048n,
71
71
  // Subgates
72
- akitaReferrerGate: 1068n,
73
- assetGate: 1067n,
72
+ akitaReferrerGate: 1067n,
73
+ assetGate: 1065n,
74
74
  merkleAddressGate: 1069n,
75
- merkleAssetGate: 1066n,
76
- nfdGate: 1065n,
77
- nfdRootGate: 1075n,
75
+ merkleAssetGate: 1068n,
76
+ nfdGate: 1066n,
77
+ nfdRootGate: 1072n,
78
78
  pollGate: 1070n,
79
- socialActivityGate: 1071n,
80
- socialFollowerCountGate: 1073n,
81
- socialFollowerIndexGate: 1072n,
82
- socialImpactGate: 1074n,
83
- socialModeratorGate: 1079n,
84
- stakingAmountGate: 1077n,
85
- stakingPowerGate: 1078n,
86
- subscriptionGate: 1080n,
87
- subscriptionStreakGate: 1076n,
79
+ socialActivityGate: 1073n,
80
+ socialFollowerCountGate: 1071n,
81
+ socialFollowerIndexGate: 1075n,
82
+ socialImpactGate: 1077n,
83
+ socialModeratorGate: 1076n,
84
+ stakingAmountGate: 1080n,
85
+ stakingPowerGate: 1079n,
86
+ subscriptionGate: 1078n,
87
+ subscriptionStreakGate: 1074n,
88
88
  // Assets
89
89
  akta: 1002n,
90
90
  bones: 1599n,
@@ -84,7 +84,7 @@ export interface NetworkAppIds {
84
84
  * These are auto-generated by deploy-universe.ts when deploying to localnet.
85
85
  * They will be overwritten each time you run a localnet deployment.
86
86
  *
87
- * Last updated: 2026-02-18T16:44:41.863Z
87
+ * Last updated: 2026-02-19T01:36:47.592Z
88
88
  */
89
89
  export declare const LOCALNET_APP_IDS: NetworkAppIds;
90
90
  /**
@@ -14,7 +14,7 @@
14
14
  * These are auto-generated by deploy-universe.ts when deploying to localnet.
15
15
  * They will be overwritten each time you run a localnet deployment.
16
16
  *
17
- * Last updated: 2026-02-18T16:44:41.863Z
17
+ * Last updated: 2026-02-19T01:36:47.592Z
18
18
  */
19
19
  export const LOCALNET_APP_IDS = {
20
20
  // Core Contracts
@@ -64,22 +64,22 @@ export const LOCALNET_APP_IDS = {
64
64
  hyperSwap: 1064n,
65
65
  metaMerkles: 1048n,
66
66
  // Subgates
67
- akitaReferrerGate: 1068n,
68
- assetGate: 1067n,
67
+ akitaReferrerGate: 1067n,
68
+ assetGate: 1065n,
69
69
  merkleAddressGate: 1069n,
70
- merkleAssetGate: 1066n,
71
- nfdGate: 1065n,
72
- nfdRootGate: 1075n,
70
+ merkleAssetGate: 1068n,
71
+ nfdGate: 1066n,
72
+ nfdRootGate: 1072n,
73
73
  pollGate: 1070n,
74
- socialActivityGate: 1071n,
75
- socialFollowerCountGate: 1073n,
76
- socialFollowerIndexGate: 1072n,
77
- socialImpactGate: 1074n,
78
- socialModeratorGate: 1079n,
79
- stakingAmountGate: 1077n,
80
- stakingPowerGate: 1078n,
81
- subscriptionGate: 1080n,
82
- subscriptionStreakGate: 1076n,
74
+ socialActivityGate: 1073n,
75
+ socialFollowerCountGate: 1071n,
76
+ socialFollowerIndexGate: 1075n,
77
+ socialImpactGate: 1077n,
78
+ socialModeratorGate: 1076n,
79
+ stakingAmountGate: 1080n,
80
+ stakingPowerGate: 1079n,
81
+ subscriptionGate: 1078n,
82
+ subscriptionStreakGate: 1074n,
83
83
  // Assets
84
84
  akta: 1002n,
85
85
  bones: 1599n,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akta/sdk",
3
- "version": "0.0.4-canary",
3
+ "version": "0.0.5-canary",
4
4
  "main": "dist/cjs/index.js",
5
5
  "module": "dist/esm/index.js",
6
6
  "types": "dist/esm/index.d.ts",