@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.
- package/dist/cjs/index.d.cts +1 -1
- package/dist/esm/index.d.ts +1 -1
- package/package.json +4 -4
package/dist/cjs/index.d.cts
CHANGED
|
@@ -140,7 +140,7 @@ type WalletConnectMetadata = {
|
|
|
140
140
|
interface WalletStrategyEvmOptions {
|
|
141
141
|
evmChainId: EvmChainId;
|
|
142
142
|
rpcUrl?: string;
|
|
143
|
-
rpcUrls?: Partial<Record<
|
|
143
|
+
rpcUrls?: Partial<Record<number, string>>;
|
|
144
144
|
}
|
|
145
145
|
interface SendTransactionOptions {
|
|
146
146
|
address: string;
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -140,7 +140,7 @@ type WalletConnectMetadata = {
|
|
|
140
140
|
interface WalletStrategyEvmOptions {
|
|
141
141
|
evmChainId: EvmChainId;
|
|
142
142
|
rpcUrl?: string;
|
|
143
|
-
rpcUrls?: Partial<Record<
|
|
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.
|
|
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/
|
|
48
|
-
"@injectivelabs/
|
|
49
|
-
"@injectivelabs/
|
|
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"
|