@taquito/wallet-connect 22.0.0 → 23.0.0-RC.0

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/dist/lib/types.js CHANGED
@@ -10,6 +10,7 @@ var NetworkType;
10
10
  NetworkType["PARISNET"] = "parisnet";
11
11
  NetworkType["QUEBECNET"] = "quebecnet";
12
12
  NetworkType["RIONET"] = "rionet";
13
+ NetworkType["SEOULNET"] = "seoulnet";
13
14
  })(NetworkType || (exports.NetworkType = NetworkType = {}));
14
15
  var PermissionScopeMethods;
15
16
  (function (PermissionScopeMethods) {
@@ -3,6 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.VERSION = void 0;
4
4
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
5
5
  exports.VERSION = {
6
- "commitHash": "6a2c52b9e48b299dfc856149c1fa3388e77180ad",
7
- "version": "22.0.0"
6
+ "commitHash": "13639ef56845fbb7e93bcbd37d3f6d0457b0872b",
7
+ "version": "23.0.0-RC.0"
8
8
  };
@@ -44,6 +44,7 @@ var NetworkType;
44
44
  NetworkType["PARISNET"] = "parisnet";
45
45
  NetworkType["QUEBECNET"] = "quebecnet";
46
46
  NetworkType["RIONET"] = "rionet";
47
+ NetworkType["SEOULNET"] = "seoulnet";
47
48
  })(NetworkType || (NetworkType = {}));
48
49
  var PermissionScopeMethods;
49
50
  (function (PermissionScopeMethods) {
@@ -1 +1 @@
1
- {"version":3,"file":"taquito-wallet-connect.es6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"taquito-wallet-connect.es6.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -45,6 +45,7 @@
45
45
  NetworkType["PARISNET"] = "parisnet";
46
46
  NetworkType["QUEBECNET"] = "quebecnet";
47
47
  NetworkType["RIONET"] = "rionet";
48
+ NetworkType["SEOULNET"] = "seoulnet";
48
49
  })(exports.NetworkType || (exports.NetworkType = {}));
49
50
  exports.PermissionScopeMethods = void 0;
50
51
  (function (PermissionScopeMethods) {
@@ -1 +1 @@
1
- {"version":3,"file":"taquito-wallet-connect.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"taquito-wallet-connect.umd.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- import { RPCDelegateOperation, RPCRegisterGlobalConstantOperation, RPCOriginationOperation, RPCRevealOperation, RPCTransferOperation, RPCTransferTicketOperation, RPCIncreasePaidStorageOperation, RPCBallotOperation, RPCUpdateConsensusKeyOperation, RPCDrainDelegateOperation, RPCProposalsOperation, RPCSmartRollupAddMessagesOperation, RPCSmartRollupOriginateOperation, RPCSmartRollupOutboxMessageOperation, RPCFailingNoopOperation } from '@taquito/taquito';
1
+ import { RPCDelegateOperation, RPCRegisterGlobalConstantOperation, RPCOriginationOperation, RPCRevealOperation, RPCTransferOperation, RPCTransferTicketOperation, RPCIncreasePaidStorageOperation, RPCBallotOperation, RPCUpdateConsensusKeyOperation, RPCUpdateCompanionKeyOperation, RPCDrainDelegateOperation, RPCProposalsOperation, RPCSmartRollupAddMessagesOperation, RPCSmartRollupOriginateOperation, RPCSmartRollupOutboxMessageOperation, RPCFailingNoopOperation } from '@taquito/taquito';
2
2
  export declare enum NetworkType {
3
3
  MAINNET = "mainnet",
4
4
  GHOSTNET = "ghostnet",
@@ -6,7 +6,8 @@ export declare enum NetworkType {
6
6
  OXFORDNET = "oxfordnet",
7
7
  PARISNET = "parisnet",
8
8
  QUEBECNET = "quebecnet",
9
- RIONET = "rionet"
9
+ RIONET = "rionet",
10
+ SEOULNET = "seoulnet"
10
11
  }
11
12
  export interface PermissionScopeParam {
12
13
  networks: NetworkType[];
@@ -54,6 +55,8 @@ export interface IncreasePaidStorageParams extends Omit<RPCIncreasePaidStorageOp
54
55
  }
55
56
  export interface UpdateConsensusKeyParams extends Omit<RPCUpdateConsensusKeyOperation, WalletDefinedFields>, WalletOptionalFields {
56
57
  }
58
+ export interface UpdateCompanionKeyParams extends Omit<RPCUpdateCompanionKeyOperation, WalletDefinedFields>, WalletOptionalFields {
59
+ }
57
60
  export type BallotParams = Omit<RPCBallotOperation, WalletDefinedFields>;
58
61
  export type DrainDelegateParams = Omit<RPCDrainDelegateOperation, WalletDefinedFields>;
59
62
  export type ProposalsParams = Omit<RPCProposalsOperation, WalletDefinedFields>;
@@ -61,5 +64,5 @@ export type SmartRollupAddMessagesParams = Omit<RPCSmartRollupAddMessagesOperati
61
64
  export type SmartRollupOriginateParams = Omit<RPCSmartRollupOriginateOperation, WalletDefinedFields>;
62
65
  export type SmartRollupExecuteOutboxMessageParams = Omit<RPCSmartRollupOutboxMessageOperation, WalletDefinedFields>;
63
66
  export type FailingNoopParams = Omit<RPCFailingNoopOperation, WalletDefinedFields>;
64
- export type OperationParams = TransferParams | BallotParams | IncreasePaidStorageParams | UpdateConsensusKeyParams | OriginateParams | RevealParams | DelegateParams | RegisterGlobalConstantParams | DrainDelegateParams | ProposalsParams | SmartRollupAddMessagesParams | SmartRollupOriginateParams | SmartRollupExecuteOutboxMessageParams | FailingNoopParams | TransferTicketParams;
67
+ export type OperationParams = TransferParams | BallotParams | IncreasePaidStorageParams | UpdateConsensusKeyParams | UpdateCompanionKeyParams | OriginateParams | RevealParams | DelegateParams | RegisterGlobalConstantParams | DrainDelegateParams | ProposalsParams | SmartRollupAddMessagesParams | SmartRollupOriginateParams | SmartRollupExecuteOutboxMessageParams | FailingNoopParams | TransferTicketParams;
65
68
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/wallet-connect",
3
- "version": "22.0.0",
3
+ "version": "23.0.0-RC.0",
4
4
  "description": "Walletconnect provider",
5
5
  "keywords": [
6
6
  "tezos",
@@ -66,7 +66,7 @@
66
66
  ]
67
67
  },
68
68
  "dependencies": {
69
- "@taquito/taquito": "^22.0.0",
69
+ "@taquito/taquito": "^23.0.0-RC.0",
70
70
  "@walletconnect/modal": "^2.7.0",
71
71
  "@walletconnect/sign-client": "^2.16.2",
72
72
  "@walletconnect/types": "^2.16.2",
@@ -102,5 +102,5 @@
102
102
  "ts-toolbelt": "^9.6.0",
103
103
  "typescript": "~5.5.4"
104
104
  },
105
- "gitHead": "134ec228acbee03b4f40b80c89d78c718557569b"
105
+ "gitHead": "3bdb33e97e705d1c7090dd83e1b243e6e2a4d768"
106
106
  }