Skip to content

Commit fff7589

Browse files
docs: update v5 SDK reference docs for 5.0.0-beta.30 (#2508)
Co-authored-by: gha-aa-sdk[bot] <269827238+gha-aa-sdk[bot]@users.noreply.github.com>
1 parent 6cd7c39 commit fff7589

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/pages/reference/common/src/functions/getAlchemyRpcUrl.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout: reference
1111
function getAlchemyRpcUrl(chainId): undefined | string;
1212
```
1313

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)
1515

1616
Gets the Alchemy RPC base URL for a given chain ID.
1717

docs/pages/reference/common/src/functions/getSupportedChainIds.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout: reference
1111
function getSupportedChainIds(): number[];
1212
```
1313

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)
1515

1616
Gets all supported chain IDs from the registry.
1717

docs/pages/reference/common/src/functions/isChainSupported.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout: reference
1111
function isChainSupported(chainId): boolean;
1212
```
1313

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)
1515

1616
Checks if a chain ID is supported by the Alchemy RPC registry.
1717

docs/pages/reference/common/src/functions/raise.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Raises an error.
3333
</td>
3434

3535
<td>
36-
`string` | [`BaseError`](https://viem.sh)
36+
`string` | [`BaseError`](../classes/BaseError)
3737
</td>
3838

3939
<td>

0 commit comments

Comments
 (0)