@airgap/tezos 0.13.16-beta.6 → 0.13.16-beta.7

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.16-beta.6",
3
+ "version": "0.13.16-beta.7",
4
4
  "description": "The @airgap/tezos is a Tezos implementation of the ICoinProtocol interface from @airgap/coinlib-core.",
5
5
  "keywords": [
6
6
  "airgap",
@@ -62,7 +62,7 @@ function createSiriusProtocol(options) {
62
62
  return new SiriusProtocolImpl(options);
63
63
  }
64
64
  exports.createSiriusProtocol = createSiriusProtocol;
65
- exports.SIRIUS_MAINNET_PROTOCOL_NETWORK = __assign(__assign({}, TezosFA1p2Protocol_1.TEZOS_FA1P2_MAINNET_PROTOCOL_NETWORK), { contractAddress: 'KT1GRSvLoikDsXujKgZPsGLX8k8VvR2Tq95b' });
65
+ exports.SIRIUS_MAINNET_PROTOCOL_NETWORK = __assign(__assign({}, TezosFA1p2Protocol_1.TEZOS_FA1P2_MAINNET_PROTOCOL_NETWORK), { contractAddress: 'KT1AafHA1C1vk959wvHWBispY9Y2f3fxBUUo' });
66
66
  var DEFAULT_SIRIUS_PROTOCOL_NETWORK = exports.SIRIUS_MAINNET_PROTOCOL_NETWORK;
67
67
  function createSiriusProtocolOptions(network) {
68
68
  if (network === void 0) { network = {}; }