@airgap/tezos 0.13.10-beta.1 → 0.13.10-beta.2

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/tezos",
3
- "version": "0.13.10-beta.1",
3
+ "version": "0.13.10-beta.2",
4
4
  "description": "The @airgap/tezos is a Tezos implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
5
5
  "keywords": [
6
6
  "airgap",
@@ -42,9 +42,9 @@
42
42
  "graphql-request": "^5.1.0"
43
43
  },
44
44
  "peerDependencies": {
45
- "@airgap/coinlib-core": "^0.13.10-beta.0",
46
- "@airgap/module-kit": "^0.13.10-beta.0",
47
- "@airgap/serializer": "^0.13.10-beta.0"
45
+ "@airgap/coinlib-core": "^0.13.9",
46
+ "@airgap/module-kit": "^0.13.9",
47
+ "@airgap/serializer": "^0.13.9"
48
48
  },
49
49
  "localDependencies": {
50
50
  "@taquito/local-forging": "8.0.1-beta.1"
@@ -570,5 +570,5 @@ var TezosFAProtocolImpl = /** @class */ (function () {
570
570
  }());
571
571
  exports.TezosFAProtocolImpl = TezosFAProtocolImpl;
572
572
  // Factory
573
- exports.TEZOS_FA_MAINNET_PROTOCOL_NETWORK = __assign(__assign({}, TezosProtocol_1.TEZOS_MAINNET_PROTOCOL_NETWORK), { defaultSourceAddress: 'tz1Mj7RzPmMAqDUNFBn5t5VbXmWW4cSUAdtT', objktApiUrl: 'https://data.objkt.com/v2/graphql' });
573
+ exports.TEZOS_FA_MAINNET_PROTOCOL_NETWORK = __assign(__assign({}, TezosProtocol_1.TEZOS_MAINNET_PROTOCOL_NETWORK), { defaultSourceAddress: 'tz1Mj7RzPmMAqDUNFBn5t5VbXmWW4cSUAdtT', objktApiUrl: 'https://data.objkt.com/v3/graphql' });
574
574
  //# sourceMappingURL=TezosFAProtocol.js.map