@reown/appkit-utils 1.7.1-rc.0 → 1.7.1

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.
@@ -1,11 +1,11 @@
1
1
  import { type HttpTransport, type Transport } from 'viem';
2
- import { type AppKitNetwork, type CaipNetwork, type CaipNetworkId, type CustomRpcUrl } from '@reown/appkit-common';
2
+ import { type AppKitNetwork, type CaipNetwork, type CaipNetworkId, type CustomRpcUrl, type CustomRpcUrlMap } from '@reown/appkit-common';
3
3
  export declare function getBlockchainApiRpcUrl(caipNetworkId: CaipNetworkId, projectId: string): string;
4
4
  type ExtendCaipNetworkParams = {
5
5
  customNetworkImageUrls: Record<number | string, string> | undefined;
6
6
  projectId: string;
7
7
  customRpc?: boolean;
8
- customRpcUrls?: Record<string | number, CustomRpcUrl[]>;
8
+ customRpcUrls?: CustomRpcUrlMap;
9
9
  };
10
10
  export declare const CaipNetworksUtil: {
11
11
  extendRpcUrlWithProjectId(rpcUrl: string, projectId: string): string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reown/appkit-utils",
3
- "version": "1.7.1-rc.0",
3
+ "version": "1.7.1",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "main": "./dist/esm/exports/index.js",
@@ -41,10 +41,10 @@
41
41
  "@walletconnect/universal-provider": "2.19.1",
42
42
  "valtio": "1.13.2",
43
43
  "viem": ">=2.23.11",
44
- "@reown/appkit-common": "1.7.1-rc.0",
45
- "@reown/appkit-controllers": "1.7.1-rc.0",
46
- "@reown/appkit-polyfills": "1.7.1-rc.0",
47
- "@reown/appkit-wallet": "1.7.1-rc.0"
44
+ "@reown/appkit-common": "1.7.1",
45
+ "@reown/appkit-controllers": "1.7.1",
46
+ "@reown/appkit-polyfills": "1.7.1",
47
+ "@reown/appkit-wallet": "1.7.1"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@coinbase/wallet-sdk": "4.3.0",