@airgap/aeternity 0.13.22-beta.3 → 0.13.22-beta.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@airgap/aeternity",
3
- "version": "0.13.22-beta.3",
3
+ "version": "0.13.22-beta.4",
4
4
  "description": "The @airgap/aeternity is an Aeternity implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
5
5
  "keywords": [
6
6
  "airgap",
@@ -30,9 +30,9 @@
30
30
  },
31
31
  "author": "Papers AG <contact@papers.ch> (https://papers.ch)",
32
32
  "dependencies": {
33
- "@airgap/coinlib-core": "^0.13.22-beta.3",
34
- "@airgap/module-kit": "^0.13.22-beta.3",
35
- "@airgap/serializer": "^0.13.22-beta.3",
33
+ "@airgap/coinlib-core": "^0.13.22-beta.4",
34
+ "@airgap/module-kit": "^0.13.22-beta.4",
35
+ "@airgap/serializer": "^0.13.22-beta.4",
36
36
  "@stablelib/ed25519": "^1.0.3"
37
37
  },
38
38
  "localDependencies": {},
@@ -121,7 +121,7 @@ var AeternityProtocol = /** @class */ (function (_super) {
121
121
  _this.supportsHD = false;
122
122
  _this.standardDerivationPath = "m/44h/457h/0h/0h/0h";
123
123
  _this.addressIsCaseSensitive = true;
124
- _this.addressValidationPattern = '^ak_+[1-9A-Za-z]{49,50}$';
124
+ _this.addressValidationPattern = '^ak_+[1-9A-Za-z]{38,50}$';
125
125
  _this.addressPlaceholder = 'ak_abc...';
126
126
  // ae specifics
127
127
  _this.defaultNetworkId = 'ae_mainnet';
@@ -118,7 +118,7 @@ var AeternityProtocolImpl = /** @class */ (function () {
118
118
  address: {
119
119
  isCaseSensitive: true,
120
120
  placeholder: 'ak_abc...',
121
- regex: '^ak_+[1-9A-Za-z]{49,50}$'
121
+ regex: '^ak_+[1-9A-Za-z]{38,50}$'
122
122
  }
123
123
  },
124
124
  transaction: {