You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/reference/common/src/functions/getAlchemyRpcUrl.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ layout: reference
11
11
function getAlchemyRpcUrl(chainId):undefined|string;
12
12
```
13
13
14
-
Defined in: [packages/common/src/transport/chainRegistry.ts:145](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/common/src/transport/chainRegistry.ts#L145)
14
+
Defined in: [packages/common/src/transport/chainRegistry.ts:148](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/common/src/transport/chainRegistry.ts#L148)
15
15
16
16
Gets the Alchemy RPC base URL for a given chain ID.
Copy file name to clipboardExpand all lines: docs/pages/reference/common/src/functions/getSupportedChainIds.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ layout: reference
11
11
function getSupportedChainIds():number[];
12
12
```
13
13
14
-
Defined in: [packages/common/src/transport/chainRegistry.ts:164](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/common/src/transport/chainRegistry.ts#L164)
14
+
Defined in: [packages/common/src/transport/chainRegistry.ts:167](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/common/src/transport/chainRegistry.ts#L167)
Copy file name to clipboardExpand all lines: docs/pages/reference/common/src/functions/isChainSupported.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ layout: reference
11
11
function isChainSupported(chainId):boolean;
12
12
```
13
13
14
-
Defined in: [packages/common/src/transport/chainRegistry.ts:155](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/common/src/transport/chainRegistry.ts#L155)
14
+
Defined in: [packages/common/src/transport/chainRegistry.ts:158](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/common/src/transport/chainRegistry.ts#L158)
15
15
16
16
Checks if a chain ID is supported by the Alchemy RPC registry.
0 commit comments