Skip to content

Commit a312e12

Browse files
committed
Add additional RPC providers for hyperliquid
1 parent afbecad commit a312e12

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

data/chains/hyperliquid.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,17 @@
1515
"alias": "backup",
1616
"rpcUrl": "https://rpc.hypurrscan.io"
1717
},
18+
{
19+
"alias": "alchemy",
20+
"homepageUrl": "https://alchemy.com"
21+
},
1822
{
1923
"alias": "drpc",
2024
"homepageUrl": "https://drpc.org"
25+
},
26+
{
27+
"alias": "quicknode",
28+
"homepageUrl": "https://quicknode.com"
2129
}
2230
],
2331
"symbol": "HYPE",

src/generated/chains.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,9 @@ export const CHAINS: Chain[] = [
480480
providers: [
481481
{ alias: 'default', rpcUrl: 'https://rpc.hyperliquid.xyz/evm' },
482482
{ alias: 'backup', rpcUrl: 'https://rpc.hypurrscan.io' },
483+
{ alias: 'alchemy', homepageUrl: 'https://alchemy.com' },
483484
{ alias: 'drpc', homepageUrl: 'https://drpc.org' },
485+
{ alias: 'quicknode', homepageUrl: 'https://quicknode.com' },
484486
],
485487
symbol: 'HYPE',
486488
testnet: false,

0 commit comments

Comments
 (0)