@injectivelabs/wallet-base 1.19.12 → 1.19.14

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.
@@ -140,7 +140,7 @@ type WalletConnectMetadata = {
140
140
  interface WalletStrategyEvmOptions {
141
141
  evmChainId: EvmChainId;
142
142
  rpcUrl?: string;
143
- rpcUrls?: Partial<Record<EvmChainId, string>>;
143
+ rpcUrls?: Partial<Record<number, string>>;
144
144
  }
145
145
  interface SendTransactionOptions {
146
146
  address: string;
@@ -140,7 +140,7 @@ type WalletConnectMetadata = {
140
140
  interface WalletStrategyEvmOptions {
141
141
  evmChainId: EvmChainId;
142
142
  rpcUrl?: string;
143
- rpcUrls?: Partial<Record<EvmChainId, string>>;
143
+ rpcUrls?: Partial<Record<number, string>>;
144
144
  }
145
145
  interface SendTransactionOptions {
146
146
  address: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@injectivelabs/wallet-base",
3
- "version": "1.19.12",
3
+ "version": "1.19.14",
4
4
  "description": "Base wallet strategy for use with @injectivelabs/wallet-core.",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
@@ -44,9 +44,9 @@
44
44
  "dependencies": {
45
45
  "eip1193-provider": "^1.0.1",
46
46
  "viem": "^2.41.2",
47
- "@injectivelabs/exceptions": "1.19.12",
48
- "@injectivelabs/sdk-ts": "1.19.12",
49
- "@injectivelabs/ts-types": "1.19.12"
47
+ "@injectivelabs/sdk-ts": "1.19.14",
48
+ "@injectivelabs/ts-types": "1.19.14",
49
+ "@injectivelabs/exceptions": "1.19.14"
50
50
  },
51
51
  "publishConfig": {
52
52
  "access": "public"