Skip to content

Commit

Permalink
fix(providers): Override Alchemy World Chain hostname (#749)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Oct 9, 2024
1 parent 6aa8948 commit 85755b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@across-protocol/sdk",
"author": "UMA Team",
"version": "3.2.5",
"version": "3.2.6",
"license": "AGPL-3.0",
"homepage": "https://docs.across.to/reference/sdk",
"files": [
Expand Down
1 change: 1 addition & 0 deletions src/providers/alchemy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ const endpoints: { [chainId: string]: string } = {
[CHAIN_IDs.SEPOLIA]: "eth-sepolia",
[CHAIN_IDs.OPTIMISM]: "opt",
[CHAIN_IDs.OPTIMISM_SEPOLIA]: "opt-sepolia",
[CHAIN_IDs.WORLD_CHAIN]: "worldchain",
};

export function getURL(chainId: number, apiKey: string, transport: RPCTransport): string {
Expand Down

0 comments on commit 85755b1

Please sign in to comment.