@airgap/coinlib-core 0.13.7-beta.7 → 0.13.7-beta.8

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/coinlib-core",
3
- "version": "0.13.7-beta.7",
3
+ "version": "0.13.7-beta.8",
4
4
  "description": "The @airgap/coinlib-core is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.",
5
5
  "keywords": [
6
6
  "airgap",
@@ -100,4 +100,4 @@
100
100
  "instrument": true
101
101
  },
102
102
  "gitHead": "8e8feb6788204501b7173aa825f5456c2a5f185b"
103
- }
103
+ }
@@ -3,6 +3,10 @@ import { BaseEthereumProtocol } from './BaseEthereumProtocol';
3
3
  import { EtherscanInfoClient } from './clients/info-clients/EtherscanInfoClient';
4
4
  import { AirGapNodeClient } from './clients/node-clients/AirGapNodeClient';
5
5
  export declare class EthereumZkSyncProtocol extends BaseEthereumProtocol<AirGapNodeClient, EtherscanInfoClient> {
6
+ symbol: string;
7
+ name: string;
8
+ marketSymbol: string;
9
+ feeSymbol: string;
6
10
  identifier: ProtocolSymbols;
7
11
  constructor();
8
12
  }
@@ -21,6 +21,10 @@ var EthereumZkSyncProtocol = /** @class */ (function (_super) {
21
21
  __extends(EthereumZkSyncProtocol, _super);
22
22
  function EthereumZkSyncProtocol() {
23
23
  var _this = _super.call(this, new EthereumZkSyncProtocolOptions_1.EthereumZkSyncProtocolOptions(new EthereumZkSyncProtocolOptions_1.EthereumZkSyncProtocolNetwork())) || this;
24
+ _this.symbol = 'zksync';
25
+ _this.name = 'zkSync';
26
+ _this.marketSymbol = 'zksync';
27
+ _this.feeSymbol = 'zksync';
24
28
  _this.identifier = ProtocolSymbols_1.MainProtocolSymbols.ETH_ZKSYNC;
25
29
  return _this;
26
30
  }
@@ -1 +1 @@
1
- {"version":3,"file":"EthereumZkSyncProtocol.js","sourceRoot":"","sources":["../../../src/protocols/ethereum/EthereumZkSyncProtocol.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAAkF;AAClF,+DAA6D;AAG7D,iFAA8G;AAE9G;IAA4C,0CAA2D;IAGrG;QAAA,YACE,kBAAM,IAAI,6DAA6B,CAAC,IAAI,6DAA6B,EAAE,CAAC,CAAC,SAC9E;QAJM,gBAAU,GAAoB,qCAAmB,CAAC,UAAU,CAAA;;IAInE,CAAC;IACH,6BAAC;AAAD,CAAC,AAND,CAA4C,2CAAoB,GAM/D;AANY,wDAAsB"}
1
+ {"version":3,"file":"EthereumZkSyncProtocol.js","sourceRoot":"","sources":["../../../src/protocols/ethereum/EthereumZkSyncProtocol.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+DAAkF;AAClF,+DAA6D;AAG7D,iFAA8G;AAE9G;IAA4C,0CAA2D;IASrG;QAAA,YACE,kBAAM,IAAI,6DAA6B,CAAC,IAAI,6DAA6B,EAAE,CAAC,CAAC,SAC9E;QAVM,YAAM,GAAW,QAAQ,CAAA;QACzB,UAAI,GAAW,QAAQ,CAAA;QACvB,kBAAY,GAAW,QAAQ,CAAA;QAE/B,eAAS,GAAW,QAAQ,CAAA;QAE5B,gBAAU,GAAoB,qCAAmB,CAAC,UAAU,CAAA;;IAInE,CAAC;IACH,6BAAC;AAAD,CAAC,AAZD,CAA4C,2CAAoB,GAY/D;AAZY,wDAAsB"}