@berachain/config 0.1.22-beta.0 → 0.1.22

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.
@@ -129,6 +129,7 @@ interface EdgeConfigSchema {
129
129
  redeemBGT?: BgtMigrationStep;
130
130
  stakeBERA?: BgtMigrationStep;
131
131
  unstake?: BgtMigrationStep;
132
+ unstakeExternal?: BgtMigrationStep;
132
133
  withdraw?: BgtMigrationStep;
133
134
  redeem?: BgtMigrationStep;
134
135
  };
@@ -129,6 +129,7 @@ interface EdgeConfigSchema {
129
129
  redeemBGT?: BgtMigrationStep;
130
130
  stakeBERA?: BgtMigrationStep;
131
131
  unstake?: BgtMigrationStep;
132
+ unstakeExternal?: BgtMigrationStep;
132
133
  withdraw?: BgtMigrationStep;
133
134
  redeem?: BgtMigrationStep;
134
135
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@berachain/config",
3
- "version": "0.1.22-beta.0",
3
+ "version": "0.1.22",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist",